-
- Downloads
- Modified the LongestCommonSubstring() function to give the end locations and
the length of the longest common substring in two sequences. - Changed the splitting on the longest common substring for direct slicing based on the new return values of LongestCommonSubstring(). - Added the removal of the lcs from the leftVariant and the lcp from the rightVariant in the inversion part of the DNA_description() function. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@441 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Please register or sign in to comment