vdj_pipe
pipeline for processing DNA sequence data
process_options.hpp
Go to the documentation of this file.
1 
7 #ifndef PROCESS_OPTIONS_HPP_
8 #define PROCESS_OPTIONS_HPP_
9 #include "vdj_pipe/config.hpp"
10 #include "boost/property_tree/ptree_fwd.hpp"
11 
12 namespace vdj_pipe{
13 
17 
21 
25 
29 
30 }//namespace vdj_pipe
31 #endif /* PROCESS_OPTIONS_HPP_ */
void process_paired_emid_reads(bpt::ptree const &pt)
Definition: process_options.cpp:75
void process_options(bpt::ptree const &pt)
Definition: process_options.cpp:25
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
void process_paired_reads(bpt::ptree const &pt)
Definition: process_options.cpp:68
#define VDJ_PIPE_DECL
Definition: config.hpp:23
bpt::ptree ptree
Definition: processing_step_utils.hpp:19
void process_single_reads(bpt::ptree const &pt)
Definition: process_options.cpp:61