Skip to content
Snippets Groups Projects
Commit 9fa32045 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Fix spelling mistake.

parent 364b8822
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ sub name {
sub length {
my ($self) = @_;
my $lenght = $self->{'end'} - $self->{'start'} + 1;
my $length = $self->{'end'} - $self->{'start'} + 1;
if ( $self->is_circular() && $self->{'start'} > $self->{'end'} ) {
$length += $self->{'seq_region_length'};
......
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