Skip to content

Commit 9cdf9b5

Browse files
authored
Update pipeline-tools docker version (#68)
1 parent 9c5be6a commit 9cdf9b5

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
@@ -143,7 +143,7 @@ workflow AdapterOptimus {
143143

144144
# Set runtime environment such as "dev" or "staging" or "prod" so submit task could choose proper docker image to use
145145
String runtime_environment
146-
String pipeline_tools_version = "v0.23.0"
146+
String pipeline_tools_version = "v0.24.0"
147147

148148
call GetInputs as prep {
149149
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

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

8282
Int max_cromwell_retries = 0
83-
String pipeline_tools_version = "v0.23.0"
83+
String pipeline_tools_version = "v0.24.0"
8484

8585
call GetInputs as prep {
8686
input:

0 commit comments

Comments
 (0)