Skip to content
Snippets Groups Projects
Commit cbbd5bc1 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

[ENSCORESW-924] Remove a deprecated Compara method call.

parent 37010b9f
No related branches found
No related tags found
3 merge requests!25GFF3 export: unstranded features and using analysis.gff_source,!25GFF3 export: unstranded features and using analysis.gff_source,!25GFF3 export: unstranded features and using analysis.gff_source
......@@ -876,8 +876,7 @@ sub get_all_homologous_Genes {
# Get the compara 'member' corresponding to self
my $member_adaptor = $compara_dba->get_adaptor('GeneMember');
my $query_member = $member_adaptor->fetch_by_source_stable_id
("ENSEMBLGENE",$self->stable_id);
my $query_member = $member_adaptor->fetch_by_stable_id($self->stable_id);
unless( $query_member ){ return $self->{'homologues'}->{$compara_species} };
# Get the compara 'homologies' corresponding to 'member'
......
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