Skip to content

Commit 4d8c75b

Browse files
nkongenellyAratz
andcommitted
Put SeqFU-stats section reports together
Co-authored-by: Adrien Coulier <adrien.coulier@medsci.uu.se> Co-authored-by: Karthik Nair <karthik.nair@medsci.uu.se>"
1 parent 487f081 commit 4d8c75b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflows/seqinspector.nf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ workflow SEQINSPECTOR {
7373
if (!("seqfu_stats" in skip_tools)) {
7474
SEQFU_STATS (
7575
ch_samplesheet
76+
.map { meta, reads ->
77+
[[id:"global", tags: meta.tags], reads]
78+
}
7679
)
7780
ch_multiqc_files = ch_multiqc_files.mix(SEQFU_STATS.out.multiqc)
7881
ch_versions = ch_versions.mix(SEQFU_STATS.out.versions.first())

0 commit comments

Comments
 (0)