File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.3.2 - 2023-08-21
2
+
3
+ ### Fixed
4
+ - Improve error message when read length is too short for MM tag
5
+
1
6
## v2.3.1 - 2023-05-10
2
7
3
8
### Fixed
4
9
- 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
6
12
7
13
## v2.3.0 - 2023-05-02
8
14
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The input alignment file should contain mapped reads in BAM or CRAM format and h
41
41
` .csi ` or ` .crai ` ). 5mC base modification values are read from the ` MM ` and ` ML ` auxiliary tags which encode base
42
42
modifications and confidence values. These tags are further described in the
43
43
[ 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
45
45
on HiFi reads.
46
46
47
47
Note the following additional requirements on the input alignment file:
You can’t perform that action at this time.
0 commit comments