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>
master
Petros 2 years ago committed by GitHub
parent 6d6e3a018f
commit 0a59baf293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@ process MLST {
def prefix = task.ext.prefix ?: "${meta.id}"
"""
mlst \\
$args \\
--threads $task.cpus \\
$fasta \\
> ${prefix}.tsv

Loading…
Cancel
Save