Skip to content

normal score fix to allow cases of masking character

chow requested to merge willis_masking_fix into master

Because of the masking character, the normalisation factor for the score cannot be assumed to be len(seq1)+len(seq2)-2(k-1) and has to be the total count of k-mers between both sequences.

Merge request reports