1- Release 2.27-rXXXX (XX March 2024)
1+ Release 2.27-r1193 (12 March 2024)
22----------------------------------
33
44Notable changes to minimap2:
@@ -8,14 +8,17 @@ Notable changes to minimap2:
88 clear if this preset also works well for PacBio HiFi reads.
99
1010 * New feature: added the ` map-iclr ` preset for Illumina Complete Long Reads
11- (#1069 ), provided by Illumina developers. This change also added option ` -b `
12- to specify mismatch penalty for transition mutations.
11+ (#1069 ), provided by Illumina developers.
1312
14- * New feature: added option ` --ds ` to generate a new ` ds:Z ` tag. ` ds `
13+ * New feature: added option ` -b ` to specify mismatch penalty for base
14+ transitions (i.e. A-to-G or C-to-T changes).
15+
16+ * New feature: added option ` --ds ` to generate a new ` ds:Z ` tag that
1517 indicates uncertainty in INDEL positions. It is an extension to ` cs ` . The
1618 ` mgutils-es6.js ` script in minigraph parses ` ds ` .
1719
18- * Bugfix: avoided a NULL pointer dereference (#1154 ).
20+ * Bugfix: avoided a NULL pointer dereference (#1154 ). This would not have an
21+ effect on most systems but would still be good to fix.
1922
2023 * Bugfix: reverted the value of ` ms:i ` to pre-2.22 versions (#1146 ). This was
2124 an oversight. See fcd4df2 for details.
@@ -27,7 +30,9 @@ Notable changes to paftools.js and mappy:
2730 * Bugfix: fixed several compatibility issues with k8 v1.0 (#1161 and #1166 ).
2831 Subcommands "call", "pbsim2fq" and "mason2fq" were not working with v1.0.
2932
30- (2.27: XX March 2024, rXXXX)
33+ Minimap2 should output identical alignments to v2.26, except the ms tag.
34+
35+ (2.27: 12 March 2024, r1193)
3136
3237
3338
0 commit comments