in reply to Re^4: 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
as the Bio::Perl module does provide a write_sequence method. I recommend that you carefully read the documentation for Bio::DB::Genbank and Bio::Perl.use Bio::Perl;
|
|---|