vdj_pipe
pipeline for processing DNA sequence data
|
#include <string>
#include "boost/mpl/end.hpp"
#include "boost/mpl/insert_range.hpp"
#include "boost/variant.hpp"
#include "vdj_pipe/step/step_variant_universal.hpp"
Go to the source code of this file.
Classes | |
struct | vdj_pipe::Config_paired_reads |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::step | |
Typedefs | |
typedef boost::mpl::vector< Apply_many, Apply_one, Merge_paired > | vdj_pipe::step::paired_read_only_vector |
List of steps for paired read pipes. More... | |
typedef boost::mpl::insert_range< universal_steps, boost::mpl::end< universal_steps >::type, paired_read_only_vector >::type | vdj_pipe::step::paired_read_vector |
List of steps for paired read pipes. More... | |
typedef boost::make_recursive_variant_over< step::paired_read_vector >::type | vdj_pipe::step_variant_paired |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014