From 9cdf9b53cc59867ed43635ed7c1cfebf20c17985 Mon Sep 17 00:00:00 2001 From: Saman Ehsan Date: Thu, 26 Jul 2018 09:53:36 -0400 Subject: [PATCH] Update pipeline-tools docker version (#68) --- adapter_pipelines/Optimus/adapter.wdl | 2 +- adapter_pipelines/ss2_single_sample/adapter.wdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adapter_pipelines/Optimus/adapter.wdl b/adapter_pipelines/Optimus/adapter.wdl index 806e3c0d..35213873 100644 --- a/adapter_pipelines/Optimus/adapter.wdl +++ b/adapter_pipelines/Optimus/adapter.wdl @@ -143,7 +143,7 @@ workflow AdapterOptimus { # Set runtime environment such as "dev" or "staging" or "prod" so submit task could choose proper docker image to use String runtime_environment - String pipeline_tools_version = "v0.23.0" + String pipeline_tools_version = "v0.24.0" call GetInputs as prep { input: diff --git a/adapter_pipelines/ss2_single_sample/adapter.wdl b/adapter_pipelines/ss2_single_sample/adapter.wdl index 41e94dd8..0efb7fd9 100644 --- a/adapter_pipelines/ss2_single_sample/adapter.wdl +++ b/adapter_pipelines/ss2_single_sample/adapter.wdl @@ -80,7 +80,7 @@ workflow AdapterSmartSeq2SingleCell{ Boolean record_http = false Int max_cromwell_retries = 0 - String pipeline_tools_version = "v0.23.0" + String pipeline_tools_version = "v0.24.0" call GetInputs as prep { input: