mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
parent
5587389874
commit
77a6dd3f61
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ process BAKTA {
|
|||
def args = task.ext.args ?: ''
|
||||
prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def proteins_opt = proteins ? "--proteins ${proteins[0]}" : ""
|
||||
def prodigal_opt = prodigal_tf ? "--prodigal-tf ${prodigal_tf[0]}" : ""
|
||||
def prodigal_tf = prodigal_tf ? "--prodigal-tf ${prodigal_tf[0]}" : ""
|
||||
"""
|
||||
bakta \\
|
||||
$args \\
|
||||
|
|
Loading…
Reference in a new issue