vdj_pipe
pipeline for processing DNA sequence data
|
#include <map>
#include <sstream>
#include "boost/function.hpp"
#include "boost/mpl/bind.hpp"
#include "boost/mpl/fold.hpp"
#include "boost/mpl/for_each.hpp"
#include "boost/mpl/insert.hpp"
#include "boost/mpl/quote.hpp"
#include "boost/mpl/set.hpp"
#include "boost/property_tree/json_parser.hpp"
#include "boost/property_tree/ptree.hpp"
#include "vdj_pipe/exception.hpp"
#include "vdj_pipe/step/all_steps.hpp"
#include "vdj_pipe/step/step_maker.hpp"
Go to the source code of this file.
Classes | |
class | vdj_pipe::step::Step_builder_registry< Config > |
class | vdj_pipe::step::Step_builder_registry< Config >::Insert |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::step | |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014