From 53830e05c7c8fa32e87c86cd99bddf7eeca44b5f Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 15 Jan 2021 10:07:44 -0600 Subject: [PATCH] test: Fix typo Co-authored-by: Harshil Patel --- tests/software/stringtie/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/software/stringtie/main.nf b/tests/software/stringtie/main.nf index f0c927bb..8357ef96 100644 --- a/tests/software/stringtie/main.nf +++ b/tests/software/stringtie/main.nf @@ -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) )