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

Do format updates on top of current commit rather than head. #46

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

Adamtaranto
Copy link
Collaborator

Ruff github action was checking out head of PR before making edits, this resulted in conflicts with the incoming commit if they edit the same python files.

See if checkout incoming commit fixes this.

@Adamtaranto Adamtaranto merged commit f9f2953 into main Sep 22, 2024
15 checks passed
@Adamtaranto Adamtaranto deleted the fix_ruff_action branch September 22, 2024 04:20
Adamtaranto added a commit that referenced this pull request Sep 23, 2024
* 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]>
Adamtaranto added a commit that referenced this pull request Sep 23, 2024
* 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]>
@ctb ctb mentioned this pull request Sep 23, 2024
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.

1 participant