Skip to content

Commit 9b805ea

Browse files
authored
Update pipeline-tools version (#79)
1 parent 52fa586 commit 9b805ea

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
@@ -127,7 +127,7 @@ workflow AdapterOptimus {
127127
Int max_cromwell_retries = 0
128128
Boolean add_md5s = false
129129

130-
String pipeline_tools_version = "v0.26.0"
130+
String pipeline_tools_version = "v0.28.0"
131131

132132
call GetInputs as prep {
133133
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ workflow AdapterSmartSeq2SingleCell{
8383
Int max_cromwell_retries = 0
8484
Boolean add_md5s = false
8585

86-
String pipeline_tools_version = "v0.26.0"
86+
String pipeline_tools_version = "v0.28.0"
8787

8888
call GetInputs as prep {
8989
input:

0 commit comments

Comments
 (0)