-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Author Name: Heikki Lehvaslaiho (@heikkil)
Original Redmine Issue: 2513, https://redmine.open-bio.org/issues/2513
Original Date: 2008-06-10
Original Assignee: Bioperl Guts
A Bio::SeqFeature::Annotated object can not be created unless there is
a network connection. It tries to downloads a song SO.obo file from sourceforce. See the stack trace below.
Does this class really need to connect to network by default?
As a first fix, I’ve disabled running of tests in t/SeqFeatAnnotated.t
unless networked tests have been enabled.
-Heikki
P.S. I committed the temporary fix to tests in a wrong directory, so all the most recent POD fixes in bioperl-live got the comment meant for this fix.
——————————- WARNING ——————————-
MSG: [1/5] tried to fetch http://song.cvs.sourceforge.net/\*checkout\*/song/ontology/so.obo?rev=HEAD, but server threw 500. retrying…
—————————————————————————-
signalled
——————- EXCEPTION: Bio::Root::Exception ——————-
MSG: failed to fetch http://song.cvs.sourceforge.net/\*checkout\*/song/ontology/so.obo?rev=HEAD, server threw 500
STACK: Error::throw
STACK: Bio::Root::Root::throw /home/heikki/src/bioperl-live/Bio/Root/Root.pm:357
STACK: Bio::Root::IO::_initialize_io /home/heikki/src/bioperl-live/Bio/Root/IO.pm:272
STACK: Bio::OntologyIO::_initialize /home/heikki/src/bioperl-live/Bio/OntologyIO.pm:187
STACK: Bio::OntologyIO::obo::_initialize /home/heikki/src/bioperl-live/Bio/OntologyIO/obo.pm:137
STACK: Bio::OntologyIO::new /home/heikki/src/bioperl-live/Bio/OntologyIO.pm:162
STACK: Bio::OntologyIO::new /home/heikki/src/bioperl-live/Bio/OntologyIO.pm:171
STACK: Bio::Ontology::OntologyStore::get_ontology /home/heikki/src/bioperl-live/Bio/Ontology/OntologyStore.pm:225
STACK: Bio::SeqFeature::Annotated::primary_tag /home/heikki/src/bioperl-live/Bio/SeqFeature/Annotated.pm:656
STACK: Bio::SeqFeature::Annotated::_initialize /home/heikki/src/bioperl-live/Bio/SeqFeature/Annotated.pm:244
STACK: Bio::SeqFeature::Annotated::new /home/heikki/src/bioperl-live/Bio/SeqFeature/Annotated.pm:210
STACK: t/SeqFeatAnnotated.t:16