From c7f76b945ed0e14d1e27257df95a13e0c49152ac Mon Sep 17 00:00:00 2001 From: Samuel Lee Date: Thu, 24 Sep 2015 15:42:51 -0400 Subject: [PATCH] addressing PR comments --- .../walkers/variantutils/GenotypeGVCFsIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFsIntegrationTest.java b/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFsIntegrationTest.java index e26594e51..f24b18ae2 100644 --- a/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFsIntegrationTest.java +++ b/protected/gatk-tools-protected/src/test/java/org/broadinstitute/gatk/tools/walkers/variantutils/GenotypeGVCFsIntegrationTest.java @@ -557,7 +557,7 @@ public class GenotypeGVCFsIntegrationTest extends WalkerTest { " -V " + privateTestDir + "set.zero.RGQs.no.call.sample2.g.vcf" + " -L chr16:1279274-1279874 -allSites", hg19ReferenceWithChrPrefixInChromosomeNames), 1, - Arrays.asList("2daf1956e9d4d5f522fa953c6b4a23a4")); + Arrays.asList("d617884b08ee85816f1ba1acf11f1738")); executeTest("testSetZeroRGQsToNoCall", spec); } } \ No newline at end of file