Package org.ensembl.registry

The Registry makes it easy to access to multiple ensembl databases.

See:
          Description

Interface Summary
RegistryLoader Interface for classes that can load DriverGroups into a registry.
 

Class Summary
DriverGroup All the EnsemblDrivers for a species-release or a compara driver for a release.
Registry A Registry provide convenient programatic access to multiple ensembl databases through DriverGroups.
RegistryLoaderIni Loads a registry with DriverGroups defined in "ini" style configuration files.
RegistryLoaderJython Runs a jython script that can load DriverGroups into a registry.
 

Package org.ensembl.registry Description

The Registry makes it easy to access to multiple ensembl databases.

It supports access to the latest Ensembl databases on ensembldb.ensembl.org without any configuration (Registry.createDefaultRegistry() ) and can be initialised for accessing other databases via a user defined ".ini" file or a jython scripts.