geneontology / paint

This curation tool allows curators to make precise assertions as to when functions were gained and lost during evolution and record the evidence (e.g. experimentally supported GO annotations and phylogenetic information including orthology) for those assertions.
Other
4 stars 4 forks source link

Recursion error when checking for valid taxa #43

Closed selewis closed 7 years ago

selewis commented 7 years ago

The code was incorrectly repeatedly using the original array of nodes, rather than moving down the tree and checking the child nodes at each level

selewis commented 7 years ago

Fixed in v2.28a