mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
test: Fix typo
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
fe39c7822f
commit
53830e05c7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ workflow test_stringtie_forward {
|
||||||
input = [ [ id:'test', strandedness:'forward' ], // meta map
|
input = [ [ id:'test', strandedness:'forward' ], // meta map
|
||||||
[ file("${launchDir}/tests/data/bam/test.paired_end.sorted.bam", checkIfExists: true) ] ]
|
[ file("${launchDir}/tests/data/bam/test.paired_end.sorted.bam", checkIfExists: true) ] ]
|
||||||
|
|
||||||
STRINGTIE_FOWARD (
|
STRINGTIE_FORWARD (
|
||||||
input,
|
input,
|
||||||
file("${launchDir}/tests/data/gff/a.gtf", checkIfExists: true)
|
file("${launchDir}/tests/data/gff/a.gtf", checkIfExists: true)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue