Skip to content

Commit

Permalink
fix(qc): actually use new extra_multiqc_inputs param
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jul 11, 2023
1 parent f318487 commit 8db179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/qc/quality-check-standard.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,14 @@ workflow quality_check {
phred_scores.phred_scores,
markdups_post.mosdepth_global_summary,
markdups_post.mosdepth_global_dist,
star_log,
ngsderive_strandedness.strandedness_file,
junction_annotation.junction_summary,
qualimap_rnaseq.raw_summary,
qualimap_rnaseq.raw_coverage
],
regions_coverage.summary,
regions_coverage.region_dist,
extra_multiqc_inputs,
select_first([markdups_post.mosdepth_region_summary, []]),
select_first([markdups_post.mosdepth_region_dist, []])
])),
Expand Down

0 comments on commit 8db179a

Please sign in to comment.