Skip to content

Commit

Permalink
fix for pilot VCFs
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Oct 31, 2024
1 parent a1b41f3 commit 847ca53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pathogenprofiler/vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,9 @@ def load_ann(
else:
if 'QNAME' in var.info:
freq = 1.0
elif sv:
freq = af_dict[alt]
else:
raise NotImplementedError
freq = af_dict[alt]


tmp_var = Variant(
chrom = chrom,
Expand Down

0 comments on commit 847ca53

Please sign in to comment.