Skip to content
Snippets Groups Projects
Commit d5c22797 authored by Matthew Laird's avatar Matthew Laird
Browse files

Clarify documentation for Slice->get_all_synonyms()

parent 56025656
No related branches found
No related tags found
No related merge requests found
......@@ -3728,8 +3728,9 @@ sub project_to_slice {
Args [1] : String external_db_name The name of the database to retrieve
the synonym for
Args [2] : Integer external_db_version The version of the database to retrieve
the synonym for. If not specified then we will ignore any versions
Args [2] : (optional) Integer external_db_version Optionally restrict
results from external_db_name to a specific version of
the the specified external database
Example : my @alternative_names = @{$slice->get_all_synonyms()};
@alternative_names = @{$slice->get_all_synonyms('EMBL')};
Description: get a list of alternative names for this slice
......
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