Skip to content

Commit

Permalink
Release minigraph-0.16 (r436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Feb 21, 2022
1 parent a602165 commit 47829df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release 0.16-r436 (21 February 2022)
------------------------------------

Notable changes:

* Improvement: 2-level chaining. This is a feature backported from minimap2.
It speeds up graph generation for human graphs.

* Improvement: break a chain at poorly aligned regions, another recent
minimap2 feature.

* Added the script for generating figures in the minigraph paper.

(21 February 2022, r436)



Release 0.15-r426 (21 March 2021)
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion minigraph.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH minigraph 1 "19 December 2020" "minigraph-0.14 (r415)" "Bioinformatics tools"
.TH minigraph 1 "21 February 2022" "minigraph-0.16 (r436)" "Bioinformatics tools"

.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion minigraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdint.h>
#include "gfa.h"

#define MG_VERSION "0.15-r435-dirty"
#define MG_VERSION "0.16-r436"

#define MG_M_SPLICE 0x10
#define MG_M_SR 0x20
Expand Down

0 comments on commit 47829df

Please sign in to comment.