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

Optional parameters for SimpleBarcodeSearch. More...

#include <BarcodeSearch.hpp>

Public Attributes

int max_mismatches = 0
 
bool reverse = false
 
DuplicateAction duplicates = DuplicateAction::ERROR
 

Detailed Description

Optional parameters for SimpleBarcodeSearch.

Member Data Documentation

◆ duplicates

DuplicateAction kaori::SimpleBarcodeSearch::Options::duplicates = DuplicateAction::ERROR

How duplicated barcode sequences should be handled.

◆ max_mismatches

int kaori::SimpleBarcodeSearch::Options::max_mismatches = 0

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

◆ reverse

bool kaori::SimpleBarcodeSearch::Options::reverse = false

Whether to reverse-complement the barcode sequences before indexing them.


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