Bio::Phylo::Parsers::Taxlist - Parser used by Bio::Phylo::IO, no serviceable parts inside


NAME

Bio::Phylo::Parsers::Taxlist - Parser used by Bio::Phylo::IO, no serviceable parts inside


DESCRIPTION

This module is used for importing sets of taxa from plain text files, one taxon on each line. It is called by the Bio::Phylo::IO object, so look there for usage examples. If you want to parse from a string, you may need to indicate the field separator (default is '\n') to the Bio::Phylo::IO->parse call:

 -fieldsep => '\n',


SEE ALSO

the Bio::Phylo::IO manpage

The taxon list parser is called by the the Bio::Phylo::IO manpage object. Look there for examples.

the Bio::Phylo::Manual manpage

Also see the manual: the Bio::Phylo::Manual manpage and http://rutgervos.blogspot.com.


REVISION

 $Id: Taxlist.pm 848 2009-03-05 09:26:58Z rvos $
 Bio::Phylo::Parsers::Taxlist - Parser used by Bio::Phylo::IO, no serviceable parts inside