Skip to content

Commit

Permalink
Remove outdated plugin overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Apr 25, 2024
1 parent 30bf6ba commit 7e88242
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ontology/phenio.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7e88242

Please # to comment.