mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +00:00
Remove flatten
This commit is contained in:
parent
cacd7d3128
commit
06659af777
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ workflow PROFILING {
|
|||
.dump(tag: "krakenuniq_premultimap")
|
||||
.multiMap {
|
||||
it ->
|
||||
reads: [ it[0] + it[2], it[1].flatten() ]
|
||||
reads: [ it[0] + it[2], it[1] ]
|
||||
db: it[3]
|
||||
}
|
||||
// Hardcode to _always_ produce the report file (which is our basic otput, and goes into)
|
||||
|
|
Loading…
Reference in a new issue