Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
053b1953
Commit
053b1953
authored
Mar 21, 2005
by
Ian Longden
Browse files
add web species aliases in the subroutine load_registry_with_web_adaptors
parent
c88d573a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
modules/Bio/EnsEMBL/Registry.pm
modules/Bio/EnsEMBL/Registry.pm
+6
-0
No files found.
modules/Bio/EnsEMBL/Registry.pm
View file @
053b1953
...
...
@@ -722,6 +722,12 @@ sub load_registry_with_web_adaptors{
eval
{
require
SpeciesDefs
};
if
(
$@
){
die
"
Can't use SpeciesDefs.pm - $@
\n
";
}
my
$conf
=
new
SpeciesDefs
();
my
%species_alias
=
%
{
$
SiteDefs::
ENSEMBL_SPECIES_ALIASES
};
foreach
my
$spec
(
keys
%species_alias
){
Bio::EnsEMBL::
Registry
->
add_alias
(
$species_alias
{
$spec
},
$spec
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment