From 8812780144561904e6e529c4673c3770076f543b Mon Sep 17 00:00:00 2001 From: droazen Date: Thu, 27 Apr 2017 11:47:45 -0400 Subject: [PATCH] Rev gatk-public to 4.alpha.2-234-gc3a44c9-20170427.144324-1 (#1012) This snapshot includes a change to make it easier to use GenotypeGVCFs with GenomicsDB input: JSON files no longer need to be explicitly provided on the command line. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 403e6c0cc..15139aa1e 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ build.dependsOn installDist check.dependsOn installDist // NOTE: When changing the GATK version, these versions should be changed to specify the same version as used by GATK -final gatkVersion = '4.alpha.2-233-g93dea7d-20170426.180236-1' +final gatkVersion = '4.alpha.2-234-gc3a44c9-20170427.144324-1' final htsjdkVersion = '2.9.1' final testNGVersion = '6.11'