vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/sanitize_string.hpp"
#include <sstream>
#include "boost/spirit/include/karma.hpp"
Namespaces | |
boost | |
boost::spirit | |
boost::spirit::traits | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::anonymous_namespace{sanitize_string.cpp} | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
std::string | vdj_pipe::sanitize (const char c) |
std::string | vdj_pipe::sanitize (std::string const &str) |
std::string | vdj_pipe::sanitize (const boost::string_ref str, const std::size_t max_len) |
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 |