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

Namespaces

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

Macros

#define VDJ_PIPE_SOURCE
 

Functions

bool vdj_pipe::anonymous_namespace{pipe_single_read.cpp}::has_next (Parser_fasta const &pf, Parser_qual const &pq)
 
bool vdj_pipe::anonymous_namespace{pipe_single_read.cpp}::next_record (Parser_fasta &pf, Parser_qual &pq)
 

Detailed Description

part of vdj_pipe project.

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

Macro Definition Documentation

#define VDJ_PIPE_SOURCE