Releases: mdshw5/simplesam
Releases · mdshw5/simplesam
v0.1.4.0
Add support for appending to existing SAM files (#21). (thanks @xizhihui )
v0.1.3.2
- fixes an issue with StopIteration in a generator for python 3.7 (#20)
v0.1.3.1
- Minor fix for
Sam.coords
documentation (#19)
v0.1.3
Sam.tags
is now available immediately after object initialization. Previously Sam.tags
evaluated as None
unless a call had been made to Sam.__get__
or Sam.__set__
. (#16)
v0.1.2
- Added better support for SAMv1.4+ CIGAR operations (thanks @bede)
- Added
Writer.close()
and Reader.close()
methods (#12)
v0.1.1
First release containing documentation!
v0.0.5
- Adds ability to define samtools path (closes #11)
v0.0.4
Remove argparse requirement.
v0.0.3
Improve performance when reading from BAM files.