mdshw5/simplesam
Simple pure Python SAM parser and objects for working with SAM records
13 Releases
Latest: 3mo ago
v0.1.4.2Latest
**Full Changelog**: https://github.com/mdshw5/simplesam/compare/v0.1.4.1...v0.1.4.2
v0.1.4.1
📋 What's Changed
- Merge pull request #22 from mdshw5/develop by @mdshw5 in https://github.com/mdshw5/simplesam/pull/24
- Add pileup script and move tests to Github Actions by @mdshw5 in https://github.com/mdshw5/simplesam/pull/25
- Add description of pileup.py to README by @mdshw5 in https://github.com/mdshw5/simplesam/pull/26
- Full Changelog: https://github.com/mdshw5/simplesam/compare/v0.1.4.0...v0.1.4.1
v0.1.4.0
Add support for appending to existing SAM files (#21). (thanks @xizhihui )
v0.1.3.2
📋 Changes
- fixes an issue with StopIteration in a generator for python 3.7 (#20)
v0.1.3.1
📋 Changes
- Minor fix for `Sam.coords` documentation (#19)
v0.1.3
📋 Changes
- `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
📋 Changes
- 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
📋 Changes
- Adds ability to define samtools path (closes #11)
v0.0.4Pre-release
Remove argparse requirement.
v0.0.3Pre-release
Improve performance when reading from BAM files.
v0.0.2
📋 Changes
- fixed subsampling generator method for `Reader`. (#4)
v0.0.1
This is the initial release, and while it works well is pretty much untested. Any contributions are welcome!
