As a convenience, raptor prepare creates a minimiser.list file in the output directory. This file can be used as input for raptor layout and raptor build.
--output
The output file name.
--threads
The number of threads to use. Both IBF and HIBF construction can heavily benefit from parallelisation.
--quiet
By default, runtime and memory statistics are printed to stderr at the end.
This flag disables this behaviour.
--kmer
Read from layout file. The read value can be overwritten with this option. However, a warning will be emitted to prevent accidentally overwriting k.
Read from layout file. The read value can be overwritten with this option. However, a warning will be emitted to prevent accidentally overwriting fpr.
Sets an upper bound for Bloom Filter false positives. Recommendation: default value (0.05)
• A lower fpr limits the number of false-positive results, but increases index size.
• A higher fpr can help to reduce memory consumption in cases where false-positive k-mers have little effect.
See also: Bloom Filter Calculator.
Read from layout file. The read value can be overwritten with this option. However, a warning will be emitted to prevent accidentally overwriting h.
The number of hash functions to use for Bloom Filters. Influences the index size. Recommendation: default value (2)
It should only be changed for experimentation.
See also: Bloom Filter Calculator.
--parts
Not yet available.
Splits the index. Lower memory consumption, but higher runtime cost when searching. Output files will have a suffix _x, where x is a number.