You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* RecursiveAlignmentTool.java: V1.1 Fixed issue where long stretches of words (~400K+) between anchors would cause and ArrayIndexOutOfBoundsException. Refactored the character alignment logic to reduce the number of nested if-then statements.