Note this is causing the owl conversion to build:
```
>> Parser: OBOFormatOWLAPIParser
>> org.semanticweb.owlapi.io.OWLOntologyCreationIOException: http://pato.googlecode.com/svn/trunk/quality.obo
>>
>>
>> org.semanticweb.owlapi.io.UnparsableOntologyException: Problem parsing file:/Users/cjm/tmp/obobuild/src/ms.obo
>> Could not parse ontology. Either a suitable parser could not be found, or parsing failed. See parser logs below for explanation.
>> The following parsers were tried:
>> 1) RDFXMLParser
>> 2) OWLXMLParser
>> 3) OWLFunctionalSyntaxOWLParser
>> 4) TurtleOntologyParser
>> 5) KRSS2OWLParser
>> 6) ManchesterOWLSyntaxOntologyParser
>> 7) OBOFormatOWLAPIParser
```
You can always manually check this yourself with every release, either by:
* opening the ms.obo file in Protege5 (__not__ 4)
* running `owltools ms.obo`
* running `robot convert -i ms.obo -o ms.owl` - see https://github.com/ontodev/robot/
I recommend going one step further and creating a travis job that will automatically check every commit or pull request made on this repo. You might find this useful https://douroucouli.wordpress.com/2015/12/16/creating-an-ontology-project-an-update/
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/HUPO-PSI/psi-ms-CV/issues/4#issuecomment-218812183 |