From dd7f1362981787c2da5f7dba5fd3daed656ece6f Mon Sep 17 00:00:00 2001 From: ebanks Date: Thu, 26 Aug 2010 02:00:06 +0000 Subject: [PATCH] Office-mate courtesy: fixing Andrey's busted integration test git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4123 348d0f76-0448-11de-a6fe-93d51630548a --- .../walkers/sequenom/PickSequenomProbesIntegrationTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/sequenom/PickSequenomProbesIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/sequenom/PickSequenomProbesIntegrationTest.java index 1d353bdd8..e4e58a90f 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/sequenom/PickSequenomProbesIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/sequenom/PickSequenomProbesIntegrationTest.java @@ -11,7 +11,7 @@ public class PickSequenomProbesIntegrationTest extends WalkerTest { String testVCF = validationDataLocation + "complexExample.vcf4"; String testArgs = "-R " + b36KGReference + " -T PickSequenomProbes -L 1:10,000,000-11,000,000 -B:input,VCF "+testVCF+" -o %s"; WalkerTestSpec spec = new WalkerTestSpec(testArgs, 1, - Arrays.asList("71e717e1813791575231f884b51c0aa3")); + Arrays.asList("0f356354a4a78ff62b2848431ec11262")); executeTest("Test probes", spec); } @@ -27,8 +27,6 @@ public class PickSequenomProbesIntegrationTest extends WalkerTest { executeTest("Test probes", spec); } - // 03c8cef968ae2d0ef5f51ac82b24f891 - @Test public void testProbesUsingDbSNPMaskWithNMW1() { String testVCF = validationDataLocation + "pickSeqIntegrationTest.vcf";