Update gff assignment to string

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Anders Goncalves da Silva 2021-02-15 19:55:12 -08:00 committed by GitHub
parent 39401ccd07
commit ee4c2828a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ workflow test_ivar_variants_no_gff {
IVAR_VARIANTS ( input, ref, dummy )
}
params.gff = file("${launchDir}/tests/data/gff/sarscov2/MN908947.3.gff3", checkIfExists: true)
params.gff = "${launchDir}/tests/data/gff/sarscov2/MN908947.3.gff3"
workflow test_ivar_variants_with_gff {