pushed
zhengqunkoo/smith-waterman • 10:52 AM - Apr 18, 2019
This update resolves an off-by-one indexing error when tracking the maximum score cell in the H-matrix for the parallel vector implementation of Smith-Waterman. It also comprehensively refactors the inline documentation describing vector operations and gap penalty logic during matrix generation. Correcting these coordinates ensures the expected origin point is captured for the alignment's backtrace phase.

