Skip to content

Commit 4c692f6

Browse files
committed
Update to v2.3.2
1 parent 4c9307e commit 4c692f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## v2.3.2 - 2023-08-21
2+
3+
### Fixed
4+
- Improve error message when read length is too short for MM tag
5+
16
## v2.3.1 - 2023-05-10
27

38
### Fixed
49
- Fix HP tag parse
5-
- The HP tag parser was not handling all possible binary representations of the HP tag in BAM format.
10+
- The HP tag parser was not handling all possible binary int representations in BAM format
11+
- Fixes #47
612

713
## v2.3.0 - 2023-05-02
814

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The input alignment file should contain mapped reads in BAM or CRAM format and h
4141
`.csi` or `.crai`). 5mC base modification values are read from the `MM` and `ML` auxiliary tags which encode base
4242
modifications and confidence values. These tags are further described in the
4343
[SAM tag specification document](https://samtools.github.io/hts-specs/SAMtags.pdf).
44-
These are the default tags generated by [primrose](https://github.com/PacificBiosciences/primrose) for 5mC modifications
44+
These are the default tags generated by [jasmine](https://github.com/PacificBiosciences/jasmine) for 5mC modifications
4545
on HiFi reads.
4646

4747
Note the following additional requirements on the input alignment file:

0 commit comments

Comments
 (0)