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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: