Skip to content

Commit 00d73a5

Browse files
authored
Add web_summary.html to CellRanger adapter outputs (#86)
* Add web_summary.html to 10x adapter outputs * Update docker tag for testing * Change docker tag to use version
1 parent 0ad7682 commit 00d73a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adapter_pipelines/cellranger/adapter.wdl

Lines changed: 3 additions & 2 deletions
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.32.0"
153+
String pipeline_tools_version = "v0.33.0"
154154

155155
call GetInputs {
156156
input:
@@ -233,7 +233,8 @@ workflow Adapter10xCount {
233233
analysis.raw_barcodes,
234234
analysis.raw_genes,
235235
analysis.raw_matrix,
236-
analysis.mol_info_h5
236+
analysis.mol_info_h5,
237+
analysis.web_summary
237238
],
238239
format_map = format_map,
239240
submit_url = submit_url,

0 commit comments

Comments
 (0)