Skip to content

Commit

Permalink
removed leftover view()
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak committed Jun 11, 2024
1 parent 708e799 commit b0fc281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/molkart.nf
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ workflow MOLKART {
MOLKARTQC.out.qc.map{it[1]}
.collectFile(name: 'final_QC.all_samples.csv', keepHeader: true, storeDir: "${params.outdir}/multiqc"))
}
ch_multiqc_files.view()

MULTIQC (
ch_multiqc_files.collect(),
Expand Down

0 comments on commit b0fc281

Please sign in to comment.