Skip to content

Commit

Permalink
Release minigraph-0.18 (r538)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed May 9, 2022
1 parent a917d06 commit c012ee4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release 0.18-r538 (9 May 2022)
------------------------------

This release uses heuristics to speed up base alignment in long divergent
regions. The heuristics does not guarantee optimal alignment but it reliably
produces alignment close to the optimal except in centromeres where the
algorithmically optimal alignment may not represent true evolution in biology.
The new version is 10-700% faster than v0.17 depending on input data and
parameters in use.

(9 May 2022, r538)



Release 0.17-r524 (29 April 2022)
---------------------------------

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 "29 April 2022" "minigraph-0.17 (r524)" "Bioinformatics tools"
.TH minigraph 1 "9 May 2022" "minigraph-0.18 (r538)" "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.17-dev-r535-dirty"
#define MG_VERSION "0.18-r538"

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

0 comments on commit c012ee4

Please sign in to comment.