7 #ifndef BLANK_STEP_HPP_ 8 #define BLANK_STEP_HPP_ 11 #include "boost/property_tree/ptree_fwd.hpp" 16 class Pipe_environment;
23 VDJ_PIPE_STATIC_STRING_METHOD(name,
"blank_step")
24 VDJ_PIPE_STATIC_STRING_METHOD(category,
"misc")
25 VDJ_PIPE_STATIC_STRING_METHOD(comment,
"does nothing")
26 VDJ_PIPE_STATIC_STRING_METHOD(description,
"XXX")
32 boost::property_tree::ptree
const& pt,
39 void summary(std::ostream&)
const {}
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14
Definition: blank_step.hpp:20
Definition: pipe_environment.hpp:26
Provides access to standard values for single read pipeline.
Definition: value_names.hpp:33
Store values mapped against name strings and value IDs.
Definition: value_map.hpp:23