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

feat: Add fasta::build function + FaidxBuildError #418

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

PB-DB
Copy link
Contributor

@PB-DB PB-DB commented Feb 7, 2024

Adds rust_htslib::faidx::build, which builds a fasta index without a CLI call/external runtime dependency with a doctest.

Additionally adds FaidxBuildError enum entry to rust_htslib::errors::Error.

@PB-DB PB-DB changed the title Add fasta::build function + FaidxBuildError feat: Add fasta::build function + FaidxBuildError Feb 7, 2024
@coveralls
Copy link

coveralls commented Feb 22, 2024

Pull Request Test Coverage Report for Build 8021003689

Details

  • -1 of 13 (92.31%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 79.85%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/faidx/mod.rs 12 13 92.31%
Totals Coverage Status
Change from base Build 8010520476: 0.06%
Covered Lines: 2453
Relevant Lines: 3072

💛 - Coveralls

@johanneskoester johanneskoester merged commit 7c575ef into rust-bio:master Mar 27, 2024
10 checks passed
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

3 participants