Bioperl: NCBI 'Query' email server

Aaron J Mackey ajm6q@virginia.edu
Wed, 19 May 1999 08:55:51 -0400 (EDT)


On Wed, 19 May 1999, Ewan Birney wrote:

> On Tue, 18 May 1999, Simon Twigger wrote:
> 
> > Hi there,
> > 
> > Im in the process of planning a perl-based application which will need
> > to grab nucleotide sequences from NCBI based on accession numbers and
> > then take those sequences and BLAST them against one of the databases at
> > NCBI, parse the results and then deal with them further. In my initial
> 
> Actually in the current bioperl (0.05), there is all the functionality you
> need (I think) already in there.
> 
> 	Bio::DB::GenBank - provides http access to genbank from ncbi
> 	Bio::Tools::Blast - Blast sequences against a DB remotely.
> 

Not only that, but the Bio::DB::GenBank provides both single and batch
modes, returning your sequences in a datastream, and does so without the
use of LWP (although actually it just mimics LWP behavior directly, so it
should be as robust).

-Aaron

=========== Bioperl Project Mailing List Message Footer =======
Project URL: http://bio.perl.org/
For info about how to (un)subscribe, where messages are archived, etc:
http://www.techfak.uni-bielefeld.de/bcd/Perl/Bio/vsns-bcd-perl.html
====================================================================