[Bioperl-guts-l] bioperl-live/Bio/DB GenBank.pm,1.53,1.54
Torsten Seemann
tseemann at pub.open-bio.org
Tue Jan 3 23:02:19 EST 2006
Update of /home/repository/bioperl/bioperl-live/Bio/DB
In directory pub.open-bio.org:/tmp/cvs-serv10096/Bio/DB
Modified Files:
GenBank.pm
Log Message:
POD edits.
Index: GenBank.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/GenBank.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** GenBank.pm 17 Dec 2005 04:34:56 -0000 1.53
--- GenBank.pm 4 Jan 2006 04:02:16 -0000 1.54
***************
*** 73,77 ****
my $seqi = $gb->get_Stream_by_query($query);
! These alternate methods are described here:
L<http://www.ncbi.nlm.nih.gov/entrez/query/static/efetchseq_help.html>
--- 73,77 ----
my $seqi = $gb->get_Stream_by_query($query);
! These alternate methods are described at
L<http://www.ncbi.nlm.nih.gov/entrez/query/static/efetchseq_help.html>
***************
*** 89,96 ****
=head1 DESCRIPTION
! Allows the dynamic retrieval of Sequence objects (Bio::Seq) from the
GenBank database at NCBI, via an Entrez query.
! WARNING: Please do NOT spam the Entrez web server with multiple
requests. NCBI offers Batch Entrez for this purpose.
--- 89,96 ----
=head1 DESCRIPTION
! Allows the dynamic retrieval of L<Bio::Seq> sequence objects from the
GenBank database at NCBI, via an Entrez query.
! WARNING: Please do B<NOT> spam the Entrez web server with multiple
requests. NCBI offers Batch Entrez for this purpose.
***************
*** 120,127 ****
Report bugs to the Bioperl bug tracking system to help us keep track
! the bugs and their resolution. Bug reports can be submitted via email
! or the web:
- bioperl-bugs at bio.perl.org
http://bugzilla.bioperl.org/
--- 120,126 ----
Report bugs to the Bioperl bug tracking system to help us keep track
! the bugs and their resolution. Bug reports can be submitted via the
! web:
http://bugzilla.bioperl.org/
***************
*** 319,322 ****
--- 318,323 ----
Returns :
Args : %qualifiers = a hash of qualifiers (ids, format, etc)
+
+ =cut
1;
More information about the Bioperl-guts-l
mailing list