diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Options can be the following: * `--outdir` is a path relative to which intermediate files and final data products will be written. Will be created if it does not exist. If not specified, `$BINDDIR` will be used instead. +* `--batch_system` specifies the queuing system to be used. + Defaults to `slurm`. + Use `single_machine` to run on the local node. * `<workflow name>` is the workflow file name without extension, e.g. `delay-calibration` or `concatenate-flag` for the VLBI pipeline or `HBA_calibrator` or `HBA_target` for LINC. ## Notes |