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

[FIX] Wrong alignment score #3043 #3098

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. [FIX] Alignment Wrong alignment score seqan#3043

    Added carry bit to up and left open trace directions in order to capture original open signal even if it is overwritten by the orhtogonal direction.
    In the particular issue the left extension overrites the up open signal in the last column and fifth row.
    The traceback now follows the vertical or horizontal direction unitl it encounters the carry bit signal.
    rrahn authored and eseiler committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4fe5489 View commit details
    Browse the repository at this point in the history