mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +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 ?: ''
|
def args = task.ext.args ?: ''
|
||||||
prefix = task.ext.prefix ?: "${meta.id}"
|
prefix = task.ext.prefix ?: "${meta.id}"
|
||||||
def proteins_opt = proteins ? "--proteins ${proteins[0]}" : ""
|
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 \\
|
prokka \\
|
||||||
$args \\
|
$args \\
|
||||||
|
|
Loading…
Reference in a new issue