swalign icon indicating copy to clipboard operation
swalign copied to clipboard

Full query bug

Open mschroed opened this issue 2 years ago • 0 comments

@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

mschroed avatar Mar 30 '22 12:03 mschroed