Description of feature
See broadinstitute/gatk#7606 and #592.
In the GATK4 GetPileupSummaries code, the entire -V option populated by the sarek germline_resource parameter is read into memory. The current default for human hg38 is to use gnomad_af_only_hg38, which is huge and leads to Java heap out of memory errors. The request is to use the GATK file small_exac_common_3 file for this purpose instead. It's a subset of common variants found in gnomAD (https://gatk.broadinstitute.org/hc/en-us/community/posts/360067310872-How-to-find-or-generate-common-germline-variant-sites-VCF-required-by-GetPileupSummaries).
Description of feature
See broadinstitute/gatk#7606 and #592.
In the GATK4 GetPileupSummaries code, the entire -V option populated by the sarek germline_resource parameter is read into memory. The current default for human hg38 is to use gnomad_af_only_hg38, which is huge and leads to Java heap out of memory errors. The request is to use the GATK file small_exac_common_3 file for this purpose instead. It's a subset of common variants found in gnomAD (https://gatk.broadinstitute.org/hc/en-us/community/posts/360067310872-How-to-find-or-generate-common-germline-variant-sites-VCF-required-by-GetPileupSummaries).