mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Add args to mlst (#1962)
Update main.nf Add args in main command to allow for parsing of arguments from config file Co-authored-by: nvnieuwk <101190534+nvnieuwk@users.noreply.github.com>
This commit is contained in:
parent
6d6e3a018f
commit
0a59baf293
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ process MLST {
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||||
"""
|
"""
|
||||||
mlst \\
|
mlst \\
|
||||||
|
$args \\
|
||||||
--threads $task.cpus \\
|
--threads $task.cpus \\
|
||||||
$fasta \\
|
$fasta \\
|
||||||
> ${prefix}.tsv
|
> ${prefix}.tsv
|
||||||
|
|
Loading…
Reference in a new issue