Daniel-Liu-c0deb0t / block-aligner

SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
https://crates.io/crates/block_aligner
MIT License
124 stars 7 forks source link

Realignment #19

Open Daniel-Liu-c0deb0t opened 1 year ago

Daniel-Liu-c0deb0t commented 1 year ago

It should be pretty easy to add a realignment feature based on a known traceback path (can be approximate). The block will just shift to follow that path.