|
| 1 | +Release 2.11-r797 (20 June 2018) |
| 2 | +-------------------------------- |
| 3 | + |
| 4 | +Changes to minimap2: |
| 5 | + |
| 6 | + * Improved alignment accuracy in low-complexity regions for SV calling. Thank |
| 7 | + @armintoepfer for multiple offline examples. |
| 8 | + |
| 9 | + * Added option --eqx to encode sequence match/mismatch with the =/X CIGAR |
| 10 | + operators (#156, #157 and #175). |
| 11 | + |
| 12 | + * When compiled with VC++, minimap2 generated wrong alignments due to a |
| 13 | + comparison between a signed integer and an unsigned integer (#184). Also |
| 14 | + fixed warnings reported by "clang -Wextra". |
| 15 | + |
| 16 | + * Fixed incorrect anchor filtering due to a missing 64- to 32-bit cast. |
| 17 | + |
| 18 | + * Fixed incorrect mapping quality for inversions (#148). |
| 19 | + |
| 20 | + * Fixed incorrect alignment involving ambiguous bases (#155). |
| 21 | + |
| 22 | + * Fixed incorrect presets: option `-r 2000` is intended to be used with |
| 23 | + ava-ont, not ava-pb. The bug was introduced in 2.10. |
| 24 | + |
| 25 | + * Fixed a bug when --for-only/--rev-only is used together with --sr or |
| 26 | + --heap-sort=yes (#166). |
| 27 | + |
| 28 | + * Fixed option -Y that was not working in the previous releases. |
| 29 | + |
| 30 | + * Added option --lj-min-ratio to fine control the alignment of long gaps |
| 31 | + found by the "long-join" heuristic (#128). |
| 32 | + |
| 33 | + * Exposed `mm_idx_is_idx`, `mm_idx_load` and `mm_idx_dump` C APIs (#177). |
| 34 | + Also fixed a bug when indexing without reference names (this feature is not |
| 35 | + exposed to the command line). |
| 36 | + |
| 37 | +Changes to mappy: |
| 38 | + |
| 39 | + * Added `__version__` (#165). |
| 40 | + |
| 41 | + * Exposed the maximum fragment length parameter to mappy (#174). |
| 42 | + |
| 43 | +Changes to paftools: |
| 44 | + |
| 45 | + * Don't crash when there is no "cg" tag (#153). |
| 46 | + |
| 47 | + * Fixed wrong coverage report by "paftools.js call" (#145). |
| 48 | + |
| 49 | +This version may produce slightly different base-level alignment. The overall |
| 50 | +alignment statistics should remain similar. |
| 51 | + |
| 52 | +(2.11: 20 June 2018, r797) |
| 53 | + |
| 54 | + |
| 55 | + |
1 | 56 | Release 2.10-r761 (27 March 2018) |
2 | 57 | --------------------------------- |
3 | 58 |
|
|
0 commit comments