From 1898a05deb2fbc411f57b1f980b8acf347112f19 Mon Sep 17 00:00:00 2001
From: Eugene Kulesha <ek@ebi.ac.uk>
Date: Wed, 12 Jul 2006 10:09:15 +0000
Subject: [PATCH] Ditag Features added

---
 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 563ee5f588..e593f3a70c 100755
--- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm
@@ -272,7 +272,7 @@ sub get_available_adaptors{
     ) ),
    # Those whose adaptors are in Map::DBSQL
     map( { $_ => "Bio::EnsEMBL::Map::DBSQL::${_}Adaptor" } qw(
-      Marker                   MarkerFeature        QtlFeature     Qtl
+							      Marker                   MarkerFeature        QtlFeature     Qtl         Ditag      DitagFeature
     ) ),
    # Finally the exceptions... those that have non-standard mapping between object / adaptor ....
 #    'Blast'                => 'Bio::EnsEMBL::External::BlastAdaptor',
-- 
GitLab