PierreBarrat / TreeTools.jl

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

TreeKnit is failing with new TreeTools master branch #40

Closed anna-parker closed 1 year ago

anna-parker commented 1 year ago

TreeKnit uses the functions prunenode! and graftnode! (e.g. in resolve) - when I install TreeTools master and try to run TreeKnit - this results in the error msg "prunenode! not defined. In the last PR prunenode! and graftnode! were removed from the export list - I could just add them back but there has been a lot of restructuring and I am not sure the functions prunenode! and graftnode! on the current master correspond to their old versions.

PierreBarrat commented 1 year ago

Last TreeKnit update should solve this. Closing, can always reopen if we still find problems.