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

Added list_dbIDs.

parent 0309a651
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,22 @@ sub _columns {
paf.score );
}
=head2 list_dbIDs
Arg [1] : none
Example : @feature_ids = @{$protein_align_feature_adaptor->list_dbIDs()};
Description: Gets an array of internal ids for all protein align features in the current db
Returntype : list of ints
Exceptions : none
Caller : ?
=cut
sub list_dbIDs {
my ($self) = @_;
return $self->_list_dbIDs("protein_align_feature");
}
......
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