| 
    kaori
    
   A C++ library for barcode extraction and matching 
   | 
 
Optional parameters for SimpleBarcodeSearch.  
 More...
#include <BarcodeSearch.hpp>
Public Attributes | |
| int | max_mismatches = 0 | 
| bool | reverse = false | 
| DuplicateAction | duplicates = DuplicateAction::ERROR | 
Optional parameters for SimpleBarcodeSearch. 
| DuplicateAction kaori::SimpleBarcodeSearch::Options::duplicates = DuplicateAction::ERROR | 
How duplicated barcode sequences should be handled.
| int kaori::SimpleBarcodeSearch::Options::max_mismatches = 0 | 
Maximum number of mismatches for any search performed by SimpleBarcodeSearch::search. 
| bool kaori::SimpleBarcodeSearch::Options::reverse = false | 
Whether to reverse-complement the barcode sequences before indexing them.