File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ Release 0.12-r389 (26 October 2020)
2+ -----------------------------------
3+
4+ Notable changes:
5+
6+ * Improve alignments towards ends of graph segments. If there is an SV close to
7+ the ends but not at the ends, older versions may produce an excessively
8+ large bubble including high-identity matches.
9+
10+ * Heuristically accelerates alignment in complex subgraphs by skipping
11+ many unnecessary sequence-aware graph traversals. This speeds up graph
12+ generation for CHM13 by three folds without obviously affecting accuracy.
13+
14+ * Added option --inv to optionally disable inversions. Graph traversal is hard
15+ with inversions.
16+
17+ * Fixed the bug that prevents large -K.
18+
19+ * Apply option -K4g to the asm preset.
20+
21+ * Added option --write-mz to output the positions of minimizer anchors.
22+
23+ (26 October 2020, r389)
24+
25+
26+
127Release 0.11-r371 (13 September 2020)
228-------------------------------------
329
Original file line number Diff line number Diff line change 1- .TH minigraph 1 "23 October 2020" "minigraph-0.11-dirty (r381 )" "Bioinformatics tools"
1+ .TH minigraph 1 "26 October 2020" "minigraph-0.12 (r389 )" "Bioinformatics tools"
22
33.SH NAME
44.PP
Original file line number Diff line number Diff line change 44#include <stdint.h>
55#include "gfa.h"
66
7- #define MG_VERSION "0.11-r388-dirty "
7+ #define MG_VERSION "0.12-r389 "
88
99#define MG_M_SPLICE 0x10
1010#define MG_M_SR 0x20
You can’t perform that action at this time.
0 commit comments