-
Notifications
You must be signed in to change notification settings - Fork 253
BlockAligner-based Smith-Waterman update #1010
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
Can we merge this? |
git-subtree-dir: lib/corrosion git-subtree-split: b1fab721655c5c4b1b08a083d3cd29f163af75d0
git-subtree-dir: lib/block-aligner git-subtree-split: 3f69b35adc596aa453a68a1fbcc681e8b58a552e
f2699d1 to
063b7e3
Compare
063b7e3 to
b5a8cff
Compare
2c96a63 to
87724e9
Compare
87724e9 to
2d7c214
Compare
fe07da4 to
f57c91c
Compare
c5ce8f942 Pick consistent query start position among equal maximum scores e16c2b16a Add no_simd fallback b52e2360b Fix pretty call git-subtree-dir: lib/block-aligner git-subtree-split: c5ce8f94264710bd5dda1664ae1422a5467c9e0d
98691c5 to
ab9513e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Smith-Waterman alignment module to use BlockAligner for both seq-seq and profile-seq alignment.
Refactored and cleaned up unused alignment types, such as profile-profile.
Commented out the int32_t alignment (code remains for reference).
Although alignment mode 2 can still be used, BlockAligner supports backtracing. A future update can make use of this to support precise sequence identity for mode 2 as well.