|
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 vector sequence.
| 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.