@hackage BiobaseNewick0.0.0.2
Newick file format parser.
Categories
License
BSD-3-Clause
Maintainer
choener@bioinf.uni-leipzig.de
Links
Versions
Installation
Tested Compilers
Dependencies (13)
- ForestStructures >=0.0.0 && <0.0.2
- QuickCheck >=2.7
- aeson >=0.8
- attoparsec >=0.12
- base >=4.7 && <5.0
- binary >=0.7 Show all…
Dependents (3)
@hackage/Forestry, @hackage/find-clumpiness, @hackage/ADPfusionForest
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
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/