Exit module
Module contents
Exit module
Stop the workflow when this module is reached. This allows users to execute only a certain initial part of the workflow without having to comment/uncomment the unwanted lines.
Examples
Consider the following config file example:
[topoaa]
(...)
[rigidbody]
(...)
[exit] # <- workflow will stop here
[flexref]
(...)
The workflow will stop at [exit] and [flexref] will not be performed.
You can also use this option combined with --restart and --extend-run.
See examples in examples/docking-protein-protein/*-exit-test.cfg files.
- class haddock.modules.extras.exit.HaddockModule(order: int, path: Path, *ignore: Any, init_params: str | Path = PosixPath('/opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages/haddock/modules/extras/exit/defaults.yaml'), **everything: Any)[source]
Bases:
BaseHaddockModuleStop the workflow when this module is reached.
Default Parameters
Easy
message
default: ‘Stopping the workflow.’
type: string
title: Exiting message.
short description: The message to print when exiting.
long description: The message to print when exiting.
group: execution
explevel: easy