Skip to content

Commit

Permalink
excluding non-part-of OPs from basic
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Nov 24, 2015
1 parent a338900 commit 1b244c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 337 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: all
reasoner-report.txt: plant-ontology.obo
owltools $(CAT) $< --run-reasoner -r elk -u > $@.tmp && egrep '(INFERENCE|UNSAT)' $@.tmp > $@

target/po.obo target/po.owl target/po-simpleobo: $(SRC)
target/po.obo target/po.owl target/po-simple.obo: $(SRC)
ontology-release-runner $(CAT) $< --allow-overwrite --reasoner elk --simple --skip-format owx --outdir target --run-obo-basic-dag-check
target/po.owl: target/po.obo

Expand All @@ -26,4 +26,4 @@ po.obo: target/po.obo
cp $< $@

subsets/po-basic.obo: target/po-simple.obo
cp $< $@
owltools $(CAT) $< --make-subset-by-properties BFO:0000050 // --set-ontology-id $(OBO)/po/subsets/po-basic.owl -o -f obo $@
Loading

0 comments on commit 1b244c3

Please sign in to comment.