toil.batchSystems

Submodules

Exceptions

DeadlockException

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

Package Contents

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

Bases: Exception

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

msg = 'Deadlock encountered: Uninferable'
__str__()[source]

Stringify the exception, including the message.