Skip to content
Snippets Groups Projects
Commit 24a9fdd8 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

In new(), call Bio::EnsEMBL::Utils::ConfigRegistry::gen_load($self)

earlier.
parent e730db28
No related branches found
No related tags found
No related merge requests found
......@@ -109,13 +109,13 @@ sub new {
if ( defined($species) ) { $self->species($species) }
if ( defined($group) ) { $self->group($group) }
$self = Bio::EnsEMBL::Utils::ConfigRegistry::gen_load($self);
$self->species_id( $species_id || 1 );
$self->is_multispecies( defined($is_multispecies)
&& $is_multispecies == 1 );
$self = Bio::EnsEMBL::Utils::ConfigRegistry::gen_load($self);
if ( defined($dnadb) ) { $self->dnadb($dnadb) }
if ( defined($no_cache) ) { $self->no_cache($no_cache) }
......
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