fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <robin_hood.h>
#include <raptor/argument_parsing/build_arguments.hpp>
#include <raptor/build/hibf/build_data.hpp>
Go to the source code of this file.
Namespaces | |
raptor | |
raptor::hibf | |
Must be first include. | |
Functions | |
template<seqan3::data_layout data_layout_mode> | |
size_t | raptor::hibf::hierarchical_build (robin_hood::unordered_flat_set< size_t > &parent_kmers, lemon::ListDigraph::Node const ¤t_node, build_data< data_layout_mode > &data, build_arguments const &arguments, bool is_root) |