fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <seqan3/search/views/minimiser_hash.hpp>
#include <raptor/adjust_seed.hpp>
#include <raptor/dna4_traits.hpp>
#include <raptor/search/do_parallel.hpp>
#include <raptor/search/load_index.hpp>
#include <raptor/search/search_multiple.hpp>
#include <raptor/search/sync_out.hpp>
#include <raptor/threshold/threshold.hpp>
Namespaces | |
raptor | |
Functions | |
template<bool compressed> | |
void | raptor::search_multiple (search_arguments const &arguments) |
template void | raptor::search_multiple< false > (search_arguments const &arguments) |
template void | raptor::search_multiple< true > (search_arguments const &arguments) |