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