Skip to content
Snippets Groups Projects

Feature 84/test var methods

Merged Marek Szuba requested to merge github/fork/at7/feature_84/test_var_methods into master
71 files
+ 1558
10
Compare changes
  • Side-by-side
  • Inline
Files
71
@@ -100,7 +100,7 @@ our @ISA = qw(Bio::EnsEMBL::DBSQL::BaseAdaptor);
sub new {
my $caller = shift;
deprecate("new is deprecated and will be removed in e88. Please use Bio::EnsEMBL::Variation::DBSQL::StrainSliceAdaptor::new instead");
my $class = ref($caller) || $caller;
my $self = $class->SUPER::new(@_);
@@ -126,6 +126,7 @@ sub new {
sub fetch_by_name {
my $self = shift;
deprecate("fetch_by_name is deprecated and will be removed in e88. Please use Bio::EnsEMBL::Variation::DBSQL::StrainSliceAdaptor::fetch_by_name instead");
my $container = shift;
my $name = shift;