Skip to content

Commit

Permalink
re-add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed Feb 4, 2025
1 parent 92e2c22 commit ecbb4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pori_python/ipr/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get_ipr_statements_from_variants(
rows = []

statements = get_statements_from_variants(graphkb_conn, matches)
existing_statements = {s["@rid"] for s in statements}

for ipr_row in convert_statements_to_alterations(
graphkb_conn, statements, disease_name, convert_to_rid_set(matches)
Expand Down

0 comments on commit ecbb4cf

Please sign in to comment.