Open r-mafi opened 4 years ago
The current implementation supports constant gap penalty. This issue suggests adding linear, affine and convex types as well.
e.g. the following input
>s0 AAAAAAAAAAAAAAAAAAAAAA >s1 AAAAAAAAAAAAAAAAAAAAAA >s2 AAAAAAAAAAAAAAAAAAAAAATTTTTTTTTTT
generates the following consensus:
AAAAAAAAAAAAAAAAAAAAAATTTTTTTTTTT
@tijyojwad , @atadkase
The current implementation supports constant gap penalty. This issue suggests adding linear, affine and convex types as well.