RAPTOR-UPGRADE(1) | RAPTOR-UPGRADE(1) |
Raptor-upgrade - A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences.
raptor upgrade --input <file> --output <file> [--fpr <number>|--bins <file>]
Upgrades a Raptor index created with Raptor 2.0 to be compatible with Raptor 3.0.
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:
1) Pass the false positive rate via --fpr.
2) The false positive rate can be automatically determined if the paths of the files used to build the index are still available.
3) 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.
raptor upgrade --input old.index --output new.index
raptor upgrade --input old.index --output new.index --fpr 0.05
raptor upgrade --input old.index --output new.index --bins bins.list
Last update: Unavailable
Raptor-upgrade version: 3.0.1 (commit unavailable)
Sharg version: 1.1.1
SeqAn version: 3.3.0-rc.2
https://github.com/seqan/raptor
Raptor-upgrade 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-upgrade 3.0.1 (commit unavailable) |