You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These days I use the Mutect1.1.7 to call the SNVs in my project!However,I come across the errors that listed as follows.I have searched many places in the website,but haven't found any clear explanations about it!So,I list them here,and hope to get some suggestions!
error message
ERROR MESSAGE: Invalid command line: No tribble type was provided on the command line and the type of the file could not be determined dynamically. Please add an explicit type tag :NAME listing the correct type from among the supported types:
ERROR Name FeatureType Documentation
ERROR BCF2 VariantContext (this is an external codec and is not documented within GATK)
ERROR VCF VariantContext (this is an external codec and is not documented within GATK)
ERROR VCF3 VariantContext (this is an external codec and is not documented within GATK)
Dear professors @dinvlad,
These days I use the Mutect1.1.7 to call the SNVs in my project!However,I come across the errors that listed as follows.I have searched many places in the website,but haven't found any clear explanations about it!So,I list them here,and hope to get some suggestions!
code line
/home/xxzhang/workplace/software/java/jdk1.7.0_80/bin/java -Djava.io.tmpdir=./output_RNA/mutmp -Xmx31g -jar /home/xxzhang/workplace/QBRC//somatic_script/mutect-1.1.7.jar --analysis_type MuTect --reference_sequence ./geneome/hg19/hg19.fa --dbsnp ./geneome/hg19/hg19.fa_resource/dbsnp.hg19.vcf --cosmic ./geneome/hg19/hg19.fa_resource/CosmicCodingMuts.hg19.vcf --input_file:tumor /home/xxzhang/workplace/QBRC/output_RNA/tumor/tumor.bam --input_file:normal /home/xxzhang/workplace/QBRC/output_RNA/normal/normal.bam --vcf ./output_RNA/mutect.vcf --out ./output_RNA/mutect.out
the help document about the mutect
Does the problem is that this is an external codec and is not documented within GATK about the BCF2/VCF/VCF3,and I need to add them in my workplace!
Thanks very much!
The text was updated successfully, but these errors were encountered: