Open y9c opened 2 years ago
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: M Match Score X Mismatch Penalty O Gap-Opening Penalty E Gap-Extension Penalty
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 https://github.com/smarco/WFA2-lib/issues/10#issuecomment-1086791085, 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?