Skip to content

Commit

Permalink
Update pipeline-tools docker version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Jul 26, 2018
1 parent 9c5be6a commit 9cdf9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/Optimus/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion adapter_pipelines/ss2_single_sample/adapter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cdf9b5

Please sign in to comment.