You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Threading performance is sub-optimal in HMMSearch compared to PyHMMER
Describe the solution you'd like
Either using the official API in the backend of your scripts or the CLI wrapper I made: https://github.com/jolespin/pyhmmsearch which is basically just a wrapper around the main PyHMMER bindings. One good thing about pyhmmsearch (the wrapper) is that it outputs a properly formatted tsv.
Describe alternatives you've considered
Factor in extra overhead costs and bubbles in compute due to inefficient threading.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Threading performance is sub-optimal in HMMSearch compared to PyHMMER
Describe the solution you'd like
Either using the official API in the backend of your scripts or the CLI wrapper I made: https://github.com/jolespin/pyhmmsearch which is basically just a wrapper around the main PyHMMER bindings. One good thing about pyhmmsearch (the wrapper) is that it outputs a properly formatted tsv.
Describe alternatives you've considered
Factor in extra overhead costs and bubbles in compute due to inefficient threading.
The text was updated successfully, but these errors were encountered: