Skip to content

Commit

Permalink
Fix version iris in MP
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Nov 6, 2023
1 parent 863ba7c commit daae126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/mp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ test: sparql_test all_reports test_obo
# We overwrite the .owl release to be, for now, a simple merged version of the editors file.
$(ONT).owl: $(SRC)
$(ROBOT) merge --input $< \
annotate --ontology-iri $(URIBASE)/$@ --version-iri $(ONTBASE)/releases/$(TODAY) \
annotate --ontology-iri $(URIBASE)/$@ --version-iri $(ONTBASE)/releases/$(TODAY)/$@ \
convert -o $@.tmp.owl && mv $@.tmp.owl $@

$(ONT).obo: $(ONT)-simple-non-classified.owl
$(ROBOT) annotate --input $< --ontology-iri $(URIBASE)/$(ONT).owl --version-iri $(ONTBASE)/releases/$(TODAY) \
$(ROBOT) annotate --input $< --ontology-iri $(URIBASE)/$(ONT).owl --version-iri $(ONTBASE)/releases/$(TODAY)/$@ \
convert --check false -f obo $(OBO_FORMAT_OPTIONS) -o $@.tmp.obo && grep -v ^owl-axioms $@.tmp.obo > $@ && rm $@.tmp.obo

robot_diff_jenkins.txt:
Expand Down

0 comments on commit daae126

Please sign in to comment.