Releases: haowenz/chromap
Releases · haowenz/chromap
v0.1.3 (r256)
Chromap v0.1.3 now can be installed on macOS via Conda!
This release includes the following improvement or bug fix.
- Try to support compiling with clang.
- Make the output in pairs format deterministic when using different number of threads. (This release has no difference with the previous release on results in pairs format after sorting by read names.)
Note that there is no need to update to this version if you use Chromap v0.1.2 to process your data.
v0.1.2 (r244)
This release includes the following improvement or bug fix.
- Fix an issue in generating SAM in low memory mode.
- Perform an actual trim on the sequences and their base quality scores.
- Improve the documentation.
v0.1.1 (r234)
This release includes the following improvement or bug fix.
- Output MAPQ in BED.
- Add CB tag for corrected barcodes in SAM.
- Output seq and qual in SAM.
- Fix a memory leak when outputing SAM.
- Fix an issue when no read is mapped.
- Fix an issue of wrong start position for reverse alignments in SAM.
- Improve MAPQ estimation for single-end read mappings.
- Add the option "--read-format" for customized read and barcode format.
- Support barcode size up to 32bp.
- Improve candidate cache efficiency.
- Fix an issue causing cache store empty entries.
- Support output of version number.
- Add a man page to explain the setting of each parameter.
Chromap-v0.1
Initial release of Chromap.