Skip to content

Commit 33e7e11

Browse files
authored
Pre-release commit (#136)
Update the version of pipeline-tools used by the adapter wdls.
1 parent 359424d commit 33e7e11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adapter_pipelines/Optimus/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ workflow AdapterOptimus {
139139
Int max_cromwell_retries = 0
140140
Boolean add_md5s = false
141141

142-
String pipeline_tools_version = "v0.48.1"
142+
String pipeline_tools_version = "v0.48.2"
143143

144144
call GetInputs as prep {
145145
input:

adapter_pipelines/cellranger/adapter.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ workflow Adapter10xCount {
150150
Int max_cromwell_retries = 0
151151
Boolean add_md5s = false
152152

153-
String pipeline_tools_version = "v0.48.1"
153+
String pipeline_tools_version = "v0.48.2"
154154

155155
call GetInputs {
156156
input:

adapter_pipelines/ss2_single_sample/adapter.wdl

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

85-
String pipeline_tools_version = "v0.48.1"
85+
String pipeline_tools_version = "v0.48.2"
8686

8787
call GetInputs as prep {
8888
input:

0 commit comments

Comments
 (0)