vdj_pipe
pipeline for processing DNA sequence data
Public Member Functions | Private Attributes | List of all members
vdj_pipe::Match_ignore_ends Class Reference

Set a minimal sequence length to match allowing for some mismatch at ends. More...

#include <min_match_length.hpp>

Inheritance diagram for vdj_pipe::Match_ignore_ends:
Inheritance graph
[legend]
Collaboration diagram for vdj_pipe::Match_ignore_ends:
Collaboration graph
[legend]

Public Member Functions

 Match_ignore_ends (const int min, const int end)
 
int operator() (const int sz) const
 

Private Attributes

int min_
 
int end_
 

Detailed Description

Set a minimal sequence length to match allowing for some mismatch at ends.

Constructor & Destructor Documentation

vdj_pipe::Match_ignore_ends::Match_ignore_ends ( const int  min,
const int  end 
)
inline

Member Function Documentation

int vdj_pipe::Match_ignore_ends::operator() ( const int  sz) const
inline

Member Data Documentation

int vdj_pipe::Match_ignore_ends::end_
private
int vdj_pipe::Match_ignore_ends::min_
private

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