vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Macros | Functions
variable_path.cpp File Reference
#include "vdj_pipe/variable_path.hpp"
#include <sstream>
Include dependency graph for variable_path.cpp:

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...
 

Detailed Description

part of vdj_pipe project.

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

Macro Definition Documentation

#define VDJ_PIPE_SOURCE