Skip to content
Snippets Groups Projects
Commit 3302114f authored by Amy Tang's avatar Amy Tang
Browse files

Minor update on doc for method "fetch_all_by_dbID_list"

parent b50c1062
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,7 @@ sub fetch_by_dbID{
Arg [1] : listref of integers $id_list
The unique database identifiers for the features to
be obtained.
Example : @feats = @{$adaptor->fetch_by_dbID_list([1234, 2131, 982]))};
Example : @feats = @{$adaptor->fetch_all_by_dbID_list([1234, 2131, 982]))};
Description: Returns the features created from the database
defined by the the IDs in contained in the provided
ID list $id_list. The features will be returned
......
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