From df31eeff9fcd6d1b58adefb2832be463162ae011 Mon Sep 17 00:00:00 2001 From: ebanks Date: Mon, 26 Apr 2010 06:05:29 +0000 Subject: [PATCH] minor change git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3259 348d0f76-0448-11de-a6fe-93d51630548a --- .../walkers/annotator/GenomicAnnotatorIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java b/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java index 1f0d6237b..e57ba1923 100755 --- a/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java @@ -26,7 +26,7 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest { */ - String[] md5WithDashSArg = {"abacb974e89f8456d4168ac3b704cd4b"}; + String[] md5WithDashSArg = {"c5bcbad4f4bb8455eea46c1a51a77d2a"}; WalkerTestSpec specWithSArg = new WalkerTestSpec( "-T GenomicAnnotator -R " + oneKGLocation + "reference/human_b36_both.fasta " + "-B variant,vcf,/humgen/gsa-hpprojects/GATK/data/Annotations/examples/CEU_hapmap_nogt_23_subset.vcf " + @@ -39,4 +39,4 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest { Arrays.asList(md5WithDashSArg)); executeTest("test with dbSNP and -s arg", specWithSArg); } -} \ No newline at end of file +}