From abe6d7e14c90ed508f8cd53cfee8b829a70ca1b2 Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Wed, 20 Jul 2005 13:56:15 +0000
Subject: [PATCH] RegulatoryMotif->RegulatoryFactor

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

diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
index 7c38d060d6..2e899df6e2 100755
--- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
@@ -254,7 +254,7 @@ sub get_available_adaptors{
       Gene                     KaryotypeBand        MiscSet
       MiscFeature              PredictionTranscript PredictionExon
       ProteinFeature           ProteinAlignFeature  RegulatoryFeature
-      RegulatoryMotif          RepeatConsensus
+      RegulatoryFactor         RepeatConsensus
       RepeatFeature            Sequence             SimpleFeature
       Slice                    SupportingFeature    Transcript
       TranscriptSupportingFeature Translation
-- 
GitLab