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

Understanding min_kmer_matches in fastqtools.filter_by_sequence #54

Open
paulbrodersen opened this issue Nov 21, 2019 · 0 comments
Open

Comments

@paulbrodersen
Copy link

paulbrodersen commented Nov 21, 2019

I am trying to understand the default value for min_kmer_matches in fastqtools.py : filter_by_sequence. The default value for min_kmer_matches is 20 whereas the default kmer_size is 10. As far as I follow the code, the maximum number of bases that can match the k-mer can hence also only be 10. Am I missing something, or do the defaults need adjustment? I would appreciate a second opinion. The relevant file is here.

@paulbrodersen paulbrodersen changed the title min_kmer_matches in fastqtools.filter_by_sequence Understanding min_kmer_matches in fastqtools.filter_by_sequence Nov 21, 2019
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