Skip to content

Commit

Permalink
anno svinfo force
Browse files Browse the repository at this point in the history
Forces overwriting of SVLEN/SVTYPE
  • Loading branch information
ACEnglish committed Jan 10, 2024
1 parent 15f16f1 commit 3df228b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions truvari/annotations/svinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def add_svinfo(entry, min_size=0, n_header=None):
"""
Add svinfo
"""
del entry.info['SVTYPE']
del entry.info['SVLEN']
sz = truvari.entry_size(entry)
if sz < min_size:
return
Expand Down

0 comments on commit 3df228b

Please sign in to comment.