Skip to content

v0.5.7

Compare
Choose a tag to compare
@mdshw5 mdshw5 released this 10 Dec 15:10
· 256 commits to master since this release
94b8980
  • 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)