fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <seqan3/core/algorithm/detail/execution_handler_parallel.hpp>
#include <seqan3/utility/views/chunk.hpp>
#include <seqan3/utility/views/zip.hpp>
#include <raptor/argument_parsing/build_arguments.hpp>
Go to the source code of this file.
Namespaces | |
namespace | raptor |
Functions | |
template<typename algorithm_t > | |
void | raptor::call_parallel_on_bins (algorithm_t &&worker, build_arguments const &arguments) |