Skip to content
Snippets Groups Projects
Commit 1081d2cc authored by Arne Stabenau's avatar Arne Stabenau
Browse files

Renamed a function

parent eb22cdf1
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ sub fetch_by_stable_id {
=head2 fetch_by_gene_archive_id
=head2 fetch_all_by_gene_archive_id
Arg [1] : Bio::EnsEMBL::ArchiveStableId $gene_archive_id
Example : none
......@@ -100,7 +100,7 @@ sub fetch_by_stable_id {
sub fetch_by_gene_archive_id {
sub fetch_all_by_gene_archive_id {
my $self = shift;
my $gene_archive_id = shift;
my @result = ();
......
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