We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e9c83 commit a90d020Copy full SHA for a90d020
workflows/chipseq.nf
@@ -581,7 +581,7 @@ workflow CHIPSEQ {
581
}
582
583
emit:
584
- multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
+ multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
585
versions = ch_versions // channel: [ path(versions.yml) ]
586
587
0 commit comments