Before I required that each node was a normal python object such that an
arbitrary attributed could be added. I was adding an _id attr to while
building the AnnotatedTree. This was unnecessary. I now store those much
more sensibly in a seperate list.
Before I required that each node was a normal python object such that an arbitrary attributed could be added. I was adding an
_id
attr to while building the AnnotatedTree. This was unnecessary. I now store those much more sensibly in a seperate list.fixes #20