ncbo / owlapi_wrapper

A command line utility that wraps the Java OWL-API to parse RDFS, OWL and OBO ontologies.
5 stars 9 forks source link

Not all ontologies in the specified input folder are parsed #8

Open jvendetti opened 6 years ago

jvendetti commented 6 years ago

End users of BioPortal are supposed to be able to create a new ontology submission where the file upload portion is a ZIP file that contains multiple ontology source files.

The findLocalOntologies method correctly identifies all ontology source files in a specified input folder, and stores them in an array. However, subsequent code that handles ontology content only loads/parses the file designated as the "master" file (the -m option).