|
vg
tools for working with variation graphs
|
Options struct for options for the Giraffe driver (i.e. this file) More...
Public Attributes | |
| size_t | watchdog_timeout = default_watchdog_timeout |
| bool | log_reads = default_log_reads |
| size_t | batch_size = default_batch_size |
Static Public Attributes | |
| static constexpr size_t | default_watchdog_timeout = 10 |
| How long should we wait while mapping a read before complaining, in seconds. More... | |
| static constexpr bool | default_log_reads = false |
| Should we log all the reads we map? More... | |
| static constexpr size_t | default_batch_size = vg::io::DEFAULT_PARALLEL_BATCHSIZE |
| How many reads to send to a thread at a time. More... | |
Options struct for options for the Giraffe driver (i.e. this file)
| size_t GiraffeMainOptions::batch_size = default_batch_size |
|
staticconstexpr |
How many reads to send to a thread at a time.
|
staticconstexpr |
Should we log all the reads we map?
|
staticconstexpr |
How long should we wait while mapping a read before complaining, in seconds.
| bool GiraffeMainOptions::log_reads = default_log_reads |
| size_t GiraffeMainOptions::watchdog_timeout = default_watchdog_timeout |
1.8.17