vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/process_options.hpp"
#include "boost/property_tree/ptree.hpp"
#include "keywords_root.hpp"
#include "vdj_pipe/exception.hpp"
#include "vdj_pipe/pipe_paired_emid_read.hpp"
#include "vdj_pipe/pipe_paired_read.hpp"
#include "vdj_pipe/pipe_single_read.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
void | vdj_pipe::process_options (bpt::ptree const &pt) |
void | vdj_pipe::process_single_reads (bpt::ptree const &pt) |
void | vdj_pipe::process_paired_reads (bpt::ptree const &pt) |
void | vdj_pipe::process_paired_emid_reads (bpt::ptree const &pt) |
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 |