.TH RAPTOR-UPGRADE 1 "Unavailable" "raptor-upgrade 3.0.1 (commit unavailable)" "" .SH NAME Raptor-upgrade \- A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences. .SH SYNOPSIS \fBraptor\fP upgrade --input --output [--fpr |--bins ] .SH DESCRIPTION Upgrades a Raptor index created with Raptor 2.0 to be compatible with Raptor 3.0. .sp The only new parameter need is the false positive rate. The false positive rate affects the search results. This can be done in three different ways: .sp \fB1)\fP Pass the false positive rate via --fpr. .sp \fB2)\fP The false positive rate can be automatically determined if the paths of the files used to build the index are still available. .sp \fB3)\fP Pass a file containing the path to the original files, one line per file. The false positive rate can then be automatically determined. The order of the files does not matter. The file with the most k-mers will determine the false positive rate. .SH OPTIONS .TP \fB--fpr\fP (\fIdouble\fP) The false positive rate. Mutually exclusive with --bins. Default: None. Value must be in range [0.000000,1.000000]. .TP \fB--bins\fP (\fIstd::filesystem::path\fP) File containing one file per line per bin. Mutually exclusive with --fpr. Default: None. The input file must exist and read permissions must be granted. .TP \fB--input\fP (\fIstd::filesystem::path\fP) The index to upgrade. Parts: Without suffix _0 .TP \fB--output\fP (\fIstd::filesystem::path\fP) Path to new index. .SS Common options .TP \fB-h\fP, \fB--help\fP Prints the help page. .TP \fB-hh\fP, \fB--advanced-help\fP Prints the help page including advanced options. .TP \fB--version\fP Prints the version information. .TP \fB--copyright\fP Prints the copyright/license information. .TP \fB--export-help\fP (std::string) Export the help page information. Value must be one of [html, man, ctd, cwl]. .SH EXAMPLES raptor upgrade --input old.index --output new.index .sp raptor upgrade --input old.index --output new.index --fpr 0.05 .sp raptor upgrade --input old.index --output new.index --bins bins.list .SH VERSION \fBLast update: \fRUnavailable .br \fBRaptor-upgrade version: \fR3.0.1 (commit unavailable) .br \fBSharg version: \fR1.1.1 .br \fBSeqAn version: \fR3.3.0 .SH URL https://github.com/seqan/raptor .SH LEGAL \fBRaptor-upgrade Copyright: \fRBSD 3-Clause License .br \fBAuthor: \fREnrico Seiler .br \fBContact: \fRenrico.seiler@fu-berlin.de .br \fBSeqAn Copyright: \fR2006-2023 Knut Reinert, FU-Berlin; released under the 3-clause BSDL. .br \fBIn your academic works please cite: \fRRaptor: 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 .br For full copyright and/or warranty information see \fB--copyright\fR.