Skip to content
Snippets Groups Projects
Commit a0716133 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Backed out revision 1.217 as it causes an exception when trying to load a...

Backed out revision 1.217 as it causes an exception when trying to load a duplicate alias in case more than one database is used in a script for the same species when the species name is not specified.
parent 96d331d8
No related branches found
No related tags found
No related merge requests found
......@@ -144,10 +144,6 @@ sub new {
$self = Bio::EnsEMBL::Utils::ConfigRegistry::gen_load($self);
if(!defined($species) ){
$reg->find_and_add_aliases($self);
}
$self->species_id( $species_id || 1 );
$self->is_multispecies( defined($is_multispecies)
......
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