You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anton Korobeynikov edited this page Jul 31, 2022
·
4 revisions
spades-gbuilder is a standalone tool for de Bruijn graph construction from the set of input sequences. The tool supports a variety of input and output formats.
Synopsis
spades-gbuilder <dataset (in YAML or FASTA)> <output filename> [-k <value>] [-c] [-t <value>] [-tmpdir <dir>] [-b <value>] [-unitigs|-fastg|-gfa|-spades]
Mandatory arguments
First positional argument is either dataset description in SPAdes dataset YAML format (https://github.com/ablab/spades#sec3.2) or just plain FASTA-formatted input file
Second positional argument specifies an output file
Options
-k <int> k-mer length used for construction (must be odd, default: 21)
-t <int> number of CPU threads to use
-tmp-dir <dir_name> scratch directory to use
-b <int> sorting buffer size (per thread, in bytes, default is ~512 Mb), increasing it increases the memory consumption, but reduces disk usage
-c infer coverage, after graph construction infer the k-mer coverage of each node