Exceptions (dasi.exceptions)

This module provides DASi exceptions and warnings

Exceptions

AlignmentContainerException

An alignment container exception.

AlignmentException

An alignment exception.

DASiException

A generic dasi exception.

DASiWarning

A generic dasi warning.

DasiCostParameterValidationError

Input json file for cost parameters was invalid.

DasiDesignException

A design exception.

DasiInvalidMolecularAssembly

Invalid molecular assembly.

DasiNoPrimerPairsException

Sequence design exception.

DasiOutputValidationError

Output json file was invalid.

DasiSequenceDesignException

Sequence design exception.

exception dasi.exceptions.AlignmentContainerException[source]

Bases: dasi.exceptions.DASiException

An alignment container exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.AlignmentException[source]

Bases: dasi.exceptions.DASiException

An alignment exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DASiException[source]

Bases: Exception

A generic dasi exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DASiWarning[source]

Bases: Warning

A generic dasi warning.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiCostParameterValidationError[source]

Bases: dasi.exceptions.DASiException

Input json file for cost parameters was invalid.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiDesignException[source]

Bases: dasi.exceptions.DASiException

A design exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiInvalidMolecularAssembly[source]

Bases: dasi.exceptions.DASiException

Invalid molecular assembly.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiNoPrimerPairsException[source]

Bases: dasi.exceptions.DASiException

Sequence design exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiOutputValidationError[source]

Bases: dasi.exceptions.DASiException

Output json file was invalid.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception dasi.exceptions.DasiSequenceDesignException[source]

Bases: dasi.exceptions.DASiException

Sequence design exception.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.