vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/sequence_file_entry.hpp"
#include "boost/assert.hpp"
#include "boost/foreach.hpp"
#include "boost/property_tree/ptree.hpp"
#include "keywords_variable.hpp"
#include "vdj_pipe/file.hpp"
#include "vdj_pipe/input_manager.hpp"
#include "vdj_pipe/value_map.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
void | vdj_pipe::store_values (Seq_file_entry const &sfe, Value_map &vm) |
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 |