mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00: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 \\
|
||||
--output-dir $prefix \\
|
||||
${reference} \\
|
||||
${features} \\
|
||||
$reference \\
|
||||
$features \\
|
||||
--threads $task.cpus \\
|
||||
$options.args \\
|
||||
${consensus.join(' ')}
|
||||
|
|
Loading…
Reference in a new issue