Skip to content
Snippets Groups Projects
Commit 5e0d60af authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Fixed perldoc for list_stable_ids.

parent 768ca291
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ sub list_dbIDs {
=head2 list_stable_ids
Example : @stable_gene_ids = @{$gene_adaptor->list_stable_dbIDs()};
Example : @stable_gene_ids = @{$gene_adaptor->list_stable_ids()};
Description: Gets an listref of stable ids for all genes in the current db
Returntype : reference to a list of strings
Exceptions : none
......
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