Skip to content

Commit 86f0c21

Browse files
committed
revise normalization algorithm to select smallest factor
1 parent 2cc9854 commit 86f0c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conventions/normalization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ the following normalization rules apply:
148148

149149
#. If the Allele is an ambiguous insertion, determine if it is reference derived.
150150

151-
i. Determine the greatest factor `d` of the `seed length` such that `d` is less than or equal to the
151+
i. Determine the smallest factor `d` of the `seed length` such that `d` is less than or equal to the
152152
length of the modified `reference sequence`, and there exists a subsequence of length `d`
153153
derived from the modified `reference sequence` that can be circularly expanded to recreate
154154
the modified `alternate sequence`.

0 commit comments

Comments
 (0)