Skip to content

Commit

Permalink
MDS#1203 - Pheno matching
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Nov 26, 2024
1 parent 37856d4 commit 3549481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annotation/phenotype_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def break_up_syndromes_and_disease(omim_description, pk):
term = term.strip().lower().replace(",", "")
omim_pks_by_term[term] = pk
for split_term in term.split(";"):
split_term = split_term.strip()
omim_pks_by_term[split_term] = pk
break_up_syndromes_and_disease(split_term, pk)
break_up_dashes(split_term, pk)
Expand Down

0 comments on commit 3549481

Please sign in to comment.