mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 21:49:55 +00:00
Remove dump
This commit is contained in:
parent
9462032d00
commit
490a8a8a84
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ workflow PROFILING {
|
||||||
[ new_meta, reads, db ]
|
[ new_meta, reads, db ]
|
||||||
}
|
}
|
||||||
.groupTuple(by: [0,2])
|
.groupTuple(by: [0,2])
|
||||||
.dump(tag: "into_malt")
|
|
||||||
.multiMap {
|
.multiMap {
|
||||||
it ->
|
it ->
|
||||||
reads: [ it[0], it[1].flatten() ]
|
reads: [ it[0], it[1].flatten() ]
|
||||||
|
|
Loading…
Reference in a new issue