kaori
A C++ library for barcode extraction and matching
Loading...
Searching...
No Matches
Public Attributes | List of all members
kaori::DualBarcodesSingleEnd< max_size >::Options Struct Reference

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
 

Detailed Description

template<size_t max_size>
struct kaori::DualBarcodesSingleEnd< max_size >::Options

Optional parameters for DualBarcodeSingleEnd.

Member Data Documentation

◆ duplicates

template<size_t max_size>
DuplicateAction kaori::DualBarcodesSingleEnd< max_size >::Options::duplicates = DuplicateAction::ERROR

How duplicated barcode sequences should be handled.

◆ max_mismatches

template<size_t max_size>
int kaori::DualBarcodesSingleEnd< max_size >::Options::max_mismatches = 0

Maximum number of mismatches allowed across the barcoding element.

◆ strand

template<size_t max_size>
SearchStrand kaori::DualBarcodesSingleEnd< max_size >::Options::strand = SearchStrand::FORWARD

Strand(s) of the read sequence to search for the barcoding element.

◆ use_first

template<size_t max_size>
bool kaori::DualBarcodesSingleEnd< max_size >::Options::use_first = true
Parameters
Whetherto search only for the first match. If false, the handler will search for the best match (i.e., fewest mismatches) instead.

The documentation for this struct was generated from the following file: