From b6e7b5dace6c7217a4f8ce5cfc6137774277767f Mon Sep 17 00:00:00 2001 From: ebanks Date: Fri, 8 Apr 2011 11:48:00 +0000 Subject: [PATCH] Updating to reflect my recent Tribble fix git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5601 348d0f76-0448-11de-a6fe-93d51630548a --- .../genomicannotator/GenomicAnnotatorIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/annotator/genomicannotator/GenomicAnnotatorIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/annotator/genomicannotator/GenomicAnnotatorIntegrationTest.java index 1ab099b78..f5233330e 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/annotator/genomicannotator/GenomicAnnotatorIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/annotator/genomicannotator/GenomicAnnotatorIntegrationTest.java @@ -58,7 +58,7 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest { "-o %s" ), 1, - Arrays.asList("dbc179b47bf846d17ce8baf51f3864d2") + Arrays.asList("caa562160733aa638e1ba413ede209ae") ); executeTest("testGenomicAnnotatorOnIndels", testOnIndels); }