mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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}"
|
||||
"""
|
||||
mlst \\
|
||||
$args \\
|
||||
--threads $task.cpus \\
|
||||
$fasta \\
|
||||
> ${prefix}.tsv
|
||||
|
|
Loading…
Reference in a new issue