Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Aug 2, 2023
1 parent b5030bd commit 696ad31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,8 @@ $(QSRC): $(SRC)
SRC_TAGS_REASONED=mondo-tags-reasoned.owl

$(SRC_TAGS_REASONED): $(SRC)
$(ROBOT) merge -i $< -i components/mondo-tags.owl --collapse-import-closure false \
query --use-graphs false \
--update ../sparql/update/inject-cross-species-analog.ru \
reason -o $@
$(ROBOT) merge -i $< -i components/mondo-tags.owl --collapse-import-closure false reason -o $@
$(ROBOT) query -i $@ --use-graphs false --update ../sparql/update/inject-cross-species-analog.ru -o $@

# run all violation checks on edit file
sparql_test_edit: $(SRC_TAGS_REASONED)
Expand Down

0 comments on commit 696ad31

Please sign in to comment.