Hello Everyone,
I just started using muTect to detect somatic mutations in matching tumor normal bam files. I would like to output in VCF format for downstream annovar annotation process. Can anyone suggest how to output MuTect in VCF format
Below is the command I am using currently:
java -Xmx2g -jar muTect-1.0.27783.jar --analysis_type MuTect --reference_sequence hg19.fasta --dbsnp dbsnp_132_b37.leftAligned.vcf --input_file:normal Normal.bam --input_file:tumor Tumor.bam --out example.call_stats.txt --coverage_file example.coverage.wig.txt
Thanks Suz
Is "--coverage_file example.coverage.wig.txt" input or output parameter ?