vdj_pipe
pipeline for processing DNA sequence data
|
#include "vdj_pipe/file_properties.hpp"
#include <istream>
#include <map>
#include "boost/assign/list_of.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
Macros | |
#define | VDJ_PIPE_SOURCE |
Functions | |
compression::Compression | vdj_pipe::extension_to_compression (std::string const &ext) |
guess file compression from low case extension string More... | |
compression::Compression | vdj_pipe::compression_magic (std::istream &is) |
guess file compression from magic number More... | |
format::Format | vdj_pipe::extension_to_format (std::string const &ext) |
guess file format from low case extension string More... | |
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 |