Skip to content
Snippets Groups Projects
Commit 345230a8 authored by Daniel Rios's avatar Daniel Rios
Browse files

removed duplication initialization variable

parent 2ecfb772
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ sub _slice_fetch {
$sr_id = $self->db()->get_SliceAdaptor()->get_seq_region_id($slice);
}
#if there is mapping information, use the external_seq_region_id to get features
my $sr_id = $self->get_seq_region_id_external($sr_id);
$sr_id = $self->get_seq_region_id_external($sr_id);
$constraint .= " AND " if($constraint);
$constraint .=
"${tab_syn}.seq_region_id = $sr_id AND " .
......
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