You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
paulbrodersen
changed the title
min_kmer_matches in fastqtools.filter_by_sequence
Understanding min_kmer_matches in fastqtools.filter_by_sequenceNov 21, 2019
I am trying to understand the default value for
min_kmer_matches
infastqtools.py : filter_by_sequence
. The default value formin_kmer_matches
is 20 whereas the defaultkmer_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.The text was updated successfully, but these errors were encountered: