-
Notifications
You must be signed in to change notification settings - Fork 295
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
Allow k > 32 in khmer #60
Labels
Milestone
Comments
@fishjord where is your java implementation mentioned above? |
Most of the code is in this package: https://github.com/fishjord/Xander-HMMgs/tree/master/src/edu/msu/cme/rdp/graph/hash |
+1 |
Closed
Closed
+1 |
This was referenced Jul 31, 2015
Closed
Now enabled by #1511 and friends. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There have been a number of requests to enable k > 32 in khmer code. This should be relatively straightforward (@fishjord has a cyclic hash implementation in Java that he sent around) but has not so far been a priority. This is an issue so that we can track such requests in the future and keep it somewhere on the list.
Note, we need to figure out how to deal with _revhash issues; there are a few places in the code where exact hashes are kept and converted from numbers back into strings. Not a blocker, just a detail issue.
The text was updated successfully, but these errors were encountered: