From a9f27e5b028f6ad2ca9421b05f3753edb21a58e4 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Tue, 17 Jul 2012 21:54:46 -0400 Subject: [PATCH] Updated md5s for DPP test --- .../sting/queue/pipeline/DataProcessingPipelineTest.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala b/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala index 20458c7c4..724f35cf6 100644 --- a/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala +++ b/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala @@ -41,7 +41,7 @@ class DataProcessingPipelineTest { " -D " + BaseTest.publicTestDir + "exampleDBSNP.vcf", " -test ", " -p " + projectName).mkString - spec.fileMD5s += testOut -> "0de95b5642e41e11ecd6fa1770242b88" + spec.fileMD5s += testOut -> "0f0b32e94640a8d548b4c1134ad4c075" PipelineTest.executeTest(spec) } @@ -60,7 +60,7 @@ class DataProcessingPipelineTest { " -bwa /home/unix/carneiro/bin/bwa", " -bwape ", " -p " + projectName).mkString - spec.fileMD5s += testOut -> "72beeb037bfc5a07599630a23d8b325b" + spec.fileMD5s += testOut -> "6b4f13d22b45d7d617ee959fdc278ed2" PipelineTest.executeTest(spec) }