From 1d674890565bc2a018176388c46e71f9c0bb74f0 Mon Sep 17 00:00:00 2001 From: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:36:02 +0200 Subject: [PATCH] update test --- tests/modules/rhocall/annotate/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modules/rhocall/annotate/main.nf b/tests/modules/rhocall/annotate/main.nf index a77dc19a..9cca1520 100644 --- a/tests/modules/rhocall/annotate/main.nf +++ b/tests/modules/rhocall/annotate/main.nf @@ -11,7 +11,7 @@ workflow test_rhocall_annotate { file(params.test_data['sarscov2']['illumina']['test_vcf_gz'], checkIfExists: true), file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)] - af_file = [] + af_file = [[],[]] gen_map = [] regions = [] targets = [] @@ -28,7 +28,7 @@ workflow test_rhocall_annotate_stub { file(params.test_data['sarscov2']['illumina']['test_vcf_gz'], checkIfExists: true), file(params.test_data['sarscov2']['illumina']['test_vcf_gz_tbi'], checkIfExists: true)] - af_file = [] + af_file = [[],[]] gen_map = [] regions = [] targets = []