Updated md5 - vcf header line change

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3714 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
weisburd 2010-07-02 21:02:09 +00:00
parent f7593435eb
commit 9ec393bfce
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest {
*/
String[] md5WithDashSArg = {"35dffbdb99dbf480f4bc5169219bcfc1"};
String[] md5WithDashSArg = {"a1bd36fc69a3cdd3a08d951730b1d7be"};
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 " +
@ -37,7 +37,7 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest {
"-s dbsnp.name,dbsnp.refUCSC,dbsnp.strand,dbsnp.observed,dbsnp.avHet",
1,
Arrays.asList(md5WithDashSArg));
//executeTest("test with dbSNP and -s arg", specWithSArg);
executeTest("test with dbSNP and -s arg", specWithSArg);
}
}