Skip to content
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

feat: POA semi-global, local, and custom alignment #569

Merged
merged 8 commits into from Feb 7, 2024

Conversation

lorewar2
Copy link
Member

@lorewar2 lorewar2 commented Jan 11, 2024

Adds support for semi-global, local, and custom-defined clip penalty alignment. Test cases and code are implemented similarly to pairwise alignment functions. Banded POA does not support clipping for now (mentioned in #568).
Also, fixes the following issue.
The last update of memory efficient poa didn't retrieve and set the end of matrix rows correctly, causing poa to crash.
Fixes #549.

Copy link
Contributor

@johanneskoester johanneskoester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@johanneskoester johanneskoester merged commit 440cb1c into rust-bio:master Feb 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POA index out of bounds
2 participants