We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the modules, such as kmatch should be easily extensible to handle multiple k values.
kmatch
k
This should apply to any module based on querying a set/map of k-mers where the length of k-mer is not otherwise fixed.
Input format recognition may need updating to prevent
[INFO] Input format guessed: UNSUPPORTED_OR_UNRECOGNIZED [FATAL] Unrecognized or unsupported input, terminating...
when different length k-mers present among the first n lines used for format recognition
The text was updated successfully, but these errors were encountered:
changes partially facilitating multi k #2
df5ac96
also relevant to kmerloc
f6ca5f7
No branches or pull requests
Some of the modules, such as
kmatch
should be easily extensible to handle multiplek
values.This should apply to any module based on querying a set/map of k-mers where the length of k-mer is not otherwise fixed.
Input format recognition may need updating to prevent
when different length k-mers present among the first n lines used for format recognition
The text was updated successfully, but these errors were encountered: