vdj_pipe
pipeline for processing DNA sequence data
|
#include <string>
#include "boost/mpl/end.hpp"
#include "boost/mpl/insert_range.hpp"
#include "boost/mpl/push_back.hpp"
#include "boost/variant.hpp"
#include "vdj_pipe/step/step_variant_paired_read.hpp"
#include "vdj_pipe/step/step_variant_universal.hpp"
Go to the source code of this file.
Classes | |
struct | vdj_pipe::Config_paired_emid_reads |
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::push_back< paired_read_only_vector, External_mid_infile >::type >::type | vdj_pipe::step::paired_emid_read_vector |
List of steps for pipes of paired reads with eMIDs. More... | |
typedef boost::make_recursive_variant_over< step::paired_emid_read_vector >::type | vdj_pipe::step_variant_paired_emid |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014