Skip to content

Releases: mdshw5/pyfaidx

v0.2.2

13 Feb 19:33
Compare
Choose a tag to compare

New in version 0.2.2:

  • Fasta can receive the strict_bounds argument

v0.2.1

13 Feb 19:33
Compare
Choose a tag to compare

New in version 0.2.1:

  • FastaRecord str attribute returns a string
  • Fasta is now an iterator

v0.2.0

13 Feb 19:34
Compare
Choose a tag to compare

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

13 Feb 19:34
Compare
Choose a tag to compare

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

13 Feb 19:34
Compare
Choose a tag to compare

New in version 0.1.8:

  • key_function keyword argument to Fasta allows lookup based on
    function output