vg
tools for working with variation graphs
|
Parameters for partition_haplotypes()
.
More...
#include <recombinator.hpp>
Public Member Functions | |
void | print (std::ostream &out) const |
Print a description of the parameters. More... | |
Public Attributes | |
size_t | subchain_length = SUBCHAIN_LENGTH |
Target length for subchains (in bp). More... | |
size_t | approximate_jobs = APPROXIMATE_JOBS |
Generate approximately this many jobs. More... | |
bool | linear_structure = false |
void vg::HaplotypePartitioner::Parameters::print | ( | std::ostream & | out | ) | const |
Print a description of the parameters.
size_t vg::HaplotypePartitioner::Parameters::approximate_jobs = APPROXIMATE_JOBS |
Generate approximately this many jobs.
bool vg::HaplotypePartitioner::Parameters::linear_structure = false |
Avoid placing subchain boundaries in places where haplotypes would cross them multiple times.
size_t vg::HaplotypePartitioner::Parameters::subchain_length = SUBCHAIN_LENGTH |
Target length for subchains (in bp).