mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-14 17:43:09 +00:00
fix: remove typo
This commit is contained in:
parent
70dd7cade9
commit
17a9493e6d
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ workflow PROFILING {
|
||||||
.groupTuple(by: [0,2,3])
|
.groupTuple(by: [0,2,3])
|
||||||
.flatMap { single_meta, reads, db_meta, db ->
|
.flatMap { single_meta, reads, db_meta, db ->
|
||||||
def batches = reads.collate(params.krakenuniq_batch_size)
|
def batches = reads.collate(params.krakenuniq_batch_size)
|
||||||
return batches.colect { batch -> [ single_meta + db_meta, batch.flatten(), db ]}
|
return batches.collect { batch -> [ single_meta + db_meta, batch.flatten(), db ]}
|
||||||
}
|
}
|
||||||
.multiMap {
|
.multiMap {
|
||||||
meta, reads, db ->
|
meta, reads, db ->
|
||||||
|
|
Loading…
Reference in a new issue