Updated MD5

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1871 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-10-18 05:30:38 +00:00
parent 51f9ec0a5c
commit bb180a23ef
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class UnifiedGenotyperIntegrationTest extends WalkerTest {
public void testMultiSamplePilot1() {
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
"-T UnifiedGenotyper -R /broad/1KG/reference/human_b36_both.fasta -I /humgen/gsa-scr1/GATK_Data/Validation_Data/low_coverage_CEU.chr1.10k-11k.bam -varout %s -L 1:10,000,000-10,001,000 -bm empirical -gm EM_POINT_ESTIMATE -lod 5", 1,
Arrays.asList("2da83b62c35cf32211ef475fd89c252e"));
Arrays.asList("beb07ff5cbf60febfb451e4248f2b013"));
executeTest("testMultiSamplePilot1", spec);
}