in reply to Re^2: Get Fasta file with Protein Sequences given a file with Genbank Ids using Perl
in thread Get Fasta file with Protein Sequences given a file with Genbank Ids using Perl
to this:my $gb=Bio::DB::GenBank;
and see if that gets things working for you.my $gb = new Bio::DB::GenBank;
|
|---|