vdj_pipe
pipeline for processing DNA sequence data
|
#include <string>
#include "boost/mpl/end.hpp"
#include "boost/mpl/insert_range.hpp"
#include "boost/mpl/vector/vector30.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_single_reads |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::step | |
Typedefs | |
typedef boost::mpl::vector< Ambiguous_window_filter, Average_quality_filter, Average_quality_window_filter, Character_filter, Composition_stats, External_mid_inline, Find_shared, Homopolymer_filter, Length_filter, Match_step, Min_quality_filter, Min_quality_window_filter, Qual_stats, Write_seq > | vdj_pipe::step::single_read_only_vector |
List of steps suitable for single read pipes ONLY. More... | |
typedef boost::mpl::insert_range< universal_steps, boost::mpl::end< universal_steps >::type, single_read_only_vector >::type | vdj_pipe::step::single_read_vector |
List of all steps for single read pipes. More... | |
typedef boost::make_recursive_variant_over< step::single_read_vector >::type | vdj_pipe::step_variant_single |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014