Skip to content

Commit

Permalink
update pipeline for multiqc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 23, 2024
1 parent b41e64c commit b249b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nf_core/pipeline-template/workflows/pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ workflow {{ short_name|upper }} {
ch_multiqc_files.collect(),
ch_multiqc_config.toList(),
ch_multiqc_custom_config.toList(),
ch_multiqc_logo.toList()
ch_multiqc_logo.toList(),
[],
[]
)
{% endif %}
emit:
Expand Down

0 comments on commit b249b13

Please sign in to comment.