From 4e3780fd4fa814328aead4d2ff5d08647b73796f Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Tue, 17 Jul 2012 15:47:43 -0400 Subject: [PATCH] Updated md5 for PBPP --- .../sting/queue/pipeline/PacbioProcessingPipelineTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scala/test/org/broadinstitute/sting/queue/pipeline/PacbioProcessingPipelineTest.scala b/public/scala/test/org/broadinstitute/sting/queue/pipeline/PacbioProcessingPipelineTest.scala index 0989f8d24..6e4c5ed3e 100644 --- a/public/scala/test/org/broadinstitute/sting/queue/pipeline/PacbioProcessingPipelineTest.scala +++ b/public/scala/test/org/broadinstitute/sting/queue/pipeline/PacbioProcessingPipelineTest.scala @@ -40,7 +40,7 @@ class PacbioProcessingPipelineTest { " -blasr ", " -test ", " -D " + BaseTest.publicTestDir + "exampleDBSNP.vcf").mkString - spec.fileMD5s += testOut -> "cf147e7f56806598371f8d5d6794b852" + spec.fileMD5s += testOut -> "2f2026882a2850bb14a858524158d5a8" PipelineTest.executeTest(spec) } }