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

Typo

parent 31763196
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ sub _columns {
# _default_where_clause
# Arg [1] : none
# Example : none
# Description: Overrides superclass method to provide an additional
# Description: Overrides superclass method to provide an additional
# table joining constraint before the SQL query is performed.
# Returntype : string
# Exceptions : none
......@@ -383,7 +383,7 @@ sub store {
sub list_dbIDs {
my ($self) = @_;
return $self->_list_dbIDs("repeat_feature");
return $self->_list_dbIDs("regulatory_feature");
}
=head2 fetch_all_by_ensembl_object_type
......@@ -520,6 +520,3 @@ sub fetch_all_by_gene {
1;
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