Skip to content

Commit

Permalink
Merge pull request #630 from Planteome/release-test
Browse files Browse the repository at this point in the history
Test Release-PO
  • Loading branch information
cooperl09 authored Aug 30, 2016
2 parents cd58700 + 9644042 commit 4d5a7aa
Show file tree
Hide file tree
Showing 3 changed files with 27,923 additions and 25,919 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release: all
$(ONT).owl: $(SRC)
$(ROBOT) reason -i $< -r ELK relax reduce -r ELK annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $@
$(ONT).obo: $(ONT).owl
$(ROBOT) convert -i $< -f obo -o $(ONT).obo.tmp && mv $(ONT).obo.tmp $@
$(ROBOT) convert -i $< -f obo -o $(ONT).obo.tmp && grep -v '^owl-axioms:' $(ONT).obo.tmp > $@ && rm $(ONT).obo.tmp

reasoner-report.txt: plant-ontology.obo
owltools $(CAT) $< --run-reasoner -r elk -u > $@.tmp && egrep '(INFERENCE|UNSAT)' $@.tmp > $@
Expand Down
Loading

0 comments on commit 4d5a7aa

Please sign in to comment.