Skip to content

Commit ecbad61

Browse files
Update workflows/lr_somatic.nf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bd73748 commit ecbad61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workflows/lr_somatic.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ workflow LR_SOMATIC {
595595
)
596596

597597
emit:
598-
multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html
599-
versions = ch_versions // channel: [ path(versions.yml) ]
598+
multiqc_report = MULTIQC.out.report.toList() // channel: /path/to/multiqc_report.html
599+
versions = ch_versions // channel: [ path(versions.yml) ]
600600

601601

602602

0 commit comments

Comments
 (0)