From 7e882424dde9f2a057904b671c56a90239801913 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 25 Apr 2024 23:06:50 +0300 Subject: [PATCH] Remove outdated plugin overwrite --- src/ontology/phenio.Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ontology/phenio.Makefile b/src/ontology/phenio.Makefile index 4e83d97..ca7cfb1 100644 --- a/src/ontology/phenio.Makefile +++ b/src/ontology/phenio.Makefile @@ -30,11 +30,6 @@ $(EXPLAIN_OUT_PATH): $(TMPDIR)/$(ONT)-full-unreasoned.owl $(BLMODEL): wget $(BLMODEL_URL) -O $@ -### Download ROBOT plugin for upheno -$(ROBOT_PLUGINS_DIRECTORY)/upheno.jar: - mkdir -p $(ROBOT_PLUGINS_DIRECTORY) - curl -L -o $@ https://github.com/monarch-initiative/monarch-robot-plugins/releases/download/v0.0.1/monarch-robot-extensions-0.0.1.jar - $(ONT)-full.owl: $(TMPDIR)/$(ONT)-full-unreasoned.owl | all_robot_plugins $(ROBOT) merge --input $< \ relax \