Skip to content
Snippets Groups Projects
Commit 475ead7b authored by Jay Humphrey's avatar Jay Humphrey
Browse files

Remove early return line to enable previously unreachable code [re: EG ENSEMBL-1533]

parent cfe759b2
No related branches found
No related tags found
No related merge requests found
...@@ -2000,10 +2000,6 @@ sub get_all_Genes { ...@@ -2000,10 +2000,6 @@ sub get_all_Genes {
$ga = $self->adaptor->db->get_GeneAdaptor(); $ga = $self->adaptor->db->get_GeneAdaptor();
} }
return
$ga->fetch_all_by_Slice( $self, $logic_name, $load_transcripts,
$source, $biotype );
## circular BOF ## circular BOF
my $sl1 = my $sl1 =
Bio::EnsEMBL::CircularSlice->new( Bio::EnsEMBL::CircularSlice->new(
......
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