monarch-initiative / hpoannotqc

HPO Annotation QC
http://hpo-annotation-qc.readthedocs.io/en/latest/#
MIT License
11 stars 2 forks source link

hotfix unintentional changes #67

Closed iimpulse closed 7 months ago

iimpulse commented 7 months ago

The old OntologyTerms.childrenOf was poorly named and actually visited all descendants. With #65 we had a change here that used the new children api which strictly visits children.

I've moved this to include descendants and also self as it was implicit in the old api. This will fix the phenotype to gene file changes that I should have caught before going live.