maize#
This is the documentation for maize 0.4.1.
maize is a graph-based workflow manager for computational chemistry pipelines. It is based on the principles of flow-based programming and thus allows arbitrary graph topologies, including cycles, to be executed. Each task in the workflow (referred to as nodes) is run as a separate process and interacts with other nodes in the graph by communicating through unidirectional channels, connected to ports on each node. Every node can have an arbitrary number of input or output ports, and can read from them at any time, any number of times. This allows complex task dependencies and cycles to be modelled effectively.
Installation#
If you plan on using maize-contrib, then you should just follow the installation instructions for the latter. Maize will be installed automatically as a dependency.
To get started quickly with running maize, you can install from an environment file:
conda env create -f env-users.yml