-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement htslib basemod api (#385)
* implement htslib basemod API * add error types for basemod API * fix formatting with cargo fmt * fix linter warnings * update `hts-sys` to new release `2.1.0` * update to available version of `hts-sys`, now `2.1.1` * ask rustdoc to ignore example code * hide code in doctest instead of ignore * try the fix that doctest failure suggests * import basemod doctest, add test data from htslib * add additional tests for basemod API * update base mod tests with cargo fmt --------- Co-authored-by: David Laehnemann <[email protected]>
- Loading branch information
1 parent
e89538d
commit 8beee14
Showing
5 changed files
with
377 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.