Class SeqDBRegistry
source code
Registry.Registry --+
|
DBRegistry.DBRegistry --+
|
SeqDBRegistry
This object implements a dictionary-like interface to sequence
databases. To get a list of the databases available, do:
Bio.seqdb.keys()
Then, you can access the database using:
Bio.seqdb[DATABASE_NAME][SEQUENCE_ID]
Create a new registry. name is the name of the registry. load_path is
an optional path (e.g. Bio.config.dbdefs) that contains objects for the
registry.
- Overrides:
Registry.Registry.__init__
- (inherited documentation)
|