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

Reading multi-line Newick files #24

Closed PierreBarrat closed 2 years ago

PierreBarrat commented 2 years ago

Clean and re-organize the reading.jl (nothing dramatic). Feature: read_tree now works on Newick files that contain multiple Newick strings. Each string must be on a separate line, and the output is a Vector{Tree} if there is more than one line