# 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',
      'patch' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
      'empty' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
      'patch' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
      'variation' => 'Bio::EnsEMBL::Variation::DBSQL::DBAdaptor',
      'xref' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'mus_musculus' => { 
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
      'variation' => 'Bio::EnsEMBL::Variation::DBSQL::DBAdaptor',
    },
    'circ' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'polyploidy' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'nameless' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'test_collection' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'ontology' => {
      'ontology' => 'Bio::EnsEMBL::DBSQL::OntologyDBAdaptor',
    },
    'mapping' => {
      'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
    },
    'multi' => {
      'compara' => 'Bio::EnsEMBL::Compara::DBSQL::DBAdaptor',
    },
  },
}
