Is it ok to use -L for each chromosome separately when running Mutect2?
Hi,
In order to speed up Mutect2, it is OK to run it with -L on each chromosome, such as -L chr1:1-248956422 for hg38? Will VCF results for a chromosome be the same as you would get if run with whole genome? How to combine the VCF files of each chromosome, and generate the .vcf.stats file for the combined result?
Thank you!
Jason
-
Xuning Wang Sure, that approach is fine and will give the same results as calling on the whiole genome. The stats files can be combined with `MergeMutectStats`. This is the exactly the approach that the official Mutect2 WDL in the GATK github repo uses.
Please sign in to leave a comment.
1 comment