From 2f99569dda32da2c0d7124194e4e1c4371d29ee7 Mon Sep 17 00:00:00 2001 From: Ami Levy-Moonshine Date: Mon, 10 Dec 2012 22:48:15 -0500 Subject: [PATCH] change the md5 in one of the CV intergration tests, since it wasn't use the priority list when printing the origin of the annotation (the setValue field) --- .../walkers/variantutils/CombineVariantsIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/test/org/broadinstitute/sting/gatk/walkers/variantutils/CombineVariantsIntegrationTest.java b/public/java/test/org/broadinstitute/sting/gatk/walkers/variantutils/CombineVariantsIntegrationTest.java index c32d77f82..28b176d4b 100755 --- a/public/java/test/org/broadinstitute/sting/gatk/walkers/variantutils/CombineVariantsIntegrationTest.java +++ b/public/java/test/org/broadinstitute/sting/gatk/walkers/variantutils/CombineVariantsIntegrationTest.java @@ -137,7 +137,7 @@ public class CombineVariantsIntegrationTest extends WalkerTest { " -priority NA19240_BGI,NA19240_ILLUMINA,NA19240_WUGSC,denovoInfo" + " -genotypeMergeOptions UNIQUIFY -L 1"), 1, - Arrays.asList("e5f0e7a80cd392172ebf5ddb06b91a00")); + Arrays.asList("58e6281df108c361e99673a501ee4749")); cvExecuteTest("threeWayWithRefs", spec, true); }