Hi,
I am trying to run the latest mutect ver 1.1.4 to generate the output in vcf format but i am running with error. The command am using is
java \
-Xmx14g \
-jar /scratch/GT/softwares/mutect/muTect-1.1.4.jar \
--analysis_type MuTect \
--reference_sequence /scratch/GT/vdas/test_exome/exome/hg19.fa \
-B:cosmic,VCF /scratch/GT/softwares/mutect/hg1/hg19_cosmic_v54_120711.vcf \
-B:dbsnp,VCF /scratch/GT/vdas/test_exome/exome/databases/dbsnp_137.hg19.vcf \
--input_file:normal /scratch/GT/vdas/pietro/exome_seq/results/N_S8980/N_S8980.realigned.recal.bam \
--input_file:tumor /scratch/GT/vdas/pietro/exome_seq/results/T_S7998/T_S7998.realigned.recal.bam \
--vcf /scratch/GT/vdas/pietro/exome_seq/results/mutect/mutect_S_313soma2.vcf \
--coverage_file /scratch/GT/vdas/pietro/exome_seq/results/mutect/coverage_S_313soma2.wig.txt
Can you please tell me where am getting it wrong for getting a desired output of Mutect in vcf format?
Is "--coverage_file example.coverage.wig.txt" input or output parameter ?