Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | Public Attributes | List of all members
except::invalid_assumption Struct Reference

an exception for the case that some assumption that is made is not true More...

#include <exceptions.hpp>

Inheritance diagram for except::invalid_assumption:
except::invalid_options

Public Member Functions

 invalid_assumption (const std::string _which)
 
const char * what () const throw ()
 

Public Attributes

const std::string which
 

Detailed Description

an exception for the case that some assumption that is made is not true

for example when running the procedure treating deg-2 graphs for a graph that is not deg-2


The documentation for this struct was generated from the following file: