diff --git a/modules/Bio/EnsEMBL/Exon.pm b/modules/Bio/EnsEMBL/Exon.pm index ea5abbdcd7f94fc8be1e580c0c58ea4a916ed76a..868c0cd8bd118abf08d9e780bd31a18d7bee829a 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 ade26cfe383ac1d7916edb42f784a97aeb8fef30..ce4e247f4be939279dad16a06d5bd3f6ec618fae 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',