|
fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
Provides stuff. More...
#include <fstream>#include <cereal/types/vector.hpp>#include <raptor/threshold/logspace.hpp>#include <raptor/threshold/pascal_row.hpp>#include <raptor/threshold/precompute_correction.hpp>Namespaces | |
| namespace | raptor |
| namespace | raptor::threshold |
Functions | |
| std::string const | raptor::threshold::correction_filename (threshold_parameters const &arguments) |
| void | raptor::threshold::write_correction (std::vector< size_t > const &vec, threshold_parameters const &arguments) |
| bool | raptor::threshold::read_correction (std::vector< size_t > &vec, threshold_parameters const &arguments) |
| std::vector< size_t > | raptor::threshold::precompute_correction (threshold_parameters const &arguments) |
Provides stuff.