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;
# loading cache from file
my $cache = Bio::EnsEMBL::IdMapping::Cache->new(
-LOGGER => $logger,
-CONF => $conf,
-LOGGER => $logger,
-CONF => $conf,
-LOAD_INSTANCE => 1,
);
$cache->read_instance_from_file;
# get a stable ID mapper
......
......@@ -89,10 +89,10 @@ my $logger = new Bio::EnsEMBL::Utils::Logger(
# loading cache from file
my $cache = Bio::EnsEMBL::IdMapping::Cache->new(
-LOGGER => $logger,
-CONF => $conf,
-LOGGER => $logger,
-CONF => $conf,
-LOAD_INSTANCE => 1,
);
$cache->read_instance_from_file;
# load SyntenyFramework and gene ScoredMappingMatrix from files
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