Releases: addityea/apoco
Releases · addityea/apoco
v1.0.0
v0.5.0-beta
Full Changelog: v0.4.2-beta...v0.5.0-beta
Enhancements
- Results written in an incremental order: Memory efficient and can salvage outputs in case of failed run.
- Program skips a broken BAM file instead of failing the whole run.
v0.4.2-beta
Full Changelog: v0.4.1-beta...v0.4.2-beta
v0.4.1-beta
Full Changelog: v0.4.0-beta...v0.4.1-beta
Fixed a bug that would generate wrong counts.
v0.4.0-beta
Full Changelog: v0.3.2-beta...v0.4.0-beta
Rolling back certain changes to the relative position calculation logic due to bugs in quality scores where the BAM file would have reads with unequal quality score and sequence lengths.
v0.3.2-beta
Full Changelog: v0.3.1-beta...v0.3.2-beta
The program now skips the reads where the quality scores are not covering the whole sequence.
v0.3.1-beta
What's Changed
- Fixed relative positions calculation. by @Aditya-88 in #4
Full Changelog: v0.3.0-beta...v0.3.1-beta
v0.3.0-beta
What's Changed
- Fix relative positions v0.3.0-beta by @Aditya-88 in #3
Full Changelog: v0.2.3-beta...v0.3.0-beta
v0.2.3-beta
What's Changed
- Better logs by @Aditya-88 in #2
New Contributors
- @Aditya-88 made their first contribution in #2
Full Changelog: v0.2.2-beta...v0.2.3-beta
v0.2.2-beta
Full Changelog: v0.2.1-beta...v0.2.2-beta
- Option: Provide output file name
- Stripping only the file extension from the input file for report