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 
16 VDJ_PIPE_DECL void process_options(boost::property_tree::ptree const& pt);
17 
20 VDJ_PIPE_DECL void process_single_reads(boost::property_tree::ptree const& pt);
21 
24 VDJ_PIPE_DECL void process_paired_reads(boost::property_tree::ptree const& pt);
25 
28 VDJ_PIPE_DECL void process_paired_emid_reads(boost::property_tree::ptree const& pt);
29 
30 }//namespace vdj_pipe
31 #endif /* PROCESS_OPTIONS_HPP_ */
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14