vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/sequence_merge.hpp"
#include "external/ssw_cpp.h"
#include "boost/foreach.hpp"
#include "boost/assert.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
void | vdj_pipe::merge (std::string const &s1, Seq_qual_record::quality const &qv1, std::string const &s2,Seq_qual_record::quality const &qv2,const unsigned min_score, Merge_result &mr) |
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 |