From 9d1f8c764064e0075b498a874e4cee14aaa964aa Mon Sep 17 00:00:00 2001 From: Eugene Kulesha <ek@ebi.ac.uk> Date: Thu, 8 Feb 2007 13:15:02 +0000 Subject: [PATCH] moved DAS fetching function into Storable so it can be reused --- modules/Bio/EnsEMBL/Gene.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm index 90c2564d15..afedc9313c 100755 --- a/modules/Bio/EnsEMBL/Gene.pm +++ b/modules/Bio/EnsEMBL/Gene.pm @@ -1032,6 +1032,7 @@ sub get_all_DAS_Features{ my %das_features; my $slice = $self->feature_Slice; +return $self->SUPER::get_all_DAS_Features($slice); foreach my $dasfact( @{$self->get_all_DASFactories} ){ my $dsn = $dasfact->adaptor->dsn; -- GitLab