Skip to content

Commit

Permalink
Update pipeline-tools version (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Sep 11, 2018
1 parent 52fa586 commit 9b805ea
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 @@ -127,7 +127,7 @@ workflow AdapterOptimus {
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.26.0"
String pipeline_tools_version = "v0.28.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 @@ -83,7 +83,7 @@ workflow AdapterSmartSeq2SingleCell{
Int max_cromwell_retries = 0
Boolean add_md5s = false
String pipeline_tools_version = "v0.26.0"
String pipeline_tools_version = "v0.28.0"
call GetInputs as prep {
input:
Expand Down

0 comments on commit 9b805ea

Please sign in to comment.