vdj_pipe
pipeline for processing DNA sequence data
object_ids.hpp
Go to the documentation of this file.
1 
7 #ifndef OBJECT_IDS_HPP_
8 #define OBJECT_IDS_HPP_
10 
11 namespace vdj_pipe{
12 
14 VDJ_PIPE_OBJECT_ID(Val_id);
15 
17 VDJ_PIPE_OBJECT_ID(Mid_id);
18 
20 VDJ_PIPE_OBJECT_ID(Path_id);
21 
23 VDJ_PIPE_OBJECT_ID(Read_id);
24 
26 VDJ_PIPE_OBJECT_ID(Seq_id);
27 
28 VDJ_PIPE_OBJECT_ID(Mapped_id);
29 
30 }//namespace vdj_pipe
31 #endif /* OBJECT_IDS_HPP_ */
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
VDJ_PIPE_OBJECT_ID(Val_id)