mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:09:55 +00:00
Add missing close bracket
This commit is contained in:
parent
4094706421
commit
d5049a34e4
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ workflow PROFILING {
|
||||||
it ->
|
it ->
|
||||||
reads: [ it[0], it[1].flatten() ]
|
reads: [ it[0], it[1].flatten() ]
|
||||||
db: it[2]
|
db: it[2]
|
||||||
|
}
|
||||||
|
|
||||||
MALT_RUN ( ch_input_for_malt.reads, params.malt_mode, ch_input_for_malt.db )
|
MALT_RUN ( ch_input_for_malt.reads, params.malt_mode, ch_input_for_malt.db )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue