vdj_pipe
pipeline for processing DNA sequence data
|
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
void | vdj_pipe::path_decompose (std::string const &path, std::vector< std::string > &tv, std::vector< std::string > &nv) |
separate path into non-name and name areas More... | |
std::string | vdj_pipe::path_assemble (std::vector< std::string > const &templ, detail::Queable_ofstream_types::val_ref_vector const &vals) |
assemble path from template and values More... | |
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 |