Closed PierreBarrat closed 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
reading.jl
read_tree
Vector{Tree}
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 aVector{Tree}
if there is more than one line