pushed
zhengqunkoo/smith-waterman • 1:45 AM - Apr 20, 2019
A missing shift operation was causing incorrect score calculations during sequence alignment. The logic for calculating the initial F-vector has been corrected by applying the necessary left shift before subtracting the gap penalty. This ensures accurate alignment scoring in the parallel vectorized version of the algorithm.
