Skip to content

Commit

Permalink
added collect to RUN_MULTIQC_FC in FEATURECOUNTS_BAM to generate a si…
Browse files Browse the repository at this point in the history
…ngle report
  • Loading branch information
jessicaw9910 committed Jul 25, 2024
1 parent 7fa92d7 commit e5fd61c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nextflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ workflow FEATURECOUNTS_BAM {

RUN_MULTIQC_FC (
"featureCounts",
SUBREAD_FEATURECOUNTS.out.summary.map { it -> it[1] }
SUBREAD_FEATURECOUNTS.out.summary
.map { it -> it[1] }
.collect()
)
}

Expand Down

0 comments on commit e5fd61c

Please sign in to comment.