Skip to content

Commit

Permalink
Fix comment - add example of DEVSU-1885 malformed deletion description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbleile committed May 16, 2023
1 parent 8b28388 commit 75f5c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipr/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def annotate_positional_variants(
matches = gkb_match.match_positional_variant(graphkb_conn, variant)
except HTTPError:
# DEVSU-1885 - fix malformed single deletion described as substitution of blank
# eg.
# eg. deletion described as substitution with nothing: 'chr1:g.150951027T>'
if (
variant[-1] == '>'
and 'g.' in variant
Expand Down

0 comments on commit 75f5c5f

Please sign in to comment.