Skip to content

Commit 94ff74e

Browse files
author
David Shiga
authored
Use v0.23.0 docker image (#63)
1 parent f6ed52e commit 94ff74e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapter_pipelines/Optimus/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ workflow AdapterOptimus {
142142

143143
# Set runtime environment such as "dev" or "staging" or "prod" so submit task could choose proper docker image to use
144144
String runtime_environment
145-
String pipeline_tools_version = "v0.22.0"
145+
String pipeline_tools_version = "v0.23.0"
146146

147147
call GetInputs as prep {
148148
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ workflow AdapterSmartSeq2SingleCell{
7979
Boolean record_http = false
8080

8181
Int max_cromwell_retries = 0
82-
String pipeline_tools_version = "v0.22.0"
82+
String pipeline_tools_version = "v0.23.0"
8383

8484
call GetInputs as prep {
8585
input:

0 commit comments

Comments
 (0)