Skip to content

Releases: fawaz-dabbaghieh/gfa_subgraphs

Second release

11 Dec 20:16
Compare
Choose a tag to compare

Updates:

  • Bugfix in BFS and now it's multithreaded, in case the user had too many start nodes and the neighborhood size is big
  • Connected components now outputs n biggest component instead of all of them, also user can choose to sort the components based on seq size or node size
  • other minor bug fixes

First release

02 Mar 19:42
Compare
Choose a tag to compare

GFASubgraph extracts a subgraph of user-defined size around a node. It can also separate connected components into individual GFA files. First release, might have some bugs