[Bioperl-l] How to get all protein sequences from one species?

cacaucenturion2 cacaucenturion2 at gmail.com
Fri Sep 13 08:29:26 UTC 2013


Hi all,

I have tried use Bio::DB::GenBank. But it does not seem to work very well since for some species I could not get complete protein sequences. How could I download protein sequences of one species using BioPerl? Any help is appreciated!

Best,
Cacau


$query = Bio::DB::Query::GenBank->new(
-query   => $organism_name."[ORGN]",
-db      => 'protein'
);




More information about the Bioperl-l mailing list