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:03:49 +01:00 committed by GitHub
parent f6c4e9d9c1
commit 05370b5e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {