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

#include <raptor/argument_parsing/upgrade_arguments.hpp>

Public Attributes

uint32_t window_size {}
 
uint8_t kmer_size {}
 
seqan3::shape shape {}
 
uint8_t parts {1u}
 
bool compressed {false}
 
std::filesystem::path bin_file {}
 
std::filesystem::path in_file {}
 
std::filesystem::path out_file {}
 
std::vector< std::vector< std::string > > bin_path {}
 

Member Data Documentation

◆ bin_file

std::filesystem::path raptor::upgrade_arguments::bin_file {}

◆ bin_path

std::vector<std::vector<std::string> > raptor::upgrade_arguments::bin_path {}

◆ compressed

bool raptor::upgrade_arguments::compressed {false}

◆ in_file

std::filesystem::path raptor::upgrade_arguments::in_file {}

◆ kmer_size

uint8_t raptor::upgrade_arguments::kmer_size {}

◆ out_file

std::filesystem::path raptor::upgrade_arguments::out_file {}

◆ parts

uint8_t raptor::upgrade_arguments::parts {1u}

◆ shape

seqan3::shape raptor::upgrade_arguments::shape {}

◆ window_size

uint32_t raptor::upgrade_arguments::window_size {}

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