You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed Term obo export to be more compliant with the Obo File Format
Added metadata extraction of Owl files (for now, only oboInOwl tags are supported, but more xml namespaces will be added
Added obo export of metadata (Obo headers)
Switched imports to absolute imports
Reversed to the stdlib multiprocessing.queues.Queue implementation. This should fix both deadlocks and #4, but sometimes produces a BrokenPipeError in background processes after the end of the parsing...