Entering edit mode
3.8 years ago
kwanghoon
▴
20
Hi. I'm trying to call variant from WES data by Mutect2.
But its running time is 300~400 min per sample.
Is it normal or too long?
I thought it is too slow so I used "--native-pair-hmm-threads 32" option but it doesn't look like faster.
Thanks
6 hours per sample doesn't sound like much time at all, but time is rarely a measure of output quality. If the output looks OK, there is no need to worry about a mere 6h of computational time.
That sounds relief to me.
I open .vcf file there are no values at column Qual, Filer like below...
Is this not normal...?
Sorry I'm learning bioinfo, this is very difficult.
That's odd. Can you add your entire Mutect2 command in a comment below?
This one
I don't understand what you're doing here - there is no matched normal, no panel of normals and no germline resource. Why use MuTect2 then, instead of, say, HaplotypeCaller?
Anyway, it looks like MuTect2 does not emit QUAL values. I found a thread on this here: https://sites.google.com/a/broadinstitute.org/legacy-gatk-forum-discussions/2020-01-07-2019-07-10/24416-mutect2-quality-column-in-the-vcf-file-is-empty
I saw this one. I thought upper command is right for me, but I read it not properly. So, I should use Haplotypecaller in my case? Thank you.
If you're working on a tumor sample, use MuTect2. If you're working on germline DNA, use Haplotype Caller. The latter assumes a diploid genome, the former has a bunch of cancer-specific algorithm changes.
I guess you're technically correct in using MuTect2 with just the tumor sample, but I don't know how efficient that is as a standalone analysis - you might need to follow up with more steps to filter the calls.
Thank you. It helps me a lot.
Really appreciate your kindness.
I am running WGS on my local linux server each sample needs 28 hours Mutect2. Human sample.
Thank you!! That sounds relief to me..