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:
parent
3102e40052
commit
21759807f7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue