[Bioperl-l] Entrez parser

Stefan Kirov skirov at utk.edu
Thu Apr 14 16:03:28 EDT 2005


Hilmar, can you give it a try now?
my $file=shift;
my $eio=new Bio::SeqIO(-file=>$file,-format=>'entrezgene', 
-locuslink=>'convert');
my $seq=$eio->next_seq;
due to a small glitch in Bio::ASN1::EntrezGene, first record is empty. 
Mingyi knows about that.
Stefan


More information about the Bioperl-l mailing list