BiobaseNewick: Newick file format parser.

[ bioinformatics, bsd3, library, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2
Change log changelog.md
Dependencies aeson (>=0.8 && <0.11), attoparsec (>=0.12 && <0.14), base (>=4.7 && <4.9), binary (>=0.7 && <0.8), cereal (>=0.4 && <0.6), cereal-text (>=0.1.0 && <0.1.1), containers (>=0.5 && <0.6), fgl (>=5.5 && <6.0), ForestStructures (>=0.0.0 && <0.0.1), QuickCheck (>=2.7 && <2.9), text (>=1.2 && <1.3), text-binary (>=0.1.0 && <0.2.2), vector (>=0.10 && <0.12) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2015-2016
Author Christian Hoener zu Siederdissen
Maintainer choener@bioinf.uni-leipzig.de
Category Bioinformatics
Home page https://github.com/choener/BiobaseNewick
Bug tracker https://github.com/choener/BiobaseNewick/issues
Source repo head: git clone git://github.com/choener/BiobaseNewick
Uploaded by ChristianHoener at 2016-03-13T23:23:00Z
Distributions LTSHaskell:0.0.0.2, NixOS:0.0.0.2, Stackage:0.0.0.2
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 2162 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-13 [all 1 reports]

Readme for BiobaseNewick-0.0.0.1

[back to package description]

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
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/