Errors (pyhmmer.errors
)#
Common errors and status codes for the easel
and hmmer
modules.
Memory Errors#
|
A memory error that is caused by an unsuccessful allocation. |
Value Errors#
|
A value error caused by an alphabet mismatch. |
|
The model is missing bitscore cutoffs required by the pipeline. |
|
A value error caused by a HMM that fails validation. |
|
An invalid parameter value was given. |
Runtime Errors#
|
An unexpected error that happened in the C code. |
|
An error that was raised from the Easel code. |
|
A runtime error that happened in a |