Skip to content
Snippets Groups Projects
Commit 34320c82 authored by Ian Longden's avatar Ian Longden
Browse files

New method takes a slice and splits it into smaller slices with overlaps. e.g...

New method takes a slice and splits it into smaller slices with overlaps. e.g $slices=split_Slice($slice,1e6,1e5)
parent 50dde046
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ Bio::EnsEMBL::Utils::Slice - Utility functions for slices
use strict;
use warnings;
package Bio::EnsEMBL::Utils::SliceUtils;
package Bio::EnsEMBL::Utils::Slice;
use Exporter;
......
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