vdj_pipe
pipeline for processing DNA sequence data
Classes | Namespaces
min_match_length.hpp File Reference
#include <algorithm>
#include <functional>
#include "vdj_pipe/exception.hpp"
Include dependency graph for min_match_length.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vdj_pipe::Match_full_length
 Require full sequence to match. More...
 
class  vdj_pipe::Match_min_length
 Set a minimal sequence length to match. More...
 
class  vdj_pipe::Match_ignore_ends
 Set a minimal sequence length to match allowing for some mismatch at ends. More...
 
class  vdj_pipe::Match_fraction_length
 Set a fraction of sequence length to match. More...
 
struct  vdj_pipe::Match_fraction_length::Err
 
class  vdj_pipe::Get_match_length
 Set a fraction of sequence length to match. More...
 
struct  vdj_pipe::Get_match_length::Err
 

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 

Detailed Description

part of vdj_pipe project.

Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014