Skip to content
Snippets Groups Projects
Commit 937d412a authored by Daniel Rios's avatar Daniel Rios
Browse files

added method display_Slice_name for webteam use

parent 53f063aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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