1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:23:10 +00:00

fix: remove typo

This commit is contained in:
Moritz E. Beber 2023-03-30 16:51:41 +02:00
parent 70dd7cade9
commit 17a9493e6d

View file

@ -322,7 +322,7 @@ workflow PROFILING {
.groupTuple(by: [0,2,3])
.flatMap { single_meta, reads, db_meta, db ->
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 {
meta, reads, db ->