1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:32:04 +00:00

Remove dump

This commit is contained in:
James Fellows Yates 2022-06-09 08:15:58 +02:00
parent 9462032d00
commit 490a8a8a84

View file

@ -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() ]