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

remove/improve coverage limit of 254 #1

Open
droeatumn opened this issue Apr 13, 2021 · 0 comments
Open

remove/improve coverage limit of 254 #1

droeatumn opened this issue Apr 13, 2021 · 0 comments

Comments

@droeatumn
Copy link
Owner

The kmer counting program has a limit of 255. kmers occurring 255 or more are considered off-kir. In general, coverage shouldn't be too high, because then errors can start looking like non-errors. The work around is to down-sample the input data.

This limit should be addressed and removed. Ideally, it would learn the correct min/max counts based on the input.

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

No branches or pull requests

1 participant