Custom errors
pypythia.custom_errors.PyPythiaException
Bases: Exception
Source code in pypythia/custom_errors.py
4 5 |
|
pypythia.custom_errors.RAxMLNGError
Bases: Exception
Custom RAxML-NG Exception used when running RAxML-NG commands. In case of a subprocess.CalledProcessError, the output of this Exception is either the entire RAxML-NG output, or only the lines containing the cause for the RAxML-NG error if the RAxML-NG output contains lines starting with "ERROR"
Source code in pypythia/custom_errors.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|