We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5be6a commit 9cdf9b5Copy full SHA for 9cdf9b5
adapter_pipelines/Optimus/adapter.wdl
@@ -143,7 +143,7 @@ workflow AdapterOptimus {
143
144
# Set runtime environment such as "dev" or "staging" or "prod" so submit task could choose proper docker image to use
145
String runtime_environment
146
- String pipeline_tools_version = "v0.23.0"
+ String pipeline_tools_version = "v0.24.0"
147
148
call GetInputs as prep {
149
input:
adapter_pipelines/ss2_single_sample/adapter.wdl
@@ -80,7 +80,7 @@ workflow AdapterSmartSeq2SingleCell{
80
Boolean record_http = false
81
82
Int max_cromwell_retries = 0
83
84
85
86
0 commit comments