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

Replace HMMER with PyHMMER #219

Merged
merged 5 commits into from
Aug 11, 2023

Conversation

jhahnfeld
Copy link
Contributor

PyHMMER provides bindings to HMMER3 and allows functions like hmmsearch to be used directly in Python without temporary files.
It is faster compared to HMMER because of a new parallelization model and provides identical results.

README.md Outdated Show resolved Hide resolved
bakta/features/cds.py Outdated Show resolved Hide resolved
bakta/features/orf.py Outdated Show resolved Hide resolved
@oschwengers oschwengers self-assigned this Aug 11, 2023
@oschwengers oschwengers added the enhancement New feature or request label Aug 11, 2023
@oschwengers oschwengers added this to the v1.9.0 milestone Aug 11, 2023
@oschwengers oschwengers merged commit 3415e89 into oschwengers:main Aug 11, 2023
@oschwengers
Copy link
Owner

Now, that @althonos made a clear statement, we're confident to use Pyhmmer in Bakta's production code.

@oschwengers oschwengers changed the title Replace hmmer with py hmmer Replace HMMER with PyHMMER Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants