File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+
118Release 0.4-r165 (23 December 2019)
219-----------------------------------
320
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments