Skip to content
Snippets Groups Projects
Commit 40cab742 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

Update Slice.pm

update argument description for sub_Slice method
parent 17b4a674
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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