diff --git a/modules/Bio/EnsEMBL/StrainSlice.pm b/modules/Bio/EnsEMBL/StrainSlice.pm index cf3fa5901efa5aba979c64a968fde4f54ab2a57f..fcc405c5a75a8309a4905e55bf066b9443e85601 100644 --- a/modules/Bio/EnsEMBL/StrainSlice.pm +++ b/modules/Bio/EnsEMBL/StrainSlice.pm @@ -154,6 +154,24 @@ sub strain_name{ return $self->{'strain_name'}; } + +=head2 display_Slice_name + + Args : none + Example : my $strain_name = $strainSlice->display_Slice_name(); + Description : Getter for the name of the strain + ReturnType : string + Exceptions : none + Caller : webteam + +=cut + +sub display_Slice_name{ + my $self = shift; + + return $self->strain_name; +} + =head2 seq Arg [1] : none