Skip to content
Snippets Groups Projects
Commit ed71354f authored by Jorge Alvarez-Jarreta's avatar Jorge Alvarez-Jarreta
Browse files

removed unnecessary fetch of coord systems

parent 092dc80b
No related branches found
No related tags found
2 merge requests!38Fixed bug when core dbs don't have contigs,!38Fixed bug when core dbs don't have contigs
......@@ -215,9 +215,6 @@ sub copy_globals {
# Starts the copy across of Slices
sub copy_regions {
my ($self, $from, $to, $regions, $is_dna) = @_;
my $coord_sql = "select name, coord_system_id from coord_system";
my $coord_systems = $to->dbc->sql_helper()->execute_into_hash(-SQL => $coord_sql);
my $slice_adaptor = $from->get_adaptor("Slice");
my $seq_region_names;
......
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