toil.batchSystems

Subpackages

Submodules

Package Contents

exception toil.batchSystems.DeadlockException(msg)[source]

Bases: Exception

digraph inheritancede2108aa76 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "DeadlockException" [URL="#toil.batchSystems.DeadlockException",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Exception thrown by the Leader or BatchSystem when a deadlock is encountered due to insufficient"]; }

Exception thrown by the Leader or BatchSystem when a deadlock is encountered due to insufficient resources to run the workflow

__str__()[source]

Stringify the exception, including the message.