Skip to content

Commit 16b5afe

Browse files
committed
Changing logic of logo creation
1 parent 1ef2d4d commit 16b5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repeat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void RepeatRegion::CreateLogo(SequenceWindow *window, UMatrix *matrix) {
7676
i += bdesc.indelNumber;
7777
}
7878

79-
if (fplace > windowStart+repeatLength)
79+
if (fplace >= windowStart+repeatLength)
8080
break;
8181

8282
symbol s = window->seq[fplace];

0 commit comments

Comments
 (0)