From ef90beb82720a5d034d7db42247fcaa55ab7bab6 Mon Sep 17 00:00:00 2001 From: Yossi Farjoun Date: Fri, 5 Oct 2012 16:14:51 -0400 Subject: [PATCH 2/2] - forgot to use git rm to delete a file from git. Now that VCF is deleted. - uncommented a HC test that I missed. --- .../walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java b/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java index aaac7c765..fd6b3bd05 100644 --- a/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java +++ b/protected/java/test/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCallerIntegrationTest.java @@ -19,7 +19,7 @@ public class HaplotypeCallerIntegrationTest extends WalkerTest { executeTest("testHaplotypeCaller: args=" + args, spec); } - //@Test + @Test public void testHaplotypeCallerMultiSample() { HCTest(CEUTRIO_BAM, "", "5b751474ad0aef4cdb53f094e605f97c"); }