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