vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Typedefs
me_types.hpp File Reference
#include <vector>
#include <string>
#include <utility>
#include "boost/variant.hpp"
#include "vdj_pipe/sequence_interval.hpp"
#include "sequence_map_types.hpp"
Include dependency graph for me_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 
 vdj_pipe::match
 

Typedefs

typedef boost::variant< Match_element_aligned, Match_element_ambiguous, Match_element_positional, Match_element_short > vdj_pipe::match::me_variant
 
typedef std::vector< me_variant > vdj_pipe::match::variant_vector
 
typedef std::vector< Truncate > vdj_pipe::match::truncate_vector
 
typedef std::vector< Match_combination > vdj_pipe::match::combination_vector
 
typedef std::vector< sequence_interval > vdj_pipe::match::interval_vector
 

Detailed Description

part of vdj_pipe project.

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