From 541f403963f5762dc649c87f7e3ce95f1c112ee9 Mon Sep 17 00:00:00 2001 From: Subazini TK Date: Fri, 13 May 2022 16:26:11 +0200 Subject: [PATCH] Update main.nf --- tests/modules/hmtnote/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/hmtnote/main.nf b/tests/modules/hmtnote/main.nf index da3fa363..aee772bb 100644 --- a/tests/modules/hmtnote/main.nf +++ b/tests/modules/hmtnote/main.nf @@ -10,5 +10,5 @@ workflow test_hmtnote { file(params.test_data['sarscov2']['illumina']['test_vcf'], checkIfExists: true) ] - HMTNOTE ( input, [] ) + HMTNOTE ( input, output ) }