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

Add missing close bracket

This commit is contained in:
James Fellows Yates 2022-05-01 07:28:29 +02:00
parent 4094706421
commit d5049a34e4

View file

@ -75,6 +75,7 @@ workflow PROFILING {
it ->
reads: [ it[0], it[1].flatten() ]
db: it[2]
}
MALT_RUN ( ch_input_for_malt.reads, params.malt_mode, ch_input_for_malt.db )