Raptor 3.0.0-rc.1
A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences
 
raptor::prepare_arguments Struct Reference
+ Collaboration diagram for raptor::prepare_arguments:

Public Member Functions

void print_timings () const
 

Public Attributes

std::filesystem::path bin_file {}
 
std::vector< std::vector< std::string > > bin_path {}
 
timer< concurrent::yes > compute_minimiser_timer {}
 
uint8_t kmer_count_cutoff {1u}
 
uint8_t kmer_size {20u}
 
std::filesystem::path out_dir {"./"}
 
seqan3::shape shape {seqan3::ungapped{kmer_size}}
 
std::string shape_string {}
 
uint8_t threads {1u}
 
bool use_filesize_dependent_cutoff {false}
 
bool verbose {false}
 
timer< concurrent::yes > wall_clock_timer {}
 
uint32_t window_size {kmer_size}
 
timer< concurrent::yes > write_header_timer {}
 
timer< concurrent::yes > write_minimiser_timer {}
 

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