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

Namespaces

 raptor
 
 raptor::hibf
 Must be first include.
 

Functions

template<seqan3::data_layout data_layout_mode>
void raptor::hibf::read_chopper_pack_file (build_data< data_layout_mode > &data, std::string const &chopper_pack_filename)
 
template void raptor::hibf::read_chopper_pack_file< seqan3::data_layout::uncompressed > (build_data< seqan3::data_layout::uncompressed > &, std::string const &)
 
template void raptor::hibf::read_chopper_pack_file< seqan3::data_layout::compressed > (build_data< seqan3::data_layout::compressed > &, std::string const &)