Releases: guigolab/bamstats
Releases · guigolab/bamstats
Version 0.3.5
Version 0.3.4
Version 0.3.3
Version 0.3.2
Changelog
- Add version field in root command and remove
version.go
- Update
cobra
andpflag
dependencies - Set input flag as required to avoid panic if running with no flags - close #19
- Add installation instructions in
README.md
Version 0.3.1
Changelog
- Add check for int8 NH tag in general stats - fix #18
Version 0.3.0
Changelog
- Add RNA-seq stats from IHEC - close #17
- Add type method to Stats interface and update implementation - close #15
- Add method to stats.Map to output JSON - close #16
- Add tags to feature struct and GTF parsing function - close #14
- Add IHEC stats - close #10 #13
- Go back to normal map for annotation indices and use channel for goroutines synchronization - close #11
- Speed up updateIndex using OMT bulk-loading when creating the tree - #9
- Set runtime.NumCPU() as default number of cpus in bamstats command - close #12
- Improve annotation index generation using Rtree bulk load - close #9
- Add annotation scanner and reader to support GTF and BED format - close #8
- Fix CoverageStats collect method to skip missing chromosomes in the index - fixes #7
- Add workers and caller function for using BAM file index - resolves #4
- Use cli parameter to control number of cpus used for creating the region index - resolves #2
- Use goroutines when inserting points into the region index - closes #2
- Add support for compressed annotation file - closes #1