BiobaseNewick-0.0.0.2: Newick file format parser.

Safe HaskellNone
LanguageHaskell2010

Biobase.Newick.Import

Description

NOTE We need to make sure to be compatible to everything here: http://evolution.genetics.washington.edu/phylip/newicktree.html In particular, we do not do any conversion from _ to (space) right now.

Synopsis

Documentation

name :: Parser Text Source #

NOTE http://evolution.genetics.washington.edu/phylip/newicktree.html

A name can be any string of printable characters except blanks, colons, semicolons, parentheses, and square brackets.

I am excluding commas as well.