#include <chopper/configuration.hpp>
|
template<typename archive_t > |
void | serialize (archive_t &archive) |
|
◆ read_from()
void chopper::configuration::read_from |
( |
std::istream & |
stream | ) |
|
◆ serialize()
template<typename archive_t >
void chopper::configuration::serialize |
( |
archive_t & |
archive | ) |
|
|
inlineprivate |
◆ write_to()
void chopper::configuration::write_to |
( |
std::ostream & |
stream | ) |
const |
◆ cereal::access
friend class cereal::access |
|
friend |
◆ compute_sketches_timer
seqan::hibf::concurrent_timer chopper::configuration::compute_sketches_timer {} |
|
mutable |
◆ data_file
std::filesystem::path chopper::configuration::data_file |
The input file to chopper. Should contain one file path per line.
◆ debug
bool chopper::configuration::debug {false} |
Internal parameter that triggers some verbose debug output.
◆ determine_best_tmax
bool chopper::configuration::determine_best_tmax {false} |
Whether the program should determine the best number of IBF bins by doing multiple binning runs.
◆ disable_sketch_output
bool chopper::configuration::disable_sketch_output {false} |
Do not write the sketches into a dedicated directory.
◆ dp_algorithm_timer
seqan::hibf::concurrent_timer chopper::configuration::dp_algorithm_timer {} |
|
mutable |
◆ force_all_binnings
bool chopper::configuration::force_all_binnings {false} |
Whether the programm should compute all binnings up to the given t_max.
◆ hibf_config
seqan::hibf::config chopper::configuration::hibf_config |
The HIBF config which will be used to compute the layout within the HIBF lib.
uint8_t chopper::configuration::k {19} |
The kmer size to hash the input sequences before computing a HyperLogLog sketch from them.
◆ output_filename
std::filesystem::path chopper::configuration::output_filename {"layout.txt"} |
The name of the layout file to write.
◆ output_timings
std::filesystem::path chopper::configuration::output_timings {} |
If specified, layout timings are written to the specified file.
◆ output_verbose_statistics
bool chopper::configuration::output_verbose_statistics {false} |
Whether to print verbose output when computing the statistics when computing the layout.
◆ precomputed_files
bool chopper::configuration::precomputed_files {false} |
Whether the input files are precomputed files (.minimiser) instead of sequence files.
◆ rearrangement_timer
seqan::hibf::concurrent_timer chopper::configuration::rearrangement_timer {} |
|
mutable |
◆ sketch_directory
std::filesystem::path chopper::configuration::sketch_directory {} |
The name for the output directory when writing sketches to disk.
◆ union_estimation_timer
seqan::hibf::concurrent_timer chopper::configuration::union_estimation_timer {} |
|
mutable |
◆ window_size
uint8_t chopper::configuration::window_size {k} |
The window size to compute minimizers before computing a HyperLogLog sketch from them.
The documentation for this struct was generated from the following files: