Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Parser object to return different objects

by rvosa (Curate)
on Sep 01, 2005 at 22:27 UTC ( [id://488509]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Bio::Phylo::Parsers;
    my $parser = new Bio::Phylo::Parsers;
    ...
    # the nexus format is a mixed format, that can contain
    # trees, taxa, matrices, etc.
    my $arrayref = $parser->parse( -format => 'nexus', -file => $nexusfile
    + );
    
  2. or download this
    my $trees = $parser->parse(-format => 'nexus', -I_want => 'trees', -fi
    +le => $nexusfile);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://488509]
Approved by Enlil
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found