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

Set a fraction of sequence length to match. More...

#include <min_match_length.hpp>

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

Classes

struct  Err
 

Public Member Functions

 Get_match_length (const int min=0, const int end=0, const double f=0.0)
 
int operator() (const int sz) const
 

Private Attributes

int min_
 
int end_
 
double f_
 

Detailed Description

Set a fraction of sequence length to match.

Constructor & Destructor Documentation

vdj_pipe::Get_match_length::Get_match_length ( const int  min = 0,
const int  end = 0,
const double  f = 0.0 
)
inline

Member Function Documentation

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

Member Data Documentation

int vdj_pipe::Get_match_length::end_
private
double vdj_pipe::Get_match_length::f_
private
int vdj_pipe::Get_match_length::min_
private

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