monarch-initiative / pyphetools

Python Phenopacket Tools
https://monarch-initiative.github.io/pyphetools/
MIT License
10 stars 1 forks source link

hpo_term was not being added to annotations #16

Closed lnrekerle closed 1 year ago

lnrekerle commented 1 year ago

The hpo_term was not being added to self._annotations when the add_term function was given an HPO ID. When the phenopacket was created at the end, none of the added terms were showing. I believe that this will fix that issue!

pnrobinson commented 1 year ago

@lnrekerle Thanks!