vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/pipe_paired_emid_read.hpp"
#include "boost/foreach.hpp"
#include "boost/property_tree/ptree.hpp"
#include "keywords_root.hpp"
#include "vdj_pipe/parser_fastq.hpp"
#include "vdj_pipe/sequence_file_map.hpp"
#include "vdj_pipe/step/step_factory_paired_emid.hpp"
#include "vdj_pipe/step/step_variant_store.hpp"
#include "vdj_pipe/step/visitor.hpp"
Classes | |
struct | vdj_pipe::anonymous_namespace{pipe_paired_emid_read.cpp}::Four_file_ids |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::anonymous_namespace{pipe_paired_emid_read.cpp} | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
template<class Parser > | |
bool | vdj_pipe::anonymous_namespace{pipe_paired_emid_read.cpp}::has_next (Parser const &p1, Parser const &p2, Parser const &p3, Parser const &p4) |
template<class Parser > | |
bool | vdj_pipe::anonymous_namespace{pipe_paired_emid_read.cpp}::next_record (Parser &p1, Parser &p2, Parser &p3, Parser &p4) |
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 |