Update the dbsnp version in the bundle from 137 to 138; resolves PT #59771004.

This commit is contained in:
Eric Banks 2013-11-04 10:01:22 -05:00
parent cafcb34855
commit 96024403bf
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ class GATKResourcesBundle extends QScript {
//
// standard VCF files. Will be lifted to each reference
//
addResource(new Resource("/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/dbSNP/dbsnp_137_b37.leftAligned.vcf",
"dbsnp_137", b37, true, false))
addResource(new Resource("/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/dbSNP/dbsnp_138_b37.leftAligned.vcf",
"dbsnp_138", b37, true, false))
addResource(new Resource("/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/Omni2.5_chip/Omni25_sites_2141_samples.b37.vcf",
"1000G_omni2.5", b37, true, false))