Configuration

Shellflow can be configured GridEngine options or other options with TOML file.

Command

RegExp

If a command to run is matched to a regular expression, options listed in below will be applied.

RunImmediate

If this option is setted to true, command will be run immediately without using job scheduler.

DontInheirtPath

If this option is setted to true, Shellflow will not inheirt PATH and LD_LIBRARY_PATH when running with job scheduler.

SGEOption

This options will be passed to Univa/Sun Grid Engine qsub.

Configuration Example