test: Fix typo

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Edmund Miller 2021-01-15 10:07:44 -06:00 committed by GitHub
parent fe39c7822f
commit 53830e05c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ workflow test_stringtie_forward {
input = [ [ id:'test', strandedness:'forward' ], // meta map
[ file("${launchDir}/tests/data/bam/test.paired_end.sorted.bam", checkIfExists: true) ] ]
STRINGTIE_FOWARD (
STRINGTIE_FORWARD (
input,
file("${launchDir}/tests/data/gff/a.gtf", checkIfExists: true)
)