Skip to content

Commit

Permalink
add missing else
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Apr 19, 2024
1 parent 2191e5a commit 8c6a779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/harpy/scripts/bxStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def writestats(x,chr):
ins_len = 0
else:
ins_len = abs(tlen)
else:
ins_len = tlen

# create bx entry if it's not present
if mi not in d.keys():
Expand Down

0 comments on commit 8c6a779

Please sign in to comment.