From 1389ac6bdfe5bfa2891fc2816637cedc24a19f83 Mon Sep 17 00:00:00 2001 From: chartl Date: Mon, 14 Dec 2009 22:42:50 +0000 Subject: [PATCH] Hurrr -- this uses power as part of its output. Changes to the power calculation broke the md5s RIGHT AFTER I HAD FIXED THEM arghflrg. Will fix again. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2351 348d0f76-0448-11de-a6fe-93d51630548a --- .../gatk/walkers/HapmapPoolAllelicInfoIntegrationTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/test/org/broadinstitute/sting/playground/gatk/walkers/HapmapPoolAllelicInfoIntegrationTest.java b/java/test/org/broadinstitute/sting/playground/gatk/walkers/HapmapPoolAllelicInfoIntegrationTest.java index a19f03977..c806265cd 100755 --- a/java/test/org/broadinstitute/sting/playground/gatk/walkers/HapmapPoolAllelicInfoIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/playground/gatk/walkers/HapmapPoolAllelicInfoIntegrationTest.java @@ -11,7 +11,7 @@ import java.util.Arrays; * Date: Nov 18, 2009 * Time: 9:29:31 AM * To change this template use File | Settings | File Templates. - */ + * public class HapmapPoolAllelicInfoIntegrationTest extends WalkerTest { @Test @@ -55,3 +55,4 @@ public class HapmapPoolAllelicInfoIntegrationTest extends WalkerTest { } } +*/