Skip to content

Commit

Permalink
Update OBI import module using ODK's make base option to get proper…
Browse files Browse the repository at this point in the history
… parents

as the base file is not yet pre-reasoned, as it should be (see also: obi-ontology/obi#1815)
  • Loading branch information
StroemPhi committed Aug 21, 2024
1 parent 5f8c927 commit fd1a5e3
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# More information: https://github.com/INCATools/ontology-development-kit/

# Fingerprint of the configuration file when this Makefile was last generated
CONFIG_HASH= 063948980a77d2cae11b525e208d573c79ba7ada9bb786ef8519bf6438fdc969
CONFIG_HASH= 6bdc85a714f6ee8c03d73f3362a5362d0fe4354c253f35c4f4b4b4d4482f0e4a


# ----------------------------------------
Expand Down Expand Up @@ -455,8 +455,8 @@ mirror-iao: | $(TMPDIR)
.PHONY: mirror-obi
.PRECIOUS: $(MIRRORDIR)/obi.owl
mirror-obi: | $(TMPDIR)
curl -L $(OBOBASE)/obi/obi-base.owl --create-dirs -o $(TMPDIR)/obi-download.owl --retry 4 --max-time 200 && \
$(ROBOT) convert -i $(TMPDIR)/obi-download.owl -o $(TMPDIR)/$@.owl
curl -L $(OBOBASE)/obi.owl --create-dirs -o $(TMPDIR)/obi-download.owl --retry 4 --max-time 200 && \
$(ROBOT) remove -i $(TMPDIR)/obi-download.owl --base-iri $(OBOBASE)/OBI --axioms external --preserve-structure false --trim false -o $(TMPDIR)/$@.owl


## ONTOLOGY: chebi
Expand Down
Loading

0 comments on commit fd1a5e3

Please sign in to comment.