PierreBarrat / TreeTools.jl

Tools for handling rooted phylogenetic or genealogic trees with Julia.
https://pierrebarrat.github.io/TreeTools.jl/
MIT License
5 stars 1 forks source link

Better misc data #14

Closed PierreBarrat closed 2 years ago

PierreBarrat commented 2 years ago

export MiscData, and implements easier indexing into it. It should now be used like a dictionary, e.g. for a n::TreeNode{MiscData} one can now use n.data[key] instead of n.data.dat[key].