vdj_pipe
pipeline for processing DNA sequence data
|
#include <istream>
#include <limits>
#include <cctype>
#include "boost/assert.hpp"
#include "boost/foreach.hpp"
#include "vdj_pipe/detail/string_ref.hpp"
#include "vdj_pipe/exception.hpp"
#include "vdj_pipe/file_stream.hpp"
#include "vdj_pipe/sequence_record.hpp"
Go to the source code of this file.
Classes | |
class | vdj_pipe::detail::Parser_line |
Basic line-based parser; use to derive other parsers. More... | |
struct | vdj_pipe::detail::Parser_line::Err |
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::detail | |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2013