Skip to content

Commit

Permalink
Add predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 21, 2021
1 parent 0515135 commit c550803
Show file tree
Hide file tree
Showing 2 changed files with 14,139 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/generate_doid_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ def main():
prefix = "doid"
targets = [
"umls",
# "ordo",
"efo",
"mondo",
"mesh",
"ido",
# MONDO and IDO both have the issue of
# mismatch of regex/banana
# "mondo",
# "ido",
# ORDO and CIDO can't be parsed
# "ordo",
# "cido"
]

Expand Down
Loading

0 comments on commit c550803

Please sign in to comment.