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

exon does not have a biotype so removed constraint

parent 596eead9
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ sub _final_clause {
sub fetch_all {
my ($self) = @_;
my $constraint = 'e.biotype != "LRG_gene" and e.is_current = 1';
my $constraint = 'e.is_current = 1';
my @exons = @{ $self->generic_fetch($constraint) };
return \@exons ;
}
......
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