minor change

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3259 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-04-26 06:05:29 +00:00
parent 68bdac254b
commit df31eeff9f
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}