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

Fixed opossum alias.

parent 6419618f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ new Bio::EnsEMBL::DBSQL::DBAdaptor(-host => 'ecs2',
-port => 3364,
-species => 'Bos taurus',
-group => 'core',
-dbname => 'bos_taurus_core_37_2');
-dbname => 'bos_taurus_core_37_2a');
@aliases = ('cow');
......@@ -196,7 +196,7 @@ new Bio::EnsEMBL::DBSQL::DBAdaptor(-host => 'ecs2',
@aliases = ('opossum');
Bio::EnsEMBL::Utils::ConfigRegistry->add_alias(-species => "",
Bio::EnsEMBL::Utils::ConfigRegistry->add_alias(-species => "Monodelphis domestica",
-alias => \@aliases);
......
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