vdj_pipe
pipeline for processing DNA sequence data
node_ids.hpp
Go to the documentation of this file.
1 
7 #ifndef NODE_IDS_HPP_
8 #define NODE_IDS_HPP_
10 
11 namespace vdj_pipe{ namespace gdst{
12 
13 VDJ_PIPE_OBJECT_ID(Leaf_id);
14 
15 VDJ_PIPE_OBJECT_ID(Branch_id);
16 
17 VDJ_PIPE_OBJECT_ID(Children_id);
18 
19 }//namespace gdst
20 }//namespace vdj_pipe
21 #endif /* NODE_IDS_HPP_ */
VDJ_PIPE_OBJECT_ID(Leaf_id)
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11