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

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

#include <min_match_length.hpp>

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

Classes

struct  Err
 

Public Member Functions

 Match_fraction_length (const int min, const double f)
 
int operator() (const int sz) const
 

Private Attributes

int min_
 
double f_
 

Detailed Description

Set a fraction of sequence length to match.

Constructor & Destructor Documentation

vdj_pipe::Match_fraction_length::Match_fraction_length ( const int  min,
const double  f 
)
inline

Member Function Documentation

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

Member Data Documentation

double vdj_pipe::Match_fraction_length::f_
private
int vdj_pipe::Match_fraction_length::min_
private

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