-
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.
Refactor HMMER daemon and update dependencies 🚀
- Refactored `hmmer.py` to replace `SchedContext` with `h3daemon` for spawning and managing the daemon. - Updated the method for shutdown to leverage `h3daemon`. - Renamed test functions in `test_hmmer.py` and `test_press.py`. - Updated `h3daemon` dependency version in `pyproject.toml`. This refactor improves the codebase by utilizing the latest `h3daemon` API, which simplifies the HMMER daemon's spawn and shutdown processes, leading to cleaner and more maintainable code. Also, renaming test functions aligns with the simplified process, enhancing readability. 📊✨
- Loading branch information
Showing
5 changed files
with
14 additions
and
19 deletions.
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
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
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