pushed
zhengqunkoo/smith-waterman • 2:05 AM - Apr 20, 2019
This commit addresses a bug in the OR vector operation logic where elements could be incorrectly overwritten by zeros during vector shifts. By adding conditional checks before assigning shifted values, it ensures that an element ORed with a zero-element correctly retains its original value. This ensures accurate alignment score and gap penalty calculations in the parallelized algorithm.
