Raptor
A fast and space-efficient pre-filter
All Classes Namespaces Files Functions Variables Macros Pages Concepts
raptor::build_arguments Struct Reference
+ Collaboration diagram for raptor::build_arguments:

Public Member Functions

void print_timings () const
 
void write_timings_to_file () const
 

Public Attributes

std::filesystem::path bin_file {}
 
std::vector< std::vector< std::string > > bin_path {}
 
seqan::hibf::concurrent_timer bin_size_timer {}
 
uint64_t bins {64}
 
uint64_t bits {4096}
 
seqan::hibf::concurrent_timer fill_ibf_timer {}
 
double fpr {0.05}
 
uint64_t hash {2}
 
seqan::hibf::concurrent_timer index_allocation_timer {}
 
bool input_is_minimiser {false}
 
bool is_hibf {false}
 
uint8_t kmer_size {20u}
 
seqan::hibf::concurrent_timer merge_kmers_timer {}
 
std::filesystem::path out_path {}
 
uint8_t parts {1u}
 
bool quiet {false}
 
seqan3::shape shape {seqan3::ungapped{kmer_size}}
 
std::string shape_string {}
 
seqan::hibf::concurrent_timer store_index_timer {}
 
uint8_t threads {1u}
 
std::filesystem::path timing_out {}
 
seqan::hibf::concurrent_timer user_bin_io_timer {}
 
seqan::hibf::concurrent_timer wall_clock_timer {}
 
uint32_t window_size {kmer_size}
 

The documentation for this struct was generated from the following files:
Hide me