RAPTOR-SEARCH(1) | RAPTOR-SEARCH(1) |
Raptor-search - A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences.
raptor search --index <file> --query <file> --output <file> [--threads <number>] [--quiet] [--error <number>|--threshold <number>] [--query_length <number>] [--tau <number>] [--pmax <number>] [--cache-thresholds]
Queries a Raptor index.
If no option is set, --error 0 will be used as default.
Setting --query_length also skips validations associated with the query
length, e.g., too long/short queries or a high variance in the query
lengths. Notably, queries that are shorter than the window size result in
undefined behavior.
These option have no effect when using --threshold or k-mer
size == window size.
A higher threshold means that less, in the extreme case even false negative,
results will be produced.
A lower threshold means that more, possibly false positive, results will be
produced.
raptor search --index raptor.index --query queries.fastq --output search.output
raptor search --index raptor.index --query queries.fastq --output search.output --threshold 0.7
raptor search --index raptor.index --query queries.fastq --output search.output --error 2
raptor search --index raptor.index --query queries.fastq --output search.output --error 2 --query_length 250
Last update: Unavailable
Raptor-search version: 3.0.1 (commit unavailable)
Sharg version: 1.1.1
SeqAn version: 3.3.0-rc.2
https://github.com/seqan/raptor
Raptor-search 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-search 3.0.1 (commit unavailable) |