diff --git a/modules/Bio/EnsEMBL/Slice.pm b/modules/Bio/EnsEMBL/Slice.pm index 5137e4d8cf83b5f19166789ac9c8774fa4f7c664..a8e2881b14a5b95f01566d0687bd3e4e2d902ef5 100644 --- a/modules/Bio/EnsEMBL/Slice.pm +++ b/modules/Bio/EnsEMBL/Slice.pm @@ -1256,8 +1256,8 @@ sub constrain_to_seq_region { =head2 sub_Slice - Arg 1 : int $start - Arg 2 : int $end + Arg 1 : int $start, refers to the start of the subslice relative to the input slice + Arg 2 : int $end, refers to the end of the subslice relative to the input slice Arge [3] : int $strand Example : none Description: Makes another Slice that covers only part of this Slice