vdj_pipe
pipeline for processing DNA sequence data
step_base_paired.hpp
Go to the documentation of this file.
1 
7 #ifndef STEP_BASE_PAIRED_HPP_
8 #define STEP_BASE_PAIRED_HPP_
11 
12 namespace vdj_pipe{ namespace detail{
13 
16 class Step_base_paired : public Step_base {
17 protected:
19  Vm_access_paired const& vma,
22  )
23  : Step_base(pt, pe), vma_(vma)
24  {}
25 
27 };
28 
29 }//namespace detail
30 }//namespace vdj_pipe
31 #endif /* STEP_BASE_PAIRED_HPP_ */
Step_base_paired(Vm_access_paired const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe)
Definition: step_base_paired.hpp:18
Access to value map for paired read pipeline and processing steps.
Definition: value_map_access_paired.hpp:16
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
Definition: pipe_environment.hpp:26
Definition: step_base.hpp:23
Vm_access_paired vma_
Definition: step_base_paired.hpp:26
Definition: step_base_paired.hpp:16
bpt::ptree ptree
Definition: processing_step_utils.hpp:19