Hi,
I've been trying to add support for an affine gap penalty, but I'm finding it difficult to reason through the code. Essentially, I need to remember a_gap and b_gap for each subsequent step so that I can apply a "gap opening penalty".
PS I also noticed that you cite Chin, Ho, Lam, Wong and Chan (2003), but that paper introduces a constrained sequence which doesn't seem to be used in this algorithm — is that right?
Thanks!
Hi,
I've been trying to add support for an affine gap penalty, but I'm finding it difficult to reason through the code. Essentially, I need to remember
a_gapandb_gapfor each subsequent step so that I can apply a "gap opening penalty".PS I also noticed that you cite
Chin, Ho, Lam, Wong and Chan (2003), but that paper introduces a constrained sequence which doesn't seem to be used in this algorithm — is that right?Thanks!