Skip to content
Snippets Groups Projects
Commit 31eaa6f5 authored by Graham McVicker's avatar Graham McVicker
Browse files

slice method was incorrectly named contig

this could have caused sequence caching problems
parent 6d276ea9
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ sub strand {
=cut
sub contig {
sub slice {
my $self = shift;
#if an arg was provided, flush the internal sequence cache
delete $self->{'_seq_cache'} if(@_);
......
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