vdj_pipe
pipeline for processing DNA sequence data
|
File target is supposed to exist at construction time. More...
#include <file.hpp>
Public Member Functions | |
File_input (std::string const &path) | |
Public Member Functions inherited from vdj_pipe::File | |
File (std::string const &path, const compression::Compression compr=compression::unknown, const format::Format fmt=format::unknown) | |
std::string const & | path () const |
format::Format | format () const |
compression::Compression | compression () const |
bool | operator== (File const &f2) const |
bool | operator< (File const &f2) const |
Additional Inherited Members | |
Protected Attributes inherited from vdj_pipe::File | |
std::string | path_ |
compression::Compression | compr_ |
format::Format | fmt_ |
File target is supposed to exist at construction time.
|
inlineexplicit |