Resolving changes in integration test during merge

This commit is contained in:
Eric Banks 2012-01-10 12:14:16 -05:00
parent 0f36f6947e
commit c5320ef1af
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class UnifiedGenotyperIntegrationTest extends WalkerTest {
WalkerTest.WalkerTestSpec spec4 = new WalkerTest.WalkerTestSpec(
baseCommandIndelsb37 + " --genotyping_mode GENOTYPE_GIVEN_ALLELES -alleles " + validationDataLocation + "ALL.wgs.union_v2_chr20_100_110K.20101123.indels.sites.vcf -I " + validationDataLocation +
"phase1_GBR_realigned.chr20.100K-110K.bam -o %s -L 20:100,000-110,000", 1,
Arrays.asList("69bfc9bec43a4fdd85dda3b947e6a98e"));
Arrays.asList("fcd590a55f5fec2a9b7e628187d6b8a8"));
executeTest("test MultiSample Phase1 indels with complicated records", spec4);
}