-
Notifications
You must be signed in to change notification settings - Fork 9
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
Max buffer size argument for uniq #201
Merged
Merged
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
Collaborator
andrewdavidsmith
commented
Dec 12, 2023
- xcounts: adding code to get a header from a fasta reference genome file
- xcounts: testing some threading issues
- several source files: checking that input file is BGZF format before using the threadpool for decompression
- bamxx submodule update
- xcounts: fixing a bug from previous commit
- unxcounts: including logic to verify header against chromosomes sequences currently just using length
- unxcounts: adding logic to only generate the counts for covered sites
- xcounts: ignoring the mutation mark on sites
- unxcounts: better error message on inconsistent header
- unxcounts: trying to find the best header termination
- unxcounts: better handling of header
- xcounts and counts: header no longer ends with end_header and also there is no space after the # in header lines
- unxcounts: fixing backwards condition for requiring coverage
- unxcounts: adding a missed spot to check for required coverage
- counts_header.cpp counts_header.hpp Makefile.am: adding counts_header stuff
- MSite.cpp: adding a loop to pass the header when trying to determine if a file is a counts file
- hmr.cpp and pmd.cpp: adding code to skip the header when reading sites
- methcounts.cpp: refactoring to move the header code into counts_header.chpp
- recovered.cpp: refactoring to move the header stuff into counts_header
- smmetric-cpgs.cpp: refactoring to move the header stuff into counts_header
- xcounts.cpp: refactoring to move the header stuff into counts_header
- unxcounts.cpp: refactoring to move the header stuff into counts_header
- uniq.cpp: adding a variable to control the max buffer size which matters for some strange data sets with hundreds of thousands of reads at the same mapping location
…using the threadpool for decompression
…nces currently just using length
…ere is no space after the # in header lines
…if a file is a counts file
…ers for some strange data sets with hundreds of thousands of reads at the same mapping location
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.