fixing md5 sum; new version of IndelIntervalWalker does the right thing...

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2388 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-12-17 01:04:13 +00:00
parent acb4d477da
commit e6cc7dab26
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class IntervalsIntegrationTest extends WalkerTest {
WalkerTest.WalkerTestSpec spec1 = new WalkerTest.WalkerTestSpec(
"-T IndelIntervals -R /broad/1KG/reference/human_b36_both.fasta -I /humgen/gsa-scr1/GATK_Data/Validation_Data/NA12878.1kg.p2.chr1_10mb_11_mb.SLX.bam -L 1:10,000,000-11,000,000 -o %s",
1,
Arrays.asList("a4a795755b18f4ecdbc50975612bd819"));
Arrays.asList("76f97b91921f427ab639b6b8228ac4dc"));
executeTest("testIndelIntervals", spec1);
WalkerTest.WalkerTestSpec spec2 = new WalkerTest.WalkerTestSpec(