7 #ifndef STEP_FACTORY_PAIRED_HPP_ 8 #define STEP_FACTORY_PAIRED_HPP_ 18 VDJ_PIPE_DECL step_variant_paired create_step_paired(
19 Vm_access_paired
const& vma,
20 boost::property_tree::ptree
const& pt,
26 template<>
inline Config_paired_reads::processing_step
27 create_step<Config_paired_reads>(
28 Config_paired_reads::value_map_access
const& vma,
29 boost::property_tree::ptree
const& pt,
32 return create_step_paired(vma, pt, pe);
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14