Skip to content

Commit 49ebc23

Browse files
Update workflows/bactmap.nf
Co-authored-by: Evangelos Karatzas <32259775+vagkaratzas@users.noreply.github.com>
1 parent 526e9bb commit 49ebc23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workflows/bactmap.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ workflow BACTMAP {
438438
[]
439439
)
440440

441-
emit:multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html
441+
emit:
442+
multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html
442443
versions = ch_versions // channel: [ path(versions.yml) ]
443444

444445
}

0 commit comments

Comments
 (0)