fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Namespaces | Functions
precompute_threshold.cpp File Reference

Provides stuff. More...

#include <fstream>
#include <cereal/types/vector.hpp>
#include <raptor/threshold/logspace.hpp>
#include <raptor/threshold/multiple_error_model.hpp>
#include <raptor/threshold/one_error_model.hpp>
#include <raptor/threshold/one_indirect_error_model.hpp>
#include <raptor/threshold/precompute_threshold.hpp>

Namespaces

 raptor
 
 raptor::threshold
 

Functions

std::string const raptor::threshold::threshold_filename (threshold_parameters const &arguments)
 
void raptor::threshold::write_thresholds (std::vector< size_t > const &vec, threshold_parameters const &arguments)
 
bool raptor::threshold::read_thresholds (std::vector< size_t > &vec, threshold_parameters const &arguments)
 
std::vector< size_t > raptor::threshold::precompute_threshold (threshold_parameters const &arguments)
 

Detailed Description

Provides stuff.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>