Scroll to navigation

BCALM(1) User Commands BCALM(1)

NAME

bcalm - de Bruijn compaction in low memory

DESCRIPTION

Bioinformatics tool for constructing the compacted de Bruijn graph from sequencing data.

[bcalm_1 options]

number of cores [default '0']
(1 arg) : verbosity level [default '1']
(0 arg) : version
(0 arg) : help
[graph options]
(0 arg) : don't construct the MPHF
[kmer count options]
(1 arg) : reads file [default '']
(1 arg) : size of a kmer [default '31']
(1 arg) : min abundance threshold for solid kmers [default '2']
(1 arg) : max abundance threshold for solid kmers [default '2147483647']
(1 arg) : when solidity-kind is custom, specifies list of files where kmer must be present [default '']
(1 arg) : max memory (in MBytes) [default '5000']
(1 arg) : max disk (in MBytes) [default '0']
(1 arg) : output file [default '']
(1 arg) : output directory [default '.']
(1 arg) : output directory for temporary files [default '.']
(1 arg) : h5 compression level (0:none, 9:best) [default '0']
(1 arg) : storage type of kmer counts ('hdf5' or 'file') [default 'hdf5']
(1 arg) : compute the 2D histogram (with first file = genome, remaining files = reads) [default '0']
(1 arg) : output the kmer abundance histogram [default '0']
[kmer count, advanced performance tweaks options]
(1 arg) : minimizer type (0=lexi, 1=freq) [default '1']
(1 arg) : size of a minimizer [default '10']
minimizer repartition (0=unordered, 1=ordered) [default '1']
[bloom options]
(1 arg) : bloom type ('basic', 'cache', 'neighbor') [default 'neighbor']
(1 arg) : debloom type ('none', 'original' or 'cascading') [default 'cascading']
debloom impl ('basic', 'minimizer') [default 'minimizer']
[branching options]
branching type ('none' or 'stored') [default 'stored']
(1 arg) : topological information level (0 for none) [default '0']
[general options]
(0 arg) : dump config only
(1 arg) : number of cores [default '0']
(1 arg) : verbosity level [default '1']
integers precision (0 for optimized value) [default '0']
[debug
options]
(0 arg) : debug function, redo the bcalm algo
(0 arg) : same, but skip bcalm
(0 arg) : same, but redo bglue
(0 arg) : same, but skip bglue
(0 arg) : same, but redo links
(0 arg) : same, but skip links
number of glue partitions (automatically calculated by default) [default '0']

AUTHOR

This manpage was written by Shayan Doust for the Debian distribution and can be used for any other usage of the program.

September 2019 bcalm 2.2.1