Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
an exception for the case that a given file could not be read on a low level More...
#include <exceptions.hpp>
Public Member Functions | |
read_error (const unsigned _line_no, const std::string &_errmsg) | |
const char * | what () const noexcept |
Public Attributes | |
const unsigned | line_no |
store the line number on which the exception ocurred | |
const std::string | errmsg |
store the error string | |
an exception for the case that a given file could not be read on a low level