1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-22 12:09:55 +00:00

Remove flatten

This commit is contained in:
James Fellows Yates 2022-11-22 13:36:40 +01:00
parent cacd7d3128
commit 06659af777

View file

@ -280,7 +280,7 @@ workflow PROFILING {
.dump(tag: "krakenuniq_premultimap") .dump(tag: "krakenuniq_premultimap")
.multiMap { .multiMap {
it -> it ->
reads: [ it[0] + it[2], it[1].flatten() ] reads: [ it[0] + it[2], it[1] ]
db: it[3] db: it[3]
} }
// Hardcode to _always_ produce the report file (which is our basic otput, and goes into) // Hardcode to _always_ produce the report file (which is our basic otput, and goes into)