Skip to content

Commit 47d1818

Browse files
apeltzergrst
andauthored
Update workflows/nanostring.nf
Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
1 parent a196e34 commit 47d1818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/nanostring.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ workflow NANOSTRING {
7979
samplesheet_path.first()
8080
)
8181
ch_versions = ch_versions.mix(NACHO_QC.out.versions)
82-
nacho_qc_multiqc_metrics = NACHO_QC.out.nacho_qc_png.map{it[1]}.mix(NACHO_QC.out.nacho_qc_txt.map{it[1]})
82+
ch_nacho_qc_multiqc_metrics = NACHO_QC.out.nacho_qc_png.map{it[1]}.mix(NACHO_QC.out.nacho_qc_txt.map{it[1]})
8383
ch_multiqc_files = ch_multiqc_files.mix(nacho_qc_multiqc_metrics.collect())
8484

8585
//

0 commit comments

Comments
 (0)