Skip to content

Make BAM record layout match BAM specs #26

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

Merged
merged 1 commit into from
Aug 2, 2020

Conversation

jakobnissen
Copy link
Member

This is the first in a chain of PRs related to #24 .

The bitwise memory layout is unchanged with this PR, actually. But instead of merging multiple fields in 32-bit integers, in this PR each field in a BAM record is given a field in the Record type. In this way, the Record type's field's layout matches exactly that in the BAM specification.
This is solely for simplicity of development. No changes to behaviour.

@CiaranOMara CiaranOMara merged commit 20dbf80 into BioJulia:develop Aug 2, 2020
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.

2 participants