Releases: mdshw5/pyfaidx
Releases · mdshw5/pyfaidx
v0.5.3
v0.5.2
v0.5.1
v0.5.0.1
v0.5.0
- coordinates with start > end can be auto reverse complemented using
--auto-strand
argument (#120) --no-coords
flag infaidx
script suppresses "sequence:start-end" in output sequence headers (#121)Sequence.long_name
is deprecated in favor ofSequence.fancy_name
.Sequence.longname()
is now removed from the codebase after previous DeprecationWarnings.
v0.4.9.2
v0.4.9.1
v0.4.9
- Support for resolving duplicate keys using
duplicate_action
argument toFasta
- Support for BGZF (block gzip compressed) FASTA files (#77) (Thanks @terrycojones!)
- Support for numpy 32bit and 64bit integer comparisons (#114)
- Better file locking and buffer flushing (#110)