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

Make bam_parse_cigar able to modify existing BAM records rather than partially parsed ones. #1651

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

jkbonfield
Copy link
Contributor

It makes little sense for this to exist as a public API when it's only capable of handling the internal during-SAM-parse situation, and the changes are relatively minor.

Also removes an undocumented assumption that end == &in, and fixes cut and paste errors in bam_aux2f API docs.

Fixes #1650

partially parsed ones.

It makes little sense for this to exist as a public API when it's only
capable of handling the internal during-SAM-parse situation, and the
changes are relatively minor.

Also fixes an undocumented assumption that end == &in.

Fixes samtools#1650
@whitwham whitwham merged commit f1b89df into samtools:develop Jul 31, 2023
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.

bam_parse_cigar possibly adds data to a wrong place
2 participants