mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/software/quast/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
05370b5e16
commit
0bd8506ea1
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ workflow test_quast_noref {
|
||||||
def use_fasta = false
|
def use_fasta = false
|
||||||
def use_gtf = false
|
def use_gtf = false
|
||||||
|
|
||||||
QUAST( consensus, fasta, use_fasta, gff, use_gtf)
|
QUAST( consensus, fasta, gff, use_fasta, use_gtf )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue