Skip to content

Commit 78ce999

Browse files
committed
Release minigraph-0.12 (r389)
1 parent 9ec0cc4 commit 78ce999

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

NEWS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
Release 0.11-r371 (13 September 2020)
228
-------------------------------------
329

minigraph.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

minigraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)