fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <robin_hood.h>
#include <seqan3/io/sequence_file/input.hpp>
#include <seqan3/search/views/minimiser_hash.hpp>
#include <raptor/adjust_seed.hpp>
#include <raptor/build/call_parallel_on_bins.hpp>
#include <raptor/build/compute_minimiser.hpp>
#include <raptor/dna4_traits.hpp>
Namespaces | |
namespace | raptor |
Functions | |
bool | raptor::check_for_fasta_format (std::vector< std::string > const &valid_extensions, std::string const &file_path) |
void | raptor::compute_minimiser (build_arguments const &arguments) |