| Bio::Phylo::Parsers::Taxlist - Parser used by Bio::Phylo::IO, no serviceable parts inside |
Bio::Phylo::Parsers::Taxlist - Parser used by Bio::Phylo::IO, no serviceable parts inside
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',
The taxon list parser is called by the the Bio::Phylo::IO manpage object. Look there for examples.
Also see the manual: the Bio::Phylo::Manual manpage and http://rutgervos.blogspot.com.
$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 |