From d260d3c2cf8ca3705b06ab3012d8cf379b0e5895 Mon Sep 17 00:00:00 2001 From: Leila Mansouri Date: Mon, 20 Nov 2023 14:20:52 +0100 Subject: [PATCH] fix bug --- main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.nf b/main.nf index e07d7dd..19cd07b 100644 --- a/main.nf +++ b/main.nf @@ -129,7 +129,6 @@ ch_combined = ch_vcf_paths2.join(ch_to_join, by: 0).view() if (!params.data_bundle && params.exomiser_profile_files){ exomiser_data=params.exomiser_data_profile[params.exomiser_profile_files].data_bundle - Channel.fromPath("${exomiser_data}") .set{ch_exomiser_data } }else{