From 55bd0f50165d763838bfc1d6603f43e2a6ad229b Mon Sep 17 00:00:00 2001 From: Magali Ruffier <mr6@ebi.ac.uk> Date: Thu, 19 Sep 2013 13:17:10 +0000 Subject: [PATCH] ENSPROD-55: added GenomeContainer to list of available DBAdaptors --- modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm index 320c5169c0..7e2aa6cb5c 100755 --- a/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm @@ -374,6 +374,7 @@ sub get_available_adaptors { # Finally the exceptions... those that have non-standard mapping # between object / adaptor .... # Blast => 'Bio::EnsEMBL::External::BlastAdaptor', + GenomeContainer => 'Bio::EnsEMBL::DBSQL::GenomeContainer', MetaContainer => 'Bio::EnsEMBL::DBSQL::MetaContainer', MetaCoordContainer => 'Bio::EnsEMBL::DBSQL::MetaCoordContainer', SNP => 'Bio::EnsEMBL::DBSQL::ProxySNPAdaptor', -- GitLab