toil.batchSystems

Subpackages

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

__str__()[source]

Stringify the exception, including the message.