[Bioperl-l] Boulder::Unigene

Deborah Simon deborah.simon@ingenium-ag.com
Tue, 16 Oct 2001 11:29:17 +0200


Using Boulder::Unigene I have:

my $ug = new Boulder::Unigene(-param => $file);

while (my $s = $ug->get){

    print "id ", $s->Identifier;

.. and so on.. which is all fine..

}

Anyone know how to retrieve the est and sts entries??