-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pipeline to keep subclass relationships in sync between Mondo and sources. Currently handled: Case 1, 3, 5 - Add: makefile goals: sync, sync-subclassof, and more. - Update: makefile goal: build-mondo-ingest - Add: src/scripts/sync_subclassof.py - Add: Outputs to reports/ General - Bugfix: utils.py remove_angle_brackets(): Now correctly returns a str if receives a str. - Update: config/prefixes.csv: Add: New entries - Add: utils.py: get_monarch_curies_converter() - Update: Python requirements: oaklib upgrade - Update: Minor refactor in _get_all_owned_terms() - Update: .gitignore: entries, ordering, and comments Related to other PRs - Update: metadata/icd10who.yml: The 2 prefix maps in this file were inconsistent with each other. Corrected here and also in #377
- Loading branch information
Showing
30 changed files
with
86,148 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
curies | ||
jinja2 | ||
oaklib | ||
oaklib>=0.5.20 | ||
pandas | ||
pyyaml | ||
sssom | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.