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

Roundup16 #6

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Roundup16 #6

wants to merge 3 commits into from

Conversation

joydddd
Copy link
Member

@joydddd joydddd commented Oct 25, 2022

Fix Difference between extd2_sse (in SIMD) and extd2_cpp

x1 = -q - e, x21 = -q2 - e2;
v1 = -q - e;
}
// v1 = -q - e;
Copy link
Member Author

Choose a reason for hiding this comment

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

For entries not in the band (but not outside of the tlen x qlen boundary), extd2_see initialize it to -q-e, instead of
v1 = r == 0? -q - e : r < long_thres? -e : r == long_thres? long_diff : -e2;
as described in the Minimap2 paper.

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure if this is intentional, or a bug of the original minimap2 implementation.

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.

1 participant