vdj_pipe
pipeline for processing DNA sequence data
|
#include <algorithm>
#include "boost/foreach.hpp"
#include "vdj_pipe/config.hpp"
#include "vdj_pipe/detail/queable_ofstream_types.hpp"
#include "vdj_pipe/exception.hpp"
#include "vdj_pipe/object_ids.hpp"
Go to the source code of this file.
Classes | |
class | vdj_pipe::Variable_path |
struct | vdj_pipe::Variable_path::Err |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
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