__init__(self,
name,
ior_ref,
server_type=None,
doc='')
(Constructor)
Intialize with IOR reference for a BioCorba Collection.
ior_ref is a URL or file reference to an IOR string. The IOR should
reference a BioSequenceCollection. This is the top level BioCorba
object we should use for making objects available.
server_type is a hack parameter which might be necessary if there
are server/client issues (ie. as with Perl ORBit) that we need to muck
around with. If not set, we just use a standard retriever.
-
- Overrides:
Bio.config.DBRegistry.DBObject.__init__
|