Skip to content

feat: Adding from_hashmap for bam Header #473

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrvollger
Copy link
Contributor

Hi there,

For bam headers I often want to take the results from bam:Header:to_hashmap manipulate it and create a new header from that hashmap. This is a simple PR that adds a from_hashmap function that allows this.

Cheers,
Mitchell

@mrvollger mrvollger changed the title Adding from_hashmap for bam Header feat: Adding from_hashmap for bam Header Apr 29, 2025
@coveralls
Copy link

coveralls commented Apr 29, 2025

Pull Request Test Coverage Report for Build 14738329579

Details

  • 0 of 9 (0.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.3%) to 83.282%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/bam/header.rs 0 9 0.0%
Files with Coverage Reduction New Missed Lines %
src/bcf/record.rs 1 79.74%
src/bam/pileup.rs 2 81.82%
Totals Coverage Status
Change from base Build 13877817877: -0.3%
Covered Lines: 2720
Relevant Lines: 3266

💛 - Coveralls

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