kaori
A C++ library for barcode extraction and matching
|
Process single- or paired-end data. More...
Go to the source code of this file.
Namespaces | |
namespace | kaori |
Namespace for the kaori barcode-matching library. | |
Functions | |
template<class Handler > | |
void | kaori::process_single_end_data (byteme::Reader *input, Handler &handler, int num_threads=1, int block_size=100000) |
template<class Handler > | |
void | kaori::process_paired_end_data (byteme::Reader *input1, byteme::Reader *input2, Handler &handler, int num_threads=1, int block_size=100000) |
Process single- or paired-end data.