BSD-3-Clause licensed by Christian Hoener zu Siederdissen
Maintained by [email protected]
This version can be pinned in stack with:BiobaseNewick-0.0.0.2@sha256:b024b37bdc07873831f32a14eea3622f9391dd12a6f956efa0361ab3b82fb960,3456

Build Status

BiobaseNewick

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).

Newick trees can be ex- and imported into the Newick tree format. We also have serialization to the usual serializers.

This package was written mostly to complement a course a Univ. Leipzig. There is a more comprehensive package written by R. Newton http://hackage.haskell.org/package/phybin which you might want instead.

Contact

Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
[email protected]
http://www.bioinf.uni-leipzig.de/~choener/

Changes

0.0.0.2

  • removed most upper bounds

0.0.0.1

  • initial creation
  • travis-ci integration
  • simple test framework
  • depends on ForestStructures for conversion into efficient static forest