Skip to content
Snippets Groups Projects
Commit f996de51 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

added LOAD_INSTANCE to Cache->new()

parent 55e55cb3
No related branches found
No related tags found
No related merge requests found
...@@ -127,10 +127,10 @@ my $translation_mappings; ...@@ -127,10 +127,10 @@ my $translation_mappings;
# loading cache from file # loading cache from file
my $cache = Bio::EnsEMBL::IdMapping::Cache->new( my $cache = Bio::EnsEMBL::IdMapping::Cache->new(
-LOGGER => $logger, -LOGGER => $logger,
-CONF => $conf, -CONF => $conf,
-LOAD_INSTANCE => 1,
); );
$cache->read_instance_from_file;
# get a stable ID mapper # get a stable ID mapper
......
...@@ -89,10 +89,10 @@ my $logger = new Bio::EnsEMBL::Utils::Logger( ...@@ -89,10 +89,10 @@ my $logger = new Bio::EnsEMBL::Utils::Logger(
# loading cache from file # loading cache from file
my $cache = Bio::EnsEMBL::IdMapping::Cache->new( my $cache = Bio::EnsEMBL::IdMapping::Cache->new(
-LOGGER => $logger, -LOGGER => $logger,
-CONF => $conf, -CONF => $conf,
-LOAD_INSTANCE => 1,
); );
$cache->read_instance_from_file;
# load SyntenyFramework and gene ScoredMappingMatrix from files # load SyntenyFramework and gene ScoredMappingMatrix from files
my $basedir = $conf->param('basedir'); my $basedir = $conf->param('basedir');
......
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