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

Added horse alias.

parent b3e09784
No related branches found
No related tags found
No related merge requests found
......@@ -1469,6 +1469,9 @@ sub load_registry_from_db {
Bio::EnsEMBL::Utils::ConfigRegistry->add_alias(-species => "Pongo_pygmaeus",
-alias => ['orang','orang_utan','orangutan','Pongo pygmaeus']);
Bio::EnsEMBL::Utils::ConfigRegistry->add_alias(-species => "Equus_caballus",
-alias => ['horse', 'Equuscaballus']);
@aliases = ('compara');
Bio::EnsEMBL::Utils::ConfigRegistry->add_alias(-species => "multi",
-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