We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run mutect as:
java -Xmx8G -jar $M/muTect-1.1.5.jar \ -T MuTect \ --reference_sequence $FA \ --cosmic $M/b37_cosmic_v54_120711.vcf.gz \ --dbsnp $M/dbsnp_132_b37.leftAligned.vcf.gz \ --input_file:normal $1 \ --input_file:tumor $2 \ --out $3.out \ --coverage_file $3.wig.txt \ | bgzip -c > $3.vcf.gz
and in the output vcf.gz, there are thousands of lines like:
INFO 14:00:07,692 MuTect - [MUTECT] Processed 9839608564 reads in 636 ms
those should go to stderr (also the reads processed is off).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run mutect as:
and in the output vcf.gz, there are thousands of lines like:
those should go to stderr (also the reads processed is off).
The text was updated successfully, but these errors were encountered: