| 
    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 vector sequence.
| SearchStrand kaori::CombinatorialBarcodesSingleEnd< max_size_, num_variable_ >::Options::strand = SearchStrand::FORWARD | 
Strand(s) of the read sequence to search for the vector sequence.
| 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.  |