Skip to content

Commit

Permalink
Update cnv_report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monikaBrandt authored Sep 23, 2024
1 parent 811506f commit ef5d439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/scripts/cnv_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def check_fp(chrom, start, end, gatk_cnr_dict, cn, max_cnv_fp_size):
cnv_length = end - start + 1
if cnv_length > max_cnv_fp_size:
return "-"

gatk_data = gatk_cnr_dict[chrom]
i = 0
j = 0
Expand Down

0 comments on commit ef5d439

Please sign in to comment.