Skip to content

Commit

Permalink
fix residue --> inter-residue
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 4, 2023
1 parent 7e42728 commit 5a621b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cool_seq_tool/data_sources/feature_overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_grch38_mane_gene_cds_overlap(
# Convert residue to inter-residue
if residue_mode == ResidueMode.RESIDUE:
if start == end:
start -= 1
end -= 1

start -= 1

Expand Down

0 comments on commit 5a621b9

Please sign in to comment.