kaori
A C++ library for barcode extraction and matching
|
Optional parameters for SingleBarcodeSingleEnd
.
More...
#include <RandomBarcodeSingleEnd.hpp>
Public Attributes | |
int | max_mismatches = 0 |
bool | use_first = true |
SearchStrand | strand = SearchStrand::FORWARD |
Optional parameters for SingleBarcodeSingleEnd
.
int kaori::RandomBarcodeSingleEnd< max_size >::Options::max_mismatches = 0 |
Maximum number of mismatches allowed across the barcoding element.
SearchStrand kaori::RandomBarcodeSingleEnd< max_size >::Options::strand = SearchStrand::FORWARD |
Strand(s) of the read sequence to search.
bool kaori::RandomBarcodeSingleEnd< max_size >::Options::use_first = true |
Whether to search only for the first match. If false
, the handler will search for the best match (i.e., fewest mismatches) instead.