-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add: New release output: ordo-icd11.sssom.tsv - Completed work in mappings.py - Add: utils.py for this: This file now has several functions that are exactly the same in several repositories. Needs to be put into a package. - Update: config/icd11.sssom-metadata.yml: removed some unnecessary entries. Added necessary ones. - Add: requirements*.txt files: for installation of Python packages; and updated readme about that. - Delete: Temporary anlalysis files in src/compare_*/ - Add: icd11mms-exact-matches.sparql for querying ordo.owl for mappings. But this may not be necessary and may get removed. - Add: src/temp_compare_matches_owl_and_nomenclature.py: Temporary file for analysis for comparing Ordo->ICD11MMS exact matches from nomenclature file and from OWL release. - Bug fix: run.sh: Updated to an older version that works.
- Loading branch information
Showing
16 changed files
with
286 additions
and
38,891 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# ICD11 Foundation Ingest | ||
|
||
## Pre-reqs | ||
- Docker | ||
- Docker images | ||
One or both of the following, depending on if you want to run the stable build `latest` or `dev`: | ||
- a. `docker pull obolibrary/odkfull:latest` | ||
- b. `docker pull obolibrary/odkfull:dev` | ||
|
||
## Running | ||
`sh run.sh make all` | ||
# ICD11 Foundation Ingest | ||
|
||
## Pre-reqs | ||
- Docker | ||
- Docker images | ||
One or both of the following, depending on if you want to run the stable build `latest` or `dev`: | ||
- a. `docker pull obolibrary/odkfull:latest` | ||
- b. `docker pull obolibrary/odkfull:dev` | ||
|
||
## Local development setup | ||
`pip install -r requirements.txt` | ||
|
||
## Running | ||
`sh run.sh make all` |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pandas | ||
pyyaml |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
distlib==0.3.6 | ||
filelock==3.9.0 | ||
numpy==1.25.1 | ||
pandas==2.0.3 | ||
pbr==5.11.1 | ||
platformdirs==3.1.0 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
PyYAML==6.0.1 | ||
six==1.16.0 | ||
stevedore==5.0.0 | ||
tzdata==2023.3 | ||
virtualenv==20.20.0 | ||
virtualenv-clone==0.5.7 |
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.