mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 13:02:09 -05:00
Update software/quast/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
c43fe85a0c
commit
d88bf3bdda
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ process QUAST {
|
||||||
"""
|
"""
|
||||||
quast.py \\
|
quast.py \\
|
||||||
--output-dir $prefix \\
|
--output-dir $prefix \\
|
||||||
${reference} \\
|
$reference \\
|
||||||
${features} \\
|
$features \\
|
||||||
--threads $task.cpus \\
|
--threads $task.cpus \\
|
||||||
$options.args \\
|
$options.args \\
|
||||||
${consensus.join(' ')}
|
${consensus.join(' ')}
|
||||||
|
|
Loading…
Reference in a new issue