Skip to content
Snippets Groups Projects
Commit 9839d150 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added correct location of compara db

parent 1b0403d0
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ use Bio::EnsEMBL::Compara::DBSQL::DBAdaptor; ...@@ -9,11 +9,11 @@ use Bio::EnsEMBL::Compara::DBSQL::DBAdaptor;
my @aliases; my @aliases;
new Bio::EnsEMBL::Compara::DBSQL::DBAdaptor(-host => 'ecs2', new Bio::EnsEMBL::Compara::DBSQL::DBAdaptor(-host => 'ia64f',
-user => 'ensro', -user => 'ensro',
-port => 3364, -port => 3306,
-species => 'compara37', -species => 'compara37',
-dbname => 'ensembl_compara_37'); -dbname => 'abel_compara_homology_37');
new Bio::EnsEMBL::DBSQL::DBAdaptor(-host => 'ecs2', new Bio::EnsEMBL::DBSQL::DBAdaptor(-host => 'ecs2',
......
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