-
Notifications
You must be signed in to change notification settings - Fork 38
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
Different score for insertion and deletion? #10
Comments
I assume you are talking about gap-linear alignment? For the moment, no. The library is slowly incorporating all the features that are planned on the roadmap. If people ask for it, I will implement the asymmetrical version (it is an easy feature to provide). |
Thank you for the reply. I would like to if this feature is on the roadmap? |
Hi @smarco, I would like to know if it is also not possible to set different score for insertion and deletion in gem3-mapper? |
In that case, gap-affine is almost always formulated using {M,X,O,E}, where: So, again, it is symmetric. Sorry. PS. It is possible, just not implemented. |
Thanks. Will it be implemented in the future? |
In the WFA, very likely (for gap-linear). In the GEM, unlikely. At the moment, I don't have enough time to go back to GEM3 and re-implement that part. In the long term, it is very likely. I would love to use the WFA within the GEM. |
cool. thanks
…On Sun, Apr 3, 2022, 02:05 Santiago Marco-Sola ***@***.***> wrote:
In the WFA, very likely (for gap-linear).
In the GEM, unlikely. At the moment, I don't have enough time to go back
to GEM3 and re-implement that part. In the long term, it is very likely. I
would love to use the WFA within the GEM.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJKEVRHBCWVWYSTBXAEENLVDE7KFANCNFSM5RYUAYUQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is it possible to set different score for insertion and deletion?
The text was updated successfully, but these errors were encountered: