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