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

return class_uri with superclasses #116

Closed sierra-moxon closed 1 year ago

sierra-moxon commented 1 year ago

get biolink superclasses used to return in a nice format with a prefix etc: a = self.toolkit.get_ancestors(input_type) ancs = [ self.toolkit.get_element(ai)['class_uri'] for ai in a ] newest BTM, the class_uri is returning None.