Skip to content
New issue

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

mutect writes logging info to STDOUT #9

Open
brentp opened this issue Nov 2, 2015 · 0 comments
Open

mutect writes logging info to STDOUT #9

brentp opened this issue Nov 2, 2015 · 0 comments

Comments

@brentp
Copy link

brentp commented Nov 2, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant