Published July 19, 2021
| Version v0.4.5
Software
Open
althonos/pyhmmer: 0.4.5
Description
Added
OptimizedProfile.convert
method to configure an optimized profile from aProfile
without reallocating a newP7_OPROFILE
struct.
- Rewrite the
plan7.Pipeline
search loop to avoid reacquiring the GIL between reference sequences. - Require the reference sequences to be stored in a collection (instead of an iterable) when passing them to the
search_hmm
,search_msa
andsearch_seq
methods ofplan7.Pipeline
. - Avoid reallocating a new
OptimizedProfile
every time a new HMM is passed toPipeline.search_hmm
. - Relax the GIL while sorting and thresholding
TopHits
inPipeline
search methods.
Files
althonos/pyhmmer-v0.4.5.zip
Files
(7.2 MB)
Name | Size | Download all |
---|---|---|
md5:6da33dea223eac09a3d734d426d9c4e0
|
7.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/althonos/pyhmmer/tree/v0.4.5 (URL)