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

Fix strange all lowercase module name.

parent 8a56d42c
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ my $type_count_sql = { gene => 'select count(*) '
# eg get the stable id generator and inject the cache into it
my $stable_id_generator = $conf->param('plugin_stable_id_generator')
|| 'bio::ensembl::idmapping::stableidgenerator::ensemblgeneric';
|| 'Bio::EnsEMBL::IdMapping::StableIdGenerator::EnsemblGeneric';
inject($stable_id_generator);
# create a new stableidgenerator object
......
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