Skip to content
Snippets Groups Projects
Commit 68ffc69b authored by Andy Yates's avatar Andy Yates
Browse files

Adding defaults

parent 09c9830f
Branches bugfix/patch_compara_testdb
No related tags found
No related merge requests found
# 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',
'empty' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
},
'circ' => {
'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
}
},
}
......@@ -6,15 +6,16 @@
'host' => 'ens-research',
# add a line with the dbname and module
'databases' => {
'homo_sapiens' => {
'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
'empty' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
},
'circ' => {
'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
}
},
# You can specify this databases hash in your own MultiTestDB.conf.default file
# 'databases' => {
# 'homo_sapiens' => {
# 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
# 'empty' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
# },
# 'circ' => {
# 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor',
# }
# },
# uncomment to use preloaded databases (useful when doing lots of
# testing)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment