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

Does flatten work?

This commit is contained in:
James Fellows Yates 2022-11-22 12:48:54 +01:00
parent 3102e40052
commit 21759807f7

View file

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