-
Notifications
You must be signed in to change notification settings - Fork 296
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
Index with seeds #127
Closed
Closed
Index with seeds #127
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Thanks to Eric Norige for noticing this. Somehow I overlooked it....)
Use multiple threads in the 'HashTable' test driver.
(TODO: Add O_DIRECT support for raw streams from regular files.) (Could've sworn that I had already started that task previously....)
Clean up code: tighten down a conditional compilation, remove a stray OMP directive. Improve performance: precalculate MAX_COUNT and MAX_BIGCOUNT and store with HashTable object.
Improve efficiency of DNA string validator.
…orn-specific RSS limits
…eep-reads2. 'sweep-reads2' loads input reads into a hashbits table and then "sweeps" reads out of another file if they have a median kmer count of 1, i.e. if half or more of their k-mers are present in the hashbits table. Since the median k-mer count function would have been identical in both the Hashbits and CountingHash subclasses of Hashtable, I promoted it to a base class function. One use of this is is to use partitions from diginormed data to recover the full undiginormed members of the partitions from the original data. It can also be used as an approximate way to pull out reads from one data set that overlap with reads in another data set, although cumulative diginorm + partitioning is a better way to do that if you have the memory.
…generated makefile is missing.
(Bug: Threads hang if the code is not built with internal tracing enabled. Need to fix.)
Change 'maxErrorRegion' in Jason's aligner to be an unsigned int.
…ing with the sources.
where d any positive number
fix query format to be as inout format
Argh, got bitten by a github bug. Grr. Redoing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.