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