fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Public Member Functions | Public Attributes | List of all members
raptor::hibf::chopper_pack_record Struct Reference

#include <raptor/build/hibf/chopper_pack_record.hpp>

Public Member Functions

bool operator== (chopper_pack_record const &other) const
 
bool operator!= (chopper_pack_record const &other) const
 

Public Attributes

std::vector< std::string > filenames {}
 
std::vector< size_t > bin_indices {}
 
std::vector< size_t > number_of_bins {}
 
std::vector< size_t > estimated_sizes {}
 

Member Function Documentation

◆ operator!=()

bool raptor::hibf::chopper_pack_record::operator!= ( chopper_pack_record const &  other) const
inline

◆ operator==()

bool raptor::hibf::chopper_pack_record::operator== ( chopper_pack_record const &  other) const
inline

Member Data Documentation

◆ bin_indices

std::vector<size_t> raptor::hibf::chopper_pack_record::bin_indices {}

◆ estimated_sizes

std::vector<size_t> raptor::hibf::chopper_pack_record::estimated_sizes {}

◆ filenames

std::vector<std::string> raptor::hibf::chopper_pack_record::filenames {}

◆ number_of_bins

std::vector<size_t> raptor::hibf::chopper_pack_record::number_of_bins {}

The documentation for this struct was generated from the following file: