Oops, missed this test before when updating md5s

This commit is contained in:
Eric Banks 2012-09-22 22:16:35 -04:00
parent ced652b3dd
commit 25e3ea879a
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ public class UnifiedGenotyperIntegrationTest extends WalkerTest {
WalkerTest.WalkerTestSpec spec2 = new WalkerTest.WalkerTestSpec(
baseCommandIndels + " --genotyping_mode GENOTYPE_GIVEN_ALLELES -alleles " + result.get(0).getAbsolutePath() + " -I " + validationDataLocation +
"low_coverage_CEU.chr1.10k-11k.bam -o %s -L 1:10450700-10551000", 1,
Arrays.asList("1a4d856bfe53d9acee0ea303c4b83bb1"));
Arrays.asList("c7792e27477ecf99893a76ecbac5c2f9"));
executeTest("test MultiSample Pilot1 CEU indels using GENOTYPE_GIVEN_ALLELES", spec2);
}