diff --git a/workflows/createpanelrefs.nf b/workflows/createpanelrefs.nf index 2ceee98..04e986b 100644 --- a/workflows/createpanelrefs.nf +++ b/workflows/createpanelrefs.nf @@ -208,7 +208,8 @@ workflow CREATEPANELREFS { [] ) - emit:multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html + emit: + multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html versions = ch_versions // channel: [ path(versions.yml) ] }