Updating missed UG md5

This commit is contained in:
Ryan Poplin 2012-12-20 14:57:53 -05:00
parent 54e5c84018
commit a098888f4d
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,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("1256a7eceff2c2374c231ff981df486d"));
Arrays.asList("2ea18a3e8480718a80a415d3fea79f54"));
executeTest("test MultiSample Pilot1 CEU indels using GENOTYPE_GIVEN_ALLELES", spec2);
}