Skip to content

Commit

Permalink
Release minigraph-0.7 (r310)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Nov 21, 2019
1 parent 7004aab commit 517880c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release 0.7-r310 (21 November 2019)
-----------------------------------

Notable changes:

* Increased the default maximum INDEL/event length from 10kb to 100kb for
assembly mapping and graph generation.

* Decreased the default minimum INDEL/event length from 250bp to 100bp.

* Accelerated graph mapping by pre-filtering isolated anchors and disconnected
linear chains. This triples the performance when long gaps are desired.

Due to the change of default parameters, this release generates graphs
different from the previous versions.

(21 November 2019, r310)



Release 0.6-r302 (17 November 2019)
-----------------------------------

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 "17 November 2019" "minigraph-0.6 (r302)" "Bioinformatics tools"
.TH minigraph 1 "21 November 2019" "minigraph-0.7 (r310)" "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.6-r307-dirty"
#define MG_VERSION "0.7-r310"

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

0 comments on commit 517880c

Please sign in to comment.