Skip to content

Commit

Permalink
Add 2 empty channels in multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Oct 17, 2024
1 parent e927d7d commit d9e4390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/crisprseq_targeted.nf
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,9 @@ workflow CRISPRSEQ_TARGETED {
ch_multiqc_files.collect(),
ch_multiqc_config.toList(),
ch_multiqc_custom_config.toList(),
ch_multiqc_logo.toList()
ch_multiqc_logo.toList(),
Channel.empty(),
Channel.empty()
)

emit:
Expand Down

0 comments on commit d9e4390

Please sign in to comment.