Skip to content
Snippets Groups Projects
Commit 45a8de48 authored by Anja Thormann's avatar Anja Thormann
Browse files

return Variation Strain Slice

parent a0c480c7
No related branches found
No related tags found
2 merge requests!121Import deprecate method,!121Import deprecate method
......@@ -83,7 +83,7 @@ use Bio::EnsEMBL::Registry;
use Bio::EnsEMBL::Utils::Iterator;
use Bio::EnsEMBL::DBSQL::MergedAdaptor;
use Bio::EnsEMBL::StrainSlice;
use Bio::EnsEMBL::Variation::StrainSlice;
#use Bio::EnsEMBL::IndividualSlice;
#use Bio::EnsEMBL::IndividualSliceFactory;
use Bio::EnsEMBL::Mapper::RangeRegistry;
......@@ -2449,7 +2449,7 @@ sub get_by_strain {
my $self = shift;
my $strain_name = shift;
return Bio::EnsEMBL::StrainSlice->new(
return Bio::EnsEMBL::Variation::StrainSlice->new(
-START => $self->{'start'},
-END => $self->{'end'},
-STRAND => $self->{'strand'},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment