From 235da98ad62f191d88b4c56ea00d504543800926 Mon Sep 17 00:00:00 2001 From: Leila Mansouri Date: Mon, 20 Nov 2023 11:03:47 +0100 Subject: [PATCH] remove extra line --- main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.nf b/main.nf index bfae818..8f57bdc 100644 --- a/main.nf +++ b/main.nf @@ -127,7 +127,6 @@ ch_combined = ch_vcf_paths2.join(ch_to_join, by: 0).view() Run containarised Exomiser ---------------------------------------------------*/ -ld_score_annots = params.ld_score_weights_annotations[params.ld_score_weights_annotation_files].annotations if(params.exomiser_data){ Channel.fromPath("${params.exomiser_data}") .set{ch_exomiser_data }