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

Write splitting-bai files when writing (non-sharded) BAM files from Spark #2169

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

tomwhite
Copy link
Contributor

Splitting-bai files are used to find split points in BAM files so they can be read in parallel without having to heuristically find suitable split points.

Note that for this change splitting-bai files are only written in non-sharded mode, since sharded mode has issues with the splitting files being read accidentally by the input format. Also, typically each has one split (typically), so there's less need for the splitting index.

…park.

Splitting-bai files are used to find split points in BAM files
so they can be read in parallel without having to heuristically find
suitable split points.
@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.002%) to 79.976% when pulling 02e9a76 on tw_write_splitting_bai into 4ec1b85 on master.

@lbergelson
Copy link
Member

That's excellent! 👍

@lbergelson lbergelson merged commit a30af5a into master Sep 15, 2016
@lbergelson lbergelson deleted the tw_write_splitting_bai branch September 15, 2016 20:00
tomwhite added a commit that referenced this pull request Dec 9, 2016
lbergelson pushed a commit that referenced this pull request Jan 10, 2017
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.

3 participants