fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <chrono>
#include <future>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | raptor |
Functions | |
template<typename algorithm_t > | |
void | raptor::do_parallel (algorithm_t &&worker, size_t const num_records, size_t const threads, double &compute_time) |