mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
parent
60c65fb386
commit
92c420e7d0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ process PROKKA {
|
|||
def args = task.ext.args ?: ''
|
||||
prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def proteins_opt = proteins ? "--proteins ${proteins[0]}" : ""
|
||||
def prodigal_opt = prodigal_tf ? "--prodigaltf ${prodigal_tf[0]}" : ""
|
||||
def prodigal_tf = prodigal_tf ? "--prodigaltf ${prodigal_tf[0]}" : ""
|
||||
"""
|
||||
prokka \\
|
||||
$args \\
|
||||
|
|
Loading…
Reference in a new issue