vdj_pipe
pipeline for processing DNA sequence data
|
#include <vector>
#include "boost/foreach.hpp"
#include "vdj_pipe/config.hpp"
#include "vdj_pipe/step/step_variant_paired_emid_read.hpp"
#include "vdj_pipe/step/step_variant_paired_read.hpp"
#include "vdj_pipe/step/step_variant_single_read.hpp"
#include "vdj_pipe/step/all_steps.hpp"
Go to the source code of this file.
Classes | |
class | vdj_pipe::Step_variant_store |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::step | |
Typedefs | |
typedef boost::mpl::insert_range< universal_steps, boost::mpl::end< universal_steps >::type, boost::mpl::insert_range< single_read_only_vector, boost::mpl::end< single_read_only_vector >::type, boost::mpl::push_back< paired_read_only_vector, External_mid_infile >::type >::type >::type | vdj_pipe::step::all_steps_vector |
typedef boost::make_recursive_variant_over< step::all_steps_vector >::type | vdj_pipe::step_variant_all |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014