Skip to content

Commit

Permalink
Release minigraph-0.21 (r606)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Apr 21, 2024
1 parent 4e1a9cd commit 7e3e65c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release 0.21-r606 (21 April 2024)
---------------------------------

Notable changes:

* New feature: added `mgutils-es6.js` for converting merged BED to VCF. This
replaces the older BED-to-VCF converter. This script requires k8 v1.0.

* New feature: output a new `ds:Z` tag. `ds` is similar to `cs` but it
additionally indicates microhomology around INDELs.

* New experimental feature: added `gafcall.js` for calling structural
variants. This script will be moved a separate repo in future.

(21 April 2024, r606)



Release 0.20-r559 (20 November 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 "20 November 2022" "minigraph-0.20 (r559)" "Bioinformatics tools"
.TH minigraph 1 "21 April 2024" "minigraph-0.21 (r606)" "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.20-r574-dirty"
#define MG_VERSION "0.21-r606"

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

0 comments on commit 7e3e65c

Please sign in to comment.