vdj_pipe
pipeline for processing DNA sequence data
step_factory_paired.hpp
Go to the documentation of this file.
1 
7 #ifndef STEP_FACTORY_PAIRED_HPP_
8 #define STEP_FACTORY_PAIRED_HPP_
11 #include "vdj_pipe/config.hpp"
13 
14 namespace vdj_pipe{
15 
19  Vm_access_paired const& vma,
21  Pipe_environment& pe
22 );
23 
31 ) {
32  return create_step_paired(vma, pt, pe);
33 }
34 
35 }//namespace vdj_pipe
36 #endif /* STEP_FACTORY_PAIRED_HPP_ */
Config_paired_reads::processing_step create_step< Config_paired_reads >(Config_paired_reads::value_map_access const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe)
Definition: step_factory_paired.hpp:27
Access to value map for paired read pipeline and processing steps.
Definition: value_map_access_paired.hpp:16
step_variant_paired processing_step
Definition: step_variant_paired_read.hpp:49
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
Definition: pipe_environment.hpp:26
#define VDJ_PIPE_DECL
Definition: config.hpp:23
boost::make_recursive_variant_over< step::paired_read_vector >::type step_variant_paired
Definition: step_variant_paired_read.hpp:43
step_variant_paired create_step_paired(Vm_access_paired const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe)
Definition: step_factory_paired.cpp:18
bpt::ptree ptree
Definition: processing_step_utils.hpp:19