Skip to content

Commit

Permalink
ORDO Mappings
Browse files Browse the repository at this point in the history
- Delete: Unnecessary files and goals: temp analysis, getting of ordo.owl and querying it via SPARQL.
  • Loading branch information
joeflack4 committed Apr 6, 2024
1 parent 12dc3d1 commit 2fe4b19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
8 changes: 1 addition & 7 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ tmp/input/Orphanet_Nomenclature_Pack_EN/ORPHA_ICD11_mapping_en_newversion_2023.x
wget https://www.orphadata.com/data/nomenclature/packs/Orphanet_Nomenclature_Pack_EN.zip -O tmp/input/Orphanet_Nomenclature_Pack_EN.zip
unzip tmp/input/Orphanet_Nomenclature_Pack_EN.zip -d tmp/input/Orphanet_Nomenclature_Pack_EN

tmp/input/ordo.owl: | tmp/input/
wget http://www.orphadata.org/data/ORDO/ordo_orphanet.owl -O $@

tmp/output/icd11mms-exact-matches.tsv: tmp/input/ordo.owl
robot query -i $< --query src/icd11mms-exact-matches.sparql $@

tmp/output/release/ordo-icd11.sssom.tsv: tmp/input/Orphanet_Nomenclature_Pack_EN/ORPHA_ICD11_mapping_en_newversion_2023.xml tmp/output/icd11mms-exact-matches.tsv | tmp/output/release/
tmp/output/release/ordo-icd11.sssom.tsv: tmp/input/Orphanet_Nomenclature_Pack_EN/ORPHA_ICD11_mapping_en_newversion_2023.xml | tmp/output/release/
python3 src/mappings.py \
--input-nomenclature-xml tmp/input/Orphanet_Nomenclature_Pack_EN/ORPHA_ICD11_mapping_en_newversion_2023.xml \
--input-sssom-config config/icd11.sssom-metadata.yml \
Expand Down
22 changes: 0 additions & 22 deletions src/icd11mms-exact-matches.sparql

This file was deleted.

30 changes: 0 additions & 30 deletions src/temp_compare_matches_owl_and_nomenclature.py

This file was deleted.

0 comments on commit 2fe4b19

Please sign in to comment.