BiobaseNewick-0.0.0.2: Newick file format parser.
This is a simple parser for Newick trees. The parser returns a rose tree. Each node is labelled with the node name (or an empty string for anonymous nodes) and a distance (0 if not given).
Includes conversion to an efficient static forest.
Signatures