7 #ifndef MATCH_STEP_HPP_ 8 #define MATCH_STEP_HPP_ 12 #include "boost/shared_ptr.hpp" 19 class Match_element_battery;
25 typedef boost::shared_ptr<match::Match_element_battery> me_battery_ptr;
27 VDJ_PIPE_STATIC_STRING_METHOD(name,
"match")
28 VDJ_PIPE_STATIC_STRING_METHOD(category,
"alignment")
29 VDJ_PIPE_STATIC_STRING_METHOD(comment,
"find sequence features")
30 VDJ_PIPE_STATIC_STRING_METHOD(description,
"XXX")
34 boost::property_tree::ptree
const& pt,
40 void summary(std::ostream& os)
const;
Definition: value_map_access_single.hpp:16
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14
Definition: pipe_environment.hpp:26
Definition: match_step.hpp:24
Definition: step_base_single.hpp:16