fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Namespaces | Functions
search_socks.cpp File Reference
#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_socks.hpp>
#include <raptor/search/sync_out.hpp>

Namespaces

 raptor
 

Functions

template<bool compressed>
void raptor::search_socks (search_arguments const &arguments)
 
template void raptor::search_socks< false > (search_arguments const &arguments)
 
template void raptor::search_socks< true > (search_arguments const &arguments)