vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Macros | Functions
pipe_paired_read.cpp File Reference
#include "vdj_pipe/pipe_paired_read.hpp"
#include "boost/assert.hpp"
#include "boost/foreach.hpp"
#include "boost/property_tree/ptree.hpp"
#include "keywords_root.hpp"
#include "vdj_pipe/parser_fastq.hpp"
#include "vdj_pipe/step/step_factory_paired.hpp"
#include "vdj_pipe/step/step_variant_store.hpp"
#include "vdj_pipe/step/visitor.hpp"
Include dependency graph for pipe_paired_read.cpp:

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 
 vdj_pipe::anonymous_namespace{pipe_paired_read.cpp}
 

Macros

#define VDJ_PIPE_SOURCE
 

Functions

template<class Parser >
bool vdj_pipe::anonymous_namespace{pipe_paired_read.cpp}::has_next (Parser const &p1, Parser const &p2)
 
template<class Parser >
bool vdj_pipe::anonymous_namespace{pipe_paired_read.cpp}::next_record (Parser &p1, Parser &p2)
 

Detailed Description

part of vdj_pipe project.

Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2013

Macro Definition Documentation

#define VDJ_PIPE_SOURCE