How to use ewoks from the command line#

Install requirements

pip install ewoks

Execute a workflow

ewoks execute /path/to/graph.json [--engine dask]

or for an installation with the system python

python3 -m ewoks execute /path/to/graph.json [--engine dask]

The ewoks command line interface can be used for other things like converting a workflow format

ewoks execute /path/to/graph.ows /path/to/graph.json

Ewoks jobs can be submitted as follows

ewoks submit /path/to/graph.json

For more information

ewoks --help