Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
temporarily re-route mondo-minimal to work from the last release.
  • Loading branch information
harryhoch authored Nov 6, 2024
1 parent 5c494e5 commit a005983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ $(IMPORTDIR)/ncbitaxon_import.owl: $(MIRRORDIR)/ncbitaxon.owl $(IMPORTDIR)/seed.

$(MIRRORDIR)/mondo.owl: | build/robot.jar
mkdir -p $(MIRRORDIR)
$(ROBOT) convert -I $(OBO)/mondo/subsets/mondo-minimal.owl -o $@
$(ROBOT) convert -I https://github.com/monarch-initiative/mondo/releases/download/v2024-07-02/mondo-minimal.owl -o $@
#$(ROBOT) convert -I $(OBO)/mondo/subsets/mondo-minimal.owl -o $@

$(IMPORTDIR)/mondo_import.owl: $(MIRRORDIR)/mondo.owl $(IMPORTDIR)/seed.txt | build/robot.jar
$(ROBOT) \
Expand Down

0 comments on commit a005983

Please sign in to comment.