Skip to content

Releases: mdshw5/pyfaidx

v0.6.3

28 Oct 19:38
e5ecb62
Compare
Choose a tag to compare
  • FastaVariant raises an exception when the requested sequence is not present in both the FASTA and VCF file (#180) (Thanks @lldelisle!)

v0.6.2

30 Aug 14:48
f67ae6c
Compare
Choose a tag to compare
  • Fixed reverse and complement cli parameters to also work with sequence transformation (#178)

v0.6.1

14 Jul 13:40
ba45fd5
Compare
Choose a tag to compare
  • Add better documentation in help text #177

v0.6.0

29 Jun 23:03
d35a73c
Compare
Choose a tag to compare

v0.5.9.5

28 Feb 01:32
3a4d405
Compare
Choose a tag to compare

This is a small bug fix for #172, and allows proper counting of all IUPAC bases when using faidx --transform nucleotide.

v0.5.9.2

08 Dec 23:10
30b9e16
Compare
Choose a tag to compare

This release fixes a bug encountered when retrieving sequence from FASTA files with "Windows" line endings ("/r/n") #141. Thanks @andrewhill157. There is no need to re-index files.

v0.5.9.1

29 Jul 14:32
79273ee
Compare
Choose a tag to compare
  • Refactored FAI writing to account for system locale setting (#166) @folded

v0.5.9

22 Jun 21:17
2c9f369
Compare
Choose a tag to compare
  • more efficient iterator method for Fasta objects in #163 (thanks @C-nit)

v0.5.8

16 Jan 18:35
f8db508
Compare
Choose a tag to compare

v0.5.7

10 Dec 15:10
94b8980
Compare
Choose a tag to compare
  • Fasta instances now have dictionary methods: Fasta.keys returns sequence names, Fasta.values returns FastaRecord instances, and Fasta.items returns a tuple of (key, value) pairs. #156 (thanks @Maarten-vd-Sande)