Skip to content

Commit

Permalink
Merge pull request #764 from monarch-initiative/fix-ordo-mappings
Browse files Browse the repository at this point in the history
Fix ORDO mappings query
  • Loading branch information
twhetzel authored Feb 8, 2025
2 parents db2c5f9 + 9c164aa commit a73277c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 327 deletions.
3 changes: 2 additions & 1 deletion src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ $(COMPONENTSDIR)/ordo.owl: $(TMPDIR)/ordo_relevant_signature.txt config/properti
--update ../sparql/ordo-construct-subclass-from-part-of.ru \
--update ../sparql/ordo-construct-subsets.ru \
--update ../sparql/ordo-construct-d2g.ru \
--update ../sparql/ordo-replace-annotation-based-mappings.ru \
query --update ../sparql/ordo-replace-annotation-based-mappings.ru \
remove --term oboInOwl:hasDbXref --axioms "annotation" \
remove -T $(TMPDIR)/ordo_relevant_signature.txt --select complement --select "classes individuals" --trim false \
remove -T config/properties.txt --select complement --select properties --trim true \
annotate --ontology-iri $(URIBASE)/mondo/sources/ordo.owl --version-iri $(URIBASE)/mondo/sources/$(TODAY)/ordo.owl -o $@; fi
Expand Down
Loading

0 comments on commit a73277c

Please sign in to comment.