vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/input_manager.hpp"
#include <map>
#include "boost/assert.hpp"
#include "boost/filesystem/operations.hpp"
#include "boost/foreach.hpp"
#include "boost/property_tree/ptree.hpp"
#include "input_manager_impl.hpp"
#include "vdj_pipe/value_map.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Typedefs | |
typedef boost::filesystem::path | vdj_pipe::path_t |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014
#define VDJ_PIPE_SOURCE |