diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm index 563ee5f588b457b2c20b6344a52d79761ee0b61a..e593f3a70ce740f0ffb3be79e78b4e7ead326608 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',