-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add toml package as testing dependency. * Add version attribute to new KmerCountTable instances. * Test version attribute. * Track total bases consumed with attr consumed * Add tests for consumed attr * Add sum_counts attr to get total counts in table. * Add tests for sum_counts attr * Add __len__ method to get total unique kmer count. * Add tests for __len__ method. * Add __getitem__ and __setitem__ methods * Tests for __getitem__ and __setitem__ dunder methods. * Make KmerCountTable iterable * Add tests for __iter__ * Add serde and flate2 * Add serialisation support * Add serialisation tests * Add niffler * sort imports * Use niffler for gzip read/write * Style fixes by Ruff * bump serde * MRG: update serialization code (#49) * Do format updates on top of current commit rather than head. (#46) * update serde_json version * switch to using built-in temp_path * write two additional tests * Style fixes by Ruff * clean up docstrings viz cargo doc --document-private-items --------- Co-authored-by: Adam Taranto <[email protected]> Co-authored-by: ctb <[email protected]> --------- Co-authored-by: Adamtaranto <[email protected]> Co-authored-by: C. Titus Brown <[email protected]> Co-authored-by: ctb <[email protected]>
- Loading branch information
1 parent
bef0bbd
commit 7b49c89
Showing
4 changed files
with
301 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.