Releases: althonos/pyhmmer
Releases · althonos/pyhmmer
v0.10.15
Added
query
propertyTopHits
referencing the original object used to create theTopHits
#76.
Changed
- Require the query object to create a
TopHits
object. - Make
TopHits
generic over itsquery
property. - Deprecate old query properties of
TopHits
(query_name
,query_length
,query_accession
).
Removed
- Detection of SSE flush from
setup.py
(#71).
v0.10.14
v0.10.13
Changed
- Allow
AlphabetMismatch
error to allow for an unknown actual alphabet. - Make
HMMFile
andHMMPressedFile
raiseAlphabetMismatch
on files with mixed alphabets.
Fixed
- Avoid calling
fclose
with null pointers inSequence.write
andMSA.write
.
v0.10.12
v0.10.11
Fixed
- Compilation of Easel and HMMER code not using SSE4.1 extensions.
v0.10.10
Fixed
- Implement
write
function forfopencookie
withoff_t
instead ofoff64_t
for compatibility. - Fix handling of NULL buffers passed to
read
andwrite
methods offopencookie
.
v0.10.9
v0.10.8
Added
- Getter to access the strand of a
Domain
produced by aLongTargetsPipeline
.
Changed
- Display model and cutoff names in
MissingCutoffs
error message, if any. - Allow
LongTargetsPipeline
to be configured with window length and beta parameters. - Make
nhmmer
use the window length and beta from the options when creating aBuilder
.
Fixed
nhmmer
not computing E-values for non-default window lengths (moshi4/pybarrnap#2).SequenceFile
andMSAFile
crashing with a segmentation fault when given the path to a folder rather than a file.
v0.10.7
v0.10.6
Added
armv7
andaarch64
to thePKGBUILD
architectures.
Changed
SSIReader
andSSIWriter
constructors now accept path-like objects.- Skip tests dependending on
importlib.resources.files
when it is not available on the host machine.
Fixed
- Memory leak caused by alphabet allocation in
Pipeline._scan_loop_file
.