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.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.
-