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

Golden Helix patches #58

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

gaberudy
Copy link
Contributor

These are completely optional, but I've made a number of patches to enable our utalization as bamtools as a library. I've tried to keep them in their own commits.

The patches consist of a number of changes:

  1. Comiler fixes for various compilers (notably the 'u' literal for char values > 128 and removing the static const std:string member of exception class).

  2. Allowing BamDeviceFactor to conduct my own Bam readers as well as make Http/Ftp reader support optional (if you don't include the .cpp/.h files, they won't be available)

  3. Allowing for callback for each alignment during the index process. This allows us to build coverage data alongside the index in a single pass.

Thanks for continuing to support this great project!

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

Successfully merging this pull request may close these issues.

None yet

1 participant