Skip to content
Snippets Groups Projects
Commit e5272acb authored by Stephen Searle's avatar Stephen Searle
Browse files

Removed return statement

parent 47e09056
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,11 @@ sub fetch_all_by_Transcript {
return [];
}
return $out;
my $sth = $self->prepare("SELECT tsf.feature_type, tsf.feature_id
FROM transcript_supporting_feature tsf
WHERE transcript_id = ?");
$sth->execute($transcript->dbID());
my $prot_adp = $self->db->get_ProteinAlignFeatureAdaptor;
......
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