findLongestCommonSubstring – question
I need to find how longestCommonSubstring relates to the overall score. I’m concerned that it may not be the proper algorithm for first-pass selection of potential loci. For example, compare the following two strings: xxxxxxxAyyyyyyy xxxxxxxByyyyyyy the longest common substring between the two is only 7 characters long, when there are really 14 in common. [...] Read More