From 15c55521a1b16c8e0dff5eef576b82a84e18417b Mon Sep 17 00:00:00 2001 From: Kieron Taylor <ktaylor@ebi.ac.uk> Date: Wed, 25 May 2011 14:18:05 +0000 Subject: [PATCH] Additional references to Ensembl::Lite removed --- modules/Bio/EnsEMBL/Exon.pm | 2 +- modules/Bio/EnsEMBL/Registry.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/Exon.pm b/modules/Bio/EnsEMBL/Exon.pm index ea5abbdcd7..868c0cd8bd 100755 --- a/modules/Bio/EnsEMBL/Exon.pm +++ b/modules/Bio/EnsEMBL/Exon.pm @@ -154,7 +154,7 @@ sub new { # Description: create an Exon object # Returntype : Bio::EnsEMBL::Exon # Exceptions : throws if end < start -# Caller : general, creation in Bio::EnsEMBL::Lite::GeneAdaptor +# Caller : general # Status : Stable # =cut diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm index ade26cfe38..ce4e247f4b 100644 --- a/modules/Bio/EnsEMBL/Registry.pm +++ b/modules/Bio/EnsEMBL/Registry.pm @@ -141,7 +141,6 @@ my %group2adaptor = ( 'regulation' => 'Bio::EnsEMBL::Funcgen::DBSQL::DBAdaptor', 'haplotype' => 'Bio::EnsEMBL::ExternalData::Haplotype::DBAdaptor', 'hive' => 'Bio::EnsEMBL::Hive::DBSQL::DBAdaptor', - 'lite' => 'Bio::EnsEMBL::Lite::DBAdaptor', 'ontology' => 'Bio::EnsEMBL::DBSQL::OntologyDBAdaptor', 'otherfeatures' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', 'pipeline' => 'Bio::EnsEMBL::Pipeline::DBSQL::DBAdaptor', -- GitLab