From dd228880ed4a639b50250f5c4320d28ee46d2160 Mon Sep 17 00:00:00 2001 From: hanna Date: Mon, 10 Aug 2009 20:45:44 +0000 Subject: [PATCH] Partially implemented NewHotnessGenotypeLikelihoodsTest caused the tests to fail. Ouch! So hot it burned me. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1403 348d0f76-0448-11de-a6fe-93d51630548a --- .../walkers/genotyper/NewHotnessGenotypeLikelihoodsTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/NewHotnessGenotypeLikelihoodsTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/NewHotnessGenotypeLikelihoodsTest.java index d88f7e790..d1e732a2c 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/NewHotnessGenotypeLikelihoodsTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/genotyper/NewHotnessGenotypeLikelihoodsTest.java @@ -6,6 +6,7 @@ import org.broadinstitute.sting.utils.Utils; import org.broadinstitute.sting.utils.BaseUtils; import org.broadinstitute.sting.utils.MathUtils; import org.broadinstitute.sting.BaseTest; +import org.junit.Ignore; import edu.mit.broad.picard.util.MathUtil; import java.util.Arrays; @@ -41,6 +42,7 @@ import java.util.Arrays; * From then on, you can call any of the add() routines to update the likelihoods and posteriors in the above * model. */ +@Ignore public class NewHotnessGenotypeLikelihoodsTest extends BaseTest { int x; /* private int coverage = 0;