mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-25 08:09:54 +00:00
Remove the flattening?
This commit is contained in:
parent
a634814d84
commit
6c14f2b230
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ workflow SHORTREAD_ADAPTERREMOVAL {
|
||||||
[meta_new, reads]
|
[meta_new, reads]
|
||||||
}
|
}
|
||||||
.groupTuple()
|
.groupTuple()
|
||||||
.map { meta, fastq -> [meta, [ fastq ].flatten()] }
|
.map { meta, fastq -> [meta, fastq] }
|
||||||
|
|
||||||
|
|
||||||
CAT_FASTQ(ch_concat_fastq)
|
CAT_FASTQ(ch_concat_fastq)
|
||||||
|
|
Loading…
Reference in a new issue