mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
Update tests/software/quast/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
f6c4e9d9c1
commit
05370b5e16
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ workflow test_quast_ref {
|
|||
def use_fasta = true
|
||||
def use_gtf = true
|
||||
|
||||
QUAST( consensus, fasta, use_fasta, gff, use_gtf)
|
||||
QUAST( consensus, fasta, gff, use_fasta, use_gtf )
|
||||
}
|
||||
|
||||
workflow test_quast_noref {
|
||||
|
|
Loading…
Add table
Reference in a new issue