bio-ontology-research-group / aberowl-meta

Install script and sub-directories for AberOWL
http://aber-owl.net/
Apache License 2.0
2 stars 1 forks source link

Could you add support for zipped OWL file loading #7

Closed Robbie1977 closed 8 years ago

Robbie1977 commented 8 years ago

We have large OWL files (>100MB) and are looking at moving to gzip'd versions which is supported by several other ontology tools but you don't appear to currently support it?

A test example would be: https://github.com/VirtualFlyBrain/VFB_owl/raw/master/src/owl/vfb.owl.gz

dosumis commented 8 years ago

See see owlcs/owlapi#348 for discussion of OWL-API support for gzip. Above URL is opened fine by Protege 5.

Robbie1977 commented 8 years ago

Is this likely to happen?

leechuck commented 8 years ago

Done by https://github.com/bio-ontology-research-group/aberowl-obase/commit/4f4f5dad7899144ab4e799a6c3ad8c48aa690fbd

This will (for now) only work if you provide a URL, not when uploading the file directly.