diff --git a/src/ontology/Makefile b/src/ontology/Makefile index 5b2ad9e..5db2545 100644 --- a/src/ontology/Makefile +++ b/src/ontology/Makefile @@ -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) \