swalign
swalign copied to clipboard
Full query bug
@mbreese Thanks for the implementation!
https://github.com/mbreese/swalign/blob/master/swalign/init.py#L202
You search for the column with max value in the last row and then reset it to the last column in line 202. At the moment full_query and global_align start backtracking from the same column.
Best, Markus