From 937d412a04e201505dcbea86492a38762937d630 Mon Sep 17 00:00:00 2001
From: Daniel Rios <dr2@sanger.ac.uk>
Date: Mon, 5 Feb 2007 16:20:46 +0000
Subject: [PATCH] added method display_Slice_name for webteam use

---
 modules/Bio/EnsEMBL/StrainSlice.pm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/modules/Bio/EnsEMBL/StrainSlice.pm b/modules/Bio/EnsEMBL/StrainSlice.pm
index cf3fa5901e..fcc405c5a7 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
-- 
GitLab