vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/output_stamp.hpp"
#include <ostream>
#include <sstream>
#include "boost/date_time/posix_time/posix_time.hpp"
#include "vdj_pipe/lib_info.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
std::ostream & | vdj_pipe::stamp (std::ostream &os, std::string const &pref="## ", std::string const &delim="; ", std::string const &suff="\n") |
std::string | vdj_pipe::stamp (std::string const &pref="## ", std::string const &delim="; ", std::string const &suff="\n") |
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 |