fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Namespaces | Functions
update_user_bins.cpp File Reference
#include <lemon/list_graph.h>
#include <raptor/build/hibf/update_user_bins.hpp>

Namespaces

namespace  raptor
 
namespace  raptor::hibf
 Must be first include.
 

Functions

template<seqan3::data_layout data_layout_mode>
void raptor::hibf::update_user_bins (build_data< data_layout_mode > &data, std::vector< int64_t > &filename_indices, chopper_pack_record const &record)
 
template void raptor::hibf::update_user_bins< seqan3::data_layout::uncompressed > (build_data< seqan3::data_layout::uncompressed > &, std::vector< int64_t > &, chopper_pack_record const &)
 
template void raptor::hibf::update_user_bins< seqan3::data_layout::compressed > (build_data< seqan3::data_layout::compressed > &, std::vector< int64_t > &, chopper_pack_record const &)