pushed
zhengqunkoo/smith-waterman • 2:06 AM - Apr 20, 2019
The sequence padding logic has been updated for when the input sequences don't perfectly align with the vector size. The a-sequence is now properly padded with a designated illegal character, and the substitution matrix S is carefully resized to accommodate this padding. We also ensure that padding characters correctly receive a large negative score so they don't skew or artificially inflate the alignment results.
