gfatools-0.5 (r234)
Pre-release
Pre-release
Many changes:
-
Use Tarjan's SCC algorithm to identify bubble. This algorithm is more robust
to inversions, but requires reference paths. -
Generate unitig sequences from assembly graphs.
-
Use BFS to extract subgraphs within a radius. The older code uses DFS which
is sometimes counter-intuitive.