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

backed out changes to deal with component seq_regions mapping to more than one...

backed out changes to deal with component seq_regions mapping to more than one assembly coord_system
parent 6b2d6c40
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