Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 2, 2024
1 parent f292ff9 commit 1afe4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexica/phenotype/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
# TODO should there be others?
],
),
biolexica.Input(source="efo", processor="pyobo"), # TODO find subset of EFO
biolexica.Input(source="efo", processor="pyobo", ancestors=["EFO:0000408"]),
biolexica.Input(source="ncit", processor="pyobo", ancestors=["ncit:C2991"]),
# biolexica.Input(source="umls", processor="pyobo"), # TODO find subset of UMLS
# biolexica.Input(source="ncit", processor="pyobo"), # TODO find subset of NCIT
],
excludes=["doid:4"],
)
Expand Down

0 comments on commit 1afe4b7

Please sign in to comment.