kaori
A C++ library for barcode extraction and matching
Loading...
Searching...
No Matches
kaori::ProcessPairedEndDataOptions Struct Reference

Options for process_paired_end_data(). More...

#include <process_data.hpp>

Public Attributes

int num_threads = 1
 
std::size_t block_size = 100000
 

Detailed Description

Member Data Documentation

◆ block_size

std::size_t kaori::ProcessPairedEndDataOptions::block_size = 100000

Number of reads to process in each thread.

◆ num_threads

int kaori::ProcessPairedEndDataOptions::num_threads = 1

Number of threads to use for processing after FASTQ parsing.


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