|
kaori
A C++ library for barcode extraction and matching
|
Optional parameters for SimpleSingleMatch.
More...
#include <SimpleSingleMatch.hpp>
Public Attributes | |
| int | max_mismatches = 0 |
| DuplicateAction | duplicates = DuplicateAction::ERROR |
| SearchStrand | strand = SearchStrand::FORWARD |
Optional parameters for SimpleSingleMatch.
| DuplicateAction kaori::SimpleSingleMatch< max_size_ >::Options::duplicates = DuplicateAction::ERROR |
How duplicated barcode sequences should be handled.
| int kaori::SimpleSingleMatch< max_size_ >::Options::max_mismatches = 0 |
Maximum number of mismatches for any search performed by SimpleBarcodeSearch::search.
| SearchStrand kaori::SimpleSingleMatch< max_size_ >::Options::strand = SearchStrand::FORWARD |
Strand(s) of the read sequence to search.