Skip to content

Commit

Permalink
use owl for mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 21, 2017
1 parent c22fdeb commit a996a25
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 @@ -106,7 +106,7 @@ MIRROR_TRIGGER =
# clone remote ontology locally, perfoming some excision of relations and annotations
# Note: use .obo for faster download
mirror/%.owl: $(MIRROR_TRIGGER)
owltools $(OBO)/$*.obo --remove-annotation-assertions -l --remove-dangling-annotations --make-subset-by-properties -f $(KEEPRELS) -o $@
owltools $(OBO)/$*.owl --remove-annotation-assertions -l --remove-dangling-annotations --make-subset-by-properties -f $(KEEPRELS) -o $@
mirror/uberon.owl: $(MIRROR_TRIGGER)
owltools $(OBO)/uberon.owl --remove-annotation-assertions -l -s -d --remove-axiom-annotations --remove-dangling-annotations --make-subset-by-properties -n $(KEEPRELS) --set-ontology-id $(OBO)/uberon.owl -o $@
mirror/pr.obo:
Expand Down

0 comments on commit a996a25

Please sign in to comment.