Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Nov 20, 2023
1 parent f200e6a commit 235da98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 235da98

Please sign in to comment.