From 7c11dde32866fbfaff8c25145aca6bd82e33a27a Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Thu, 3 May 2012 14:47:58 -0400 Subject: [PATCH] Updated DPP test MD5's due to template length (TLEN) changes when Picard was revved. --- .../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 7e1d09b70..95455e812 100644 --- a/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala +++ b/public/scala/test/org/broadinstitute/sting/queue/pipeline/DataProcessingPipelineTest.scala @@ -42,7 +42,7 @@ class DataProcessingPipelineTest { " -nv ", " -test ", " -p " + projectName).mkString - spec.fileMD5s += testOut -> "1f85e76de760167a77ed1d9ab4da2936" + spec.fileMD5s += testOut -> "0de95b5642e41e11ecd6fa1770242b88" PipelineTest.executeTest(spec) } @@ -62,7 +62,7 @@ class DataProcessingPipelineTest { " -bwa /home/unix/carneiro/bin/bwa", " -bwape ", " -p " + projectName).mkString - spec.fileMD5s += testOut -> "57416a0abdf9524bc92834d466529708" + spec.fileMD5s += testOut -> "72beeb037bfc5a07599630a23d8b325b" PipelineTest.executeTest(spec) }