From b4cb70eb97e82406c7c68c39c34d84f8d937ec41 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Wed, 6 Apr 2005 11:37:15 +0000 Subject: [PATCH] Typo --- modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm index 31de689b2d..5cf16b8604 100644 --- a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm @@ -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; - - - -- GitLab