Skip to content
Snippets Groups Projects
MultiTestDB.conf.default 759 B
Newer Older
Andy Yates's avatar
Andy Yates committed
# This provides a default set of configurations which is merged with your
# provided MultiTestDB.conf.
#
# You should provide a MultiTestDB.conf which defines the databases

{
  'databases' => {
    'homo_sapiens' => { 
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
Magali Ruffier's avatar
Magali Ruffier committed
      'patch' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
Andy Yates's avatar
Andy Yates committed
      'empty' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
      'patch' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
Andy Yates's avatar
Andy Yates committed
    },
    'circ' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    'nameless' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'test_collection' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'ontology' => {
      'ontology' => 'Bio::EnsEMBL::DBSQL::OntologyDBAdaptor',
Andy Yates's avatar
Andy Yates committed
    }
  },
}