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 freq seed count #240

Closed
wants to merge 6 commits into from
Closed

Conversation

bkille
Copy link
Contributor

@bkille bkille commented Apr 25, 2024

Same as #239, but when counting the number of intervals a particular hash/seed is sketched in, we consider an interval of length x as ceil(x/s) non-overlapping intervals (where s is the segment length). The ensures that frequent k-mers which often occur within s base-pairs of each other and therefore lead to long minmer intervals are not counted only once.

@bkille bkille closed this Jun 24, 2024
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