Skip to content

Commit

Permalink
Document gfa splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed May 31, 2024
1 parent 4d25048 commit 7f5f692
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ Additional options are:
original graph


## Graph splitting
Graph splitting tool `spades-gfa-split` partitions input assembly graph (provided in GFA format) into subgraphs corresponding to its undirected components (i.e. the components of the undirected graphs that is obtained by ignoring the orientations of edges). GFA paths, if present, are preserved and splitted as well.

Synopsis: `spades-gfa-split <graph (in GFA)> <output base>`

The components will be emitted as `subgraph_NNN.gfa` files inside `<output base>` directory.

## hybridSPAdes aligner

Expand Down

0 comments on commit 7f5f692

Please sign in to comment.