Skip to content
Snippets Groups Projects
Commit 3f875976 authored by Ian Longden's avatar Ian Longden
Browse files

reinstate call to cahce_seq_ids_with_mult_assemblys as this has now been fixed

parent 2d207ed0
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ sub new {
$self->adaptor($adaptor);
#$adaptor->cache_seq_ids_with_mult_assemblys();
$adaptor->cache_seq_ids_with_mult_assemblys();
if(@coord_systems != 2) {
throw('Can only map between 2 coordinate systems. ' .
......
......@@ -111,7 +111,7 @@ sub new {
scalar(@coord_systems) . ' were provided');
}
#$adaptor->cache_seq_ids_with_mult_assemblys();
$adaptor->cache_seq_ids_with_mult_assemblys();
# Set the component, intermediate and assembled coordinate systems
$self->{'first_cs'} = $coord_systems[0];
......
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