RAPTOR-BUILD(1) | RAPTOR-BUILD(1) |
Raptor-build - A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences.
raptor build --input <file> --output <file> [--threads <number>] [--quiet] [--kmer <number>|--shape <01-pattern>] [--window <number>] [--fpr <number>] [--hash <number>] [--parts <number>] [--compressed]
Constructs a Raptor index.
The input may be a layout file from raptor layout, a list of minimiser files produced from raptor prepare, or a file with a list of files to process.
raptor build --input bins.list --kmer 19 --window 23 --fpr 0.05 --output raptor.index
raptor build --input bins.list --shape 11011 --window 8 --output raptor.index
raptor build --input bins.list --kmer 32 --window 32 --hash 3 --parts 4 --output raptor.index
raptor build --input minimiser.list --fpr 0.05 --output raptor.index
raptor build --input raptor.layout --output raptor.index
raptor build --input raptor.layout --fpr 0.05 --output raptor.index
Last update: Unavailable
Raptor-build version: 3.0.1 (commit unavailable)
Sharg version: 1.1.1
SeqAn version: 3.3.0-rc.2
https://github.com/seqan/raptor
Raptor-build Copyright: BSD 3-Clause License
Author: Enrico Seiler
Contact: enrico.seiler@fu-berlin.de
SeqAn Copyright: 2006-2023 Knut Reinert, FU-Berlin; released under the
3-clause BSDL.
In your academic works please cite: Raptor: A fast and space-efficient
pre-filter for querying very large collections of nucleotide sequences;
Enrico Seiler, Svenja Mehringer, Mitra Darvish, Etienne Turc, and Knut
Reinert; iScience 2021 24 (7): 102782. doi:
https://doi.org/10.1016/j.isci.2021.102782
For full copyright and/or warranty information see --copyright.
Unavailable | raptor-build 3.0.1 (commit unavailable) |