fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <chrono>
#include <raptor/argument_parsing/search_arguments.hpp>
#include <raptor/index.hpp>
Go to the source code of this file.
Namespaces | |
raptor | |
Functions | |
template<typename index_t > | |
void | raptor::load_index (index_t &index, search_arguments const &arguments, size_t const part, double &index_io_time) |
template<typename index_t > | |
void | raptor::load_index (index_t &index, search_arguments const &arguments, double &index_io_time) |
template<typename index_t > | |
void | raptor::load_index (index_t &index, std::filesystem::path const &path, double &index_io_time) |