Skip to content

Commit

Permalink
Merge pull request #631 from Planteome/release-test
Browse files Browse the repository at this point in the history
added the po-basic.obo
  • Loading branch information
cooperl09 authored Aug 31, 2016
2 parents 4186b44 + 0d5e571 commit 4d9e5f3
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 96 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ONT=po
ROBOT=robot

all: po.obo po.owl
test: all
test: subsets/po-basic.obo
release: all
echo "build successful. Now commit and push the derived files and make a release here: "

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

# TODO: switch to using robot
subsets/po-basic.obo: target/po-simple.obo
subsets/po-basic.obo: po.obo
owltools $(CAT) $< --make-subset-by-properties BFO:0000050 // --set-ontology-id $(OBO)/po/subsets/po-basic.owl -o -f obo $@
2 changes: 1 addition & 1 deletion po.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format-version: 1.2
data-version: releases/2016-08-30
data-version: releases/2016-08-31
saved-by: cooperl
subsetdef: Angiosperm "Term for angiosperms"
subsetdef: Arabidopsis "Term used for Arabidopsis"
Expand Down
2 changes: 1 addition & 1 deletion po.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:po="http://purl.obolibrary.org/obo/po#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/po.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/po/releases/2016-08-30/po.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/po/releases/2016-08-31/po.owl"/>
<oboInOwl:treat-xrefs-as-genus-differentia rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CL part_of NCBITaxon:33090</oboInOwl:treat-xrefs-as-genus-differentia>
<oboInOwl:treat-xrefs-as-is_a rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CARO</oboInOwl:treat-xrefs-as-is_a>
<oboInOwl:hasOBOFormatVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</oboInOwl:hasOBOFormatVersion>
Expand Down
Loading

0 comments on commit 4d9e5f3

Please sign in to comment.