-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
affine gap penalty #3
Comments
Hello - just had a quick look on https://web.stanford.edu/class/cs262/presentations/lecture2.pdf about affine gaps. It suggests that one needs to account the best score for a given I can imagine that would mean adding a third, binary dimension to the coordinates, like Just a hunch. Not sure about the reference, please excuse me. Also, the code indeed could have more type signatures / guidance. |
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
andb_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!
The text was updated successfully, but these errors were encountered: