biolink / biolink-model-toolkit

A collection of useful python functions for looking up information and working with the Biolink Model
https://biolink.github.io/biolink-model-toolkit/
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

add a function to return the preferred prefix #39

Closed sierra-moxon closed 3 years ago

sierra-moxon commented 3 years ago

add another function to return an ordered list of preferred prefixes.

cbizon commented 3 years ago

Nothing wrong with having a convenience function I guess, but this should already be available by accessing the correct attribute from get_element() ?

sierra-moxon commented 3 years ago

good point!