Skip to content

Commit

Permalink
Update Makefile (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Dec 6, 2023
1 parent eb80c98 commit 698d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ filtered.owl: filtered.obo skos.ttl
# note: $(ROBOT) will protect redundant annotated axioms
reasoned.owl: filtered.owl
$(ROBOT) reason -T true -x true -X true -i $< -r ELK relax reduce -p false -r ELK \
remove --term MONDO:0700097 $(ANN) -o $@
remove --term MONDO:0700097 --term OGMS:0000031 $(ANN) -o $@


test: reasoned-plus-equivalents.owl
Expand Down

0 comments on commit 698d704

Please sign in to comment.