-
Notifications
You must be signed in to change notification settings - Fork 16
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
Several major updates #78
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
…ence and moved the code dealing with htslib stuff down to the bottom of the source file
…ecord_utils.hcpp as new dependent files
…ts from BAM files for paired-end. This involves using both the tid and pos of the given read along with the tid and pos of its mate. Currently the functionality to return the values of the number of paired reads and the number of reads with mates are not active
…ng bamxx and assuming that mates are identified using the mtid and mpos values within the BAM record
…counts for BAM input, which doesn't care about mate pairs
…her, and eliminated a bunch of redundant code
… reads to an outer scope and adding a forgotten section of code to take care of the rest of the priority queue on sorted parts after having examined all reads in a BAM file when estimating coverage
…read is mapped -- the condition was inverted
…er of reads in BAM format
…o a file if selected on cli
…f genomic intervals from BAM records
…sorting in the wrong direction
…t eliminating a memory leak that turned out not to exist anyway
…ith the no args help
…ith the no args help
… has now been included in gc_extrap with BAM input
…onst to args for LU_determinant
…although it was used in a condition and set both true and false in different places, when it was set to false a return always happened immediately
…f verbose printing into a function from bound_pop
…failing to throw an exception that was constructed
… in initializing the mt19937 which was generating randoms
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.
Changes include updating submodules. Separating code for each command. Fixing many issues in the code. Adding the functionality to deal with BAM input directly, which now includes the gc_extrap command and threads.