Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Apr 19, 2024
1 parent dd55766 commit 2191e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/scripts/bxStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def writestats(x,chr):
# then it was already counted in the forward read
ins_len = 0
else:
ins_len = abs(ins_len)
ins_len = abs(tlen)

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

0 comments on commit 2191e5a

Please sign in to comment.