ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
18 stars 8 forks source link

support for submission gzip file #173

Closed alexskr closed 1 year ago

alexskr commented 1 year ago

https://github.com/ncbo/ontologies_linked_data/pull/144 introduced support for gzipped file submissions; however it is not fully working yet.

https://github.com/ncbo/ontologies_linked_data/pull/172 addresses one of the issues where ontology gzipped file can be uploaded but it fails to parse.

alexskr commented 1 year ago

@syphax-bouazzouni, would you please take a look at missing unit tests associated with PR #144 draft PR #172 can be discarded if there is a better way to do it. Thanks!

alexskr commented 1 year ago

fixed in PR #174