Update tests/software/quast/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Kevin Menden 2021-02-01 14:04:08 +01:00 committed by GitHub
parent 05370b5e16
commit 0bd8506ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )
} }