Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Nov 20, 2023
1 parent 5fbb1d7 commit d260d3c
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 @@ -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{
Expand Down

0 comments on commit d260d3c

Please sign in to comment.