From 2525ecaa43a5bd8e3174740bcd7f0131efa49d0e Mon Sep 17 00:00:00 2001 From: hanna Date: Tue, 16 Mar 2010 16:34:50 +0000 Subject: [PATCH] Oops. Commented out some tests to improve performance and then checked in the commented out tests. Reverted. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3012 348d0f76-0448-11de-a6fe-93d51630548a --- .../RecalibrationWalkersIntegrationTest.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/recalibration/RecalibrationWalkersIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/recalibration/RecalibrationWalkersIntegrationTest.java index 8686ab315..06af44530 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/recalibration/RecalibrationWalkersIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/recalibration/RecalibrationWalkersIntegrationTest.java @@ -14,7 +14,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { static HashMap paramsFilesNoReadGroupTest = new HashMap(); static HashMap paramsFilesSolidIndels = new HashMap(); - //@Test + @Test public void testCountCovariates1() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12892.SLX.SRP000031.2009_06.selected.bam", "e5b2d5a2f4283718dae678cbc84be847" ); @@ -47,7 +47,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testTableRecalibrator1() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12892.SLX.SRP000031.2009_06.selected.bam", "6c59d291c37d053e0f188b762f3060a5" ); @@ -78,7 +78,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testCountCovariatesUseOriginalQuals() { HashMap e = new HashMap(); e.put( validationDataLocation + "originalQuals.1kg.chr1.1-1K.bam", "26ae1bede4f337901b6194753f6cf914"); @@ -132,7 +132,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { - //@Test + @Test public void testCountCovariatesSolidIndelsRemoveRefBias() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA19240.chr1.BFAST.SOLID.bam", "3889abcc7f6fe420f546fc049bfc2b5a" ); @@ -158,7 +158,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testTableRecalibratorSolidIndelsRemoveRefBias() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA19240.chr1.BFAST.SOLID.bam", "a6eb2f8f531164b0a3cb19b4bb1d2f4f" ); @@ -189,7 +189,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { - //@Test + @Test public void testCountCovariatesVCF() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12878.1kg.p2.chr1_10mb_11_mb.SOLID.bam", "9b9d21ffb70f15ef2aebad21f3fc05cb"); @@ -213,7 +213,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testCountCovariatesVCFPlusDBsnp() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12878.1kg.p2.chr1_10mb_11_mb.SOLID.bam", "cc1cc9c1ff184d388d81574fdccc608e"); @@ -241,7 +241,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testCountCovariatesNoReadGroups() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12762.SOLID.SRP000031.2009_07.chr1.10_20mb.bam", "a86c64f649b847b7f81ac50a808d3d45" ); @@ -271,7 +271,7 @@ public class RecalibrationWalkersIntegrationTest extends WalkerTest { } } - //@Test + @Test public void testTableRecalibratorNoReadGroups() { HashMap e = new HashMap(); e.put( validationDataLocation + "NA12762.SOLID.SRP000031.2009_07.chr1.10_20mb.bam", "474e05b5a0f13776daebeb964a5e0e2b" );