mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update gff assignment to string
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
39401ccd07
commit
ee4c2828a0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue