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

Issue #513 - change annotation props from dict to list of 2-tuples #524

Closed dustine32 closed 3 years ago

dustine32 commented 3 years ago

@dougli1sqrd Here's my first go! Let me know if I should add more tests. Do you think we should make some sort of class for this new properties: List[Tuple[str, str]] data structure?