kaori
A C++ library for barcode extraction and matching
|
Optional parameters for CombinatorialBarcodeSingleEnd
.
More...
#include <CombinatorialBarcodesSingleEnd.hpp>
Public Attributes | |
int | max_mismatches = 0 |
bool | use_first = true |
SearchStrand | strand = SearchStrand::FORWARD |
DuplicateAction | duplicates = DuplicateAction::ERROR |
Optional parameters for CombinatorialBarcodeSingleEnd
.
DuplicateAction kaori::CombinatorialBarcodesSingleEnd< max_size, num_variable >::Options::duplicates = DuplicateAction::ERROR |
How duplicated barcode sequences should be handled.
int kaori::CombinatorialBarcodesSingleEnd< max_size, num_variable >::Options::max_mismatches = 0 |
Maximum number of mismatches allowed across the barcoding element.
SearchStrand kaori::CombinatorialBarcodesSingleEnd< max_size, num_variable >::Options::strand = SearchStrand::FORWARD |
Strand(s) of the read sequence to search for the barcoding element.
bool kaori::CombinatorialBarcodesSingleEnd< max_size, num_variable >::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. |