7 #ifndef MERGE_PAIRED_READS_STEP_HPP_ 8 #define MERGE_PAIRED_READS_STEP_HPP_ 21 VDJ_PIPE_STATIC_STRING_METHOD(name,
"merge_paired")
22 VDJ_PIPE_STATIC_STRING_METHOD(category,
"paired read")
23 VDJ_PIPE_STATIC_STRING_METHOD(comment,
"merge forward and reverse reads")
24 VDJ_PIPE_STATIC_STRING_METHOD(description,
"XXX")
28 boost::property_tree::ptree
const& pt,
34 void summary(std::ostream& os)
const;
40 std::size_t n_merged_;
Access to value map for paired read pipeline and processing steps.
Definition: value_map_access_paired.hpp:16
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14
Definition: pipe_environment.hpp:26
Provides access to standard values for single read pipeline.
Definition: value_names.hpp:33
Definition: step_base_paired.hpp:16
Definition: merge_paired_reads_step.hpp:18