Skip to content

Roundup16#6

Open
joydddd wants to merge 3 commits into
devfrom
roundup16
Open

Roundup16#6
joydddd wants to merge 3 commits into
devfrom
roundup16

Conversation

@joydddd
Copy link
Copy Markdown
Member

@joydddd joydddd commented Oct 25, 2022

Fix Difference between extd2_sse (in SIMD) and extd2_cpp

Comment thread ksw2_extd2_sse.c
x1 = -q - e, x21 = -q2 - e2;
v1 = -q - e;
}
// v1 = -q - e;
Copy link
Copy Markdown
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
Copy Markdown
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