7 #ifndef PROCESS_OPTIONS_HPP_ 8 #define PROCESS_OPTIONS_HPP_ 10 #include "boost/property_tree/ptree_fwd.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