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

Feat/readin tree w treename #28

Closed anna-parker closed 2 years ago

anna-parker commented 2 years ago

Hi! I noticed that when I am working with trees it is nice to be able to specify their label when I read them in directly (read_tree) and not after their label has been assigned. I then extended this to the copy function.

I have added tests for reading and copying to the test folder.