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

Options for process_single_end_data(). More...

#include <process_data.hpp>

Public Attributes

int num_threads = 1
 
std::size_t block_size = 65535
 

Detailed Description

Member Data Documentation

◆ block_size

std::size_t kaori::ProcessSingleEndDataOptions::block_size = 65535

Number of reads to be processed in each thread.

◆ num_threads

int kaori::ProcessSingleEndDataOptions::num_threads = 1

Number of threads to use for processing reads after FASTQ parsing.


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