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

Optional parameters for SimpleSingleMatch. More...

#include <SimpleSingleMatch.hpp>

Public Attributes

int max_mismatches = 0
 
DuplicateAction duplicates = DuplicateAction::ERROR
 
SearchStrand strand = SearchStrand::FORWARD
 

Detailed Description

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

Optional parameters for SimpleSingleMatch.

Member Data Documentation

◆ duplicates

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

How duplicated barcode sequences should be handled.

◆ max_mismatches

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

Maximum number of mismatches for any search performed by SimpleBarcodeSearch::search.

◆ strand

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

Strand(s) of the read sequence to search.


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