Skip to content

Commit 195273e

Browse files
committed
Release gfatools-0.5 (r234)
1 parent 73ca1e1 commit 195273e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Release 0.5-r234 (21 March 2021)
2+
--------------------------------
3+
4+
Many changes:
5+
6+
* Use Tarjan's SCC algorithm to identify bubble. This algorithm is more robust
7+
to inversions, but requires reference paths.
8+
9+
* Generate unitig sequences from assembly graphs.
10+
11+
* Use BFS to extract subgraphs within a radius. The older code uses DFS which
12+
is sometimes counter-intuitive.
13+
14+
(21 March 2021, r234)
15+
16+
17+
118
Release 0.4-r165 (23 December 2019)
219
-----------------------------------
320

gfa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdio.h>
55
#include <stdint.h>
66

7-
#define GFA_VERSION "0.4-r233-dirty"
7+
#define GFA_VERSION "0.5-r234"
88

99
#define GFA_O_OV_EXT 0x1
1010
#define GFA_O_NO_SEQ 0x2

0 commit comments

Comments
 (0)