Releases: mdshw5/pyfaidx
Releases · mdshw5/pyfaidx
v0.2.4
New in version 0.2.4:
- Faidx index order is stable and non-random
v0.2.3
- Fixed a bug affecting Python 2.6
v0.2.2
New in version 0.2.2:
- Fasta can receive the strict_bounds argument
v0.2.1
New in version 0.2.1:
- FastaRecord str attribute returns a string
- Fasta is now an iterator
v0.2.0
New in version 0.2.0:
- as_raw keyword arg for Faidx and Fasta allows a simple string
return type
- str method for FastaRecord returns entire contig sequence
v0.1.9
New in version 0.1.9:
- line wrapping of
faidx
is set based on the wrapping of the indexed
fasta file
- added
--reverse
and --complement
arguments to faidx
v0.1.8
New in version 0.1.8:
key_function
keyword argument to Fasta
allows lookup based on
function output