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

Multiple k-mer sizes bug #19

Closed
dkoslicki opened this issue Feb 6, 2020 · 2 comments
Closed

Multiple k-mer sizes bug #19

dkoslicki opened this issue Feb 6, 2020 · 2 comments

Comments

@dkoslicki
Copy link
Owner

Current implementation of multiple k-mer size containment index computation may have some bugs in it as noted here. In particular, training with 30-60-10 and training with 60-60-10 results in different 60-mer containment index values (which it shouldn't).

dkoslicki added a commit that referenced this issue Mar 18, 2020
… original (revcomped), realized this is actually issue #19 #20 and #2. Including break for now in StreamingQuery... line 261
dkoslicki added a commit that referenced this issue Mar 18, 2020
…pears to resolve the issue, but really need to think better about not adding *all the things* to the TST and BF. #2 #20 #19
dkoslicki added a commit that referenced this issue Mar 18, 2020
@dkoslicki
Copy link
Owner Author

This is addressed in c8c91f4, but leaving open until we get a more complete testing environment open as per #14 as only checked with local testing.

@dkoslicki
Copy link
Owner Author

Closing as some testing is done, and more testing is being implemented in #14

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