Bio-DB-EMBL
view release on metacpan or search on metacpan
lib/Bio/DB/EMBL.pm view on Meta::CPAN
while( my $clone = $seqio->next_seq ) {
print "cloneid is ", $clone->id, "\n";
}
=head1 DESCRIPTION
Allows the dynamic retrieval of sequence objects L<Bio::Seq> from the
EMBL database using the dbfetch script at EBI:
L<http://www.ebi.ac.uk/Tools/dbfetch/dbfetch>.
In order to make changes transparent we have host type (currently only
ebi) and location (defaults to ebi) separated out. This allows later
additions of more servers in different geographical locations.
The functionality of this module is inherited from L<Bio::DB::DBFetch>
which implements L<Bio::DB::WebDBSeqI>.
=head1 FEEDBACK
=head2 Mailing Lists
( run in 0.321 second using v1.01-cache-2.11-cpan-a1d94b6210f )