Exceptions (dasi.exceptions)¶
This module provides DASi exceptions and warnings
Exceptions
An alignment container exception. |
|
An alignment exception. |
|
A generic dasi exception. |
|
A generic dasi warning. |
|
Input json file for cost parameters was invalid. |
|
A design exception. |
|
Invalid molecular assembly. |
|
Sequence design exception. |
|
Output json file was invalid. |
|
Sequence design exception. |
-
exception
dasi.exceptions.AlignmentContainerException[source]¶ Bases:
dasi.exceptions.DASiExceptionAn 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.DASiExceptionAn alignment exception.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
dasi.exceptions.DASiException[source]¶ Bases:
ExceptionA generic dasi exception.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
dasi.exceptions.DASiWarning[source]¶ Bases:
WarningA 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.DASiExceptionInput 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.DASiExceptionA design exception.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
dasi.exceptions.DasiInvalidMolecularAssembly[source]¶ Bases:
dasi.exceptions.DASiExceptionInvalid molecular assembly.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
dasi.exceptions.DasiNoPrimerPairsException[source]¶ Bases:
dasi.exceptions.DASiExceptionSequence design exception.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
dasi.exceptions.DasiOutputValidationError[source]¶ Bases:
dasi.exceptions.DASiExceptionOutput 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.DASiExceptionSequence design exception.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-