vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/command_line_options.hpp"
#include <iostream>
#include "boost/foreach.hpp"
#include "boost/algorithm/string/case_conv.hpp"
#include "boost/program_options.hpp"
#include "boost/property_tree/json_parser.hpp"
#include "combine_option_trees.hpp"
#include "keywords_root.hpp"
#include "step_registry.hpp"
#include "vdj_pipe/detail/keyword_struct_macro.hpp"
#include "vdj_pipe/lib_info.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
vdj_pipe::VDJ_PIPE_KEYWORD_STRUCT (help_kwds,(general)(steps)) | |
std::ostream & | vdj_pipe::print_step_category (std::ostream &os, std::string const &cat) |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2013
#define VDJ_PIPE_SOURCE |