Hi everyone!
I am a beginner using GATK, so bear with me please.
I am trying to do my variant calling with GATK4 new Mutect2 (not MuTect2), using as --germline-resource the af-only-gnomad.hg38.vcf.gz from the GATK's bundle. The command is pretty much the same as seen in the tutorial: https://software.broadinstitute.org/gatk/documentation/article?id=11136, only updated to allow it to be used in a WES.
My problem is that after successfully completing the variant calling, none of the variants have ID information, although when I compared it to a MuTect2 result several did. Basically, all of them have a "." in that field.
I checked the uncompressed gnomad.hg38.vcf.gz manually and the ID info as rsXXXXXX are there.
Any ideas on why the variant calling is not collecting the ID info from the germline resource to populate the ID field? Thank you!
Daiana
did you set
--dbsnp
? https://software.broadinstitute.org/gatk/documentation/tooldocs/4.beta.4/org_broadinstitute_hellbender_tools_walkers_mutect_Mutect2.php#--dbsnpHi Pierre! Thank you for your answer. The page you're referring to is deprecated, as it is the BETA version. The newest one unfortunately does not have the --dbsnp option... https://software.broadinstitute.org/gatk/documentation/tooldocs/current/org_broadinstitute_hellbender_tools_walkers_mutect_Mutect2.php