From d0c9b0b73589739733eaec6879dbb09f87d9666c Mon Sep 17 00:00:00 2001
From: Ian Sealy <is1@sanger.ac.uk>
Date: Thu, 6 Jan 2005 13:37:57 +0000
Subject: [PATCH] Changed "affy_probe" typo to "affy_array" in list_dbIDs().

---
 modules/Bio/EnsEMBL/DBSQL/AffyArrayAdaptor.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/AffyArrayAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AffyArrayAdaptor.pm
index 7b21aa4d97..df65024ca7 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AffyArrayAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AffyArrayAdaptor.pm
@@ -228,7 +228,7 @@ sub store {
 sub list_dbIDs {
    my ($self) = @_;
 
-   return $self->_list_dbIDs("affy_probe");
+   return $self->_list_dbIDs("affy_array");
 }
 
 1;
-- 
GitLab