Skip to content

Commit

Permalink
Merge pull request #357 from nf-core/fix-multiqc
Browse files Browse the repository at this point in the history
Fix multiqc input channels
  • Loading branch information
grst authored Aug 13, 2024
2 parents 25ed00c + de7007c commit 2dd8465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/scrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@ workflow SCRNASEQ {
ch_multiqc_files.collect(),
ch_multiqc_config.toList(),
ch_multiqc_custom_config.toList(),
ch_multiqc_logo.toList()
ch_multiqc_logo.toList(),
[],
[]
)

emit:
Expand Down

0 comments on commit 2dd8465

Please sign in to comment.