Skip to content

Commit

Permalink
Release minigraph-0.15 (r426)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 21, 2021
1 parent 05f5abf commit 7bdfc6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release 0.15-r426 (21 March 2021)
---------------------------------

Fixed a bug in bubble identification around inversions. This version should be
used together with the latest gfatools for consistency.

(21 March 2021, r426)



Release 0.14-r415 (19 December 2020)
------------------------------------

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.14-r425-dirty"
#define MG_VERSION "0.15-r426"

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

0 comments on commit 7bdfc6a

Please sign in to comment.