[Bioperl-l] parse genbank file

Guido Dieterich Guido.Dieterich at gbf.de
Tue Aug 2 16:49:01 EDT 2005


Hi,

I want to parse a genbank file (Listeria Innocua)!

this is a part of the code ...
<code>

my $file = "NC_003212.gbk";

my $stream = Bio::SeqIO->new(-file => $file, -format => 'GenBank');

    while( my $seq = $stream->next_seq ) {

        print $seq->display_id;

}

</code>


output:

NC_003212

I just get the NC ID for this file, but not for the genes within ...


?????

Greetings

Guido


More information about the Bioperl-l mailing list