vdj_pipe
pipeline for processing DNA sequence data
keywords_root.hpp
Go to the documentation of this file.
1 
7 #ifndef KEYWORDS_ROOT_HPP_
8 #define KEYWORDS_ROOT_HPP_
10 
11 namespace vdj_pipe{ namespace kwds{
12 
14  Root,
15  (base_path_input)
16  (base_path_output)
17  (config_output_path)
18  (csv_file_delimiter)
19  (external_MIDs)
20  (max_file_reads)
21  (max_reads)
22  (paired_reads)
23  (plots_list_path)
24  (quality_scores)
25  (summary_output_path)
26  (input_csv)
27  (input)
28  (steps)
29 );
30 
31 }//namespace kwds
32 }//namespace vdj_pipe
33 #endif /* KEYWORDS_ROOT_HPP_ */
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
VDJ_PIPE_KEYWORD_STRUCT(Single,(description)(sequence)(quality)(trim)(is_reverse)(seq_file_path)(qual_file_path))