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

Optional parameters for SingleBarcodeSingleEnd. More...

#include <SingleBarcodeSingleEnd.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::SingleBarcodeSingleEnd< max_size >::Options

Optional parameters for SingleBarcodeSingleEnd.

Member Data Documentation

◆ duplicates

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

How duplicated barcode sequences should be handled.

◆ max_mismatches

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

Maximum number of mismatches allowed across the barcoding element.

◆ strand

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

Strand(s) of the read sequence to search.

◆ use_first

template<size_t max_size>
bool kaori::SingleBarcodeSingleEnd< 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.


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