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