[Bioperl-l] Retrieving taxonomy information from a GenBank file

ANJAN PURKAYASTHA anjan.purkayastha at gmail.com
Thu Sep 18 21:27:06 UTC 2008


Hi,
I'm using the following code to access the "ORGANISM" tag value for the
record NC_002526.
I get a value of 0 even though the ORGANISM tag  has a value.  Any idea how
this might be corrected?
Thanks.
Anjan


my $gb= new Bio::DB::GenBank;

my $seq = $gb->get_Seq_by_acc('NC_002526');

my $des= $seq->get_tag_values("ORGANISM");

-- 
=============================
anjan purkayastha, phd
bioinformatics analyst
whitehead institute for biomedical research
nine cambridge center
cambridge, ma 02142

purkayas [at] wi [dot] mit [dot] edu
703.740.6939



More information about the Bioperl-l mailing list