Skip to content
Snippets Groups Projects
Commit 2edc352e authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Beautify.

parent be4dc6c4
No related branches found
No related tags found
No related merge requests found
{
'port' => 3306,
'driver' => 'mysql',
'user' => 'ensadmin',
'pass' => 'ensembl',
'host' => 'ecs1d',
'zip' => 'test_genome.zip',
#add a line with the dbname and module
'databases' => {
'homo_sapiens' => {'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor'}
}
{
'port' => '3306',
'driver' => 'mysql',
'user' => 'ensadmin',
'pass' => 'XXX',
'host' => 'ens-research',
'zip' => 'test_genome.zip',
#uncomment to use preloaded databases (useful when doing lots of testing)
# ,'preloaded' => {
# 'homo_sapiens' => {'core' => 'mcvicker_new_schema' }
# }
# add a line with the dbname and module
'databases' => {
'homo_sapiens' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor' }
},
# uncomment to use preloaded databases (useful when doing lots of
# testing)
# 'preloaded' =>
# { 'homo_sapiens' => { 'core' => 'mcvicker_new_schema' } }
}
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