[Bioperl-guts-l] bioperl-live/Bio/DB EntrezGene.pm,1.1,1.2
Brian Osborne
bosborne at pub.open-bio.org
Sun Feb 19 00:27:02 EST 2006
Update of /home/repository/bioperl/bioperl-live/Bio/DB
In directory pub.open-bio.org:/tmp/cvs-serv4393/Bio/DB
Modified Files:
EntrezGene.pm
Log Message:
Seems that this is required by SeqIO/entrezgene
Index: EntrezGene.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/EntrezGene.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** EntrezGene.pm 19 Feb 2006 04:18:04 -0000 1.1
--- EntrezGene.pm 19 Feb 2006 05:27:00 -0000 1.2
***************
*** 110,113 ****
--- 110,115 ----
my($class, @args) = @_;
my $self = $class->SUPER::new(@args);
+ # Seems that Bio::SeqIO::entrezgene requires this:
+ $self->{_retrieval_type} = "tempfile";
$self->request_format($self->default_format);
return $self;
More information about the Bioperl-guts-l
mailing list