7 #ifndef PROCESS_OPTIONS_HPP_ 8 #define PROCESS_OPTIONS_HPP_ 10 #include "boost/property_tree/ptree_fwd.hpp" 16 VDJ_PIPE_DECL
void process_options(boost::property_tree::ptree
const& pt);
20 VDJ_PIPE_DECL
void process_single_reads(boost::property_tree::ptree
const& pt);
24 VDJ_PIPE_DECL
void process_paired_reads(boost::property_tree::ptree
const& pt);
28 VDJ_PIPE_DECL
void process_paired_emid_reads(boost::property_tree::ptree
const& pt);
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14