biolink / ontobio

python library for working with ontologies and ontology associations
https://ontobio.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
119 stars 30 forks source link

Report should only receive strings and not objects #525

Closed dougli1sqrd closed 3 years ago

dougli1sqrd commented 3 years ago

There are a couple places during gaf/gpad parsing where objects are passed into the reports.

These instances should be cleaned up and only pass in strings. This has effects with writing the reports into JSON.

sierra-moxon commented 3 years ago

This appears to have been fixed in the related PR - closing? :)