diff options
| author | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2024-10-28 14:28:25 +0000 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2024-10-28 14:28:25 +0000 |
| commit | 1903effcad7725c60740bf0d3b57a97c8f20a2e5 (patch) | |
| tree | dab500f3739effc47f4d88b812af9d3ec1bc602c | |
| parent | 9246d90121fb9beb87796ca5dc9b8758daaaeb45 (diff) | |
Fix Markdown issue
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ Issues should be reported to [Matthijs van der Wild](mailto:matthijs.van-der-wil ## Assumptions This script assumes the following: + * All relevant input data is available either in either the `$HOME` directory or in a directory henceforth called `$BINDDIR`. Targets of any links in these directories should be accessible to the compute directories, as these will be mounted during relevant jobs. * The output will be written to a results directory in `$BINDDIR`. @@ -23,6 +24,7 @@ The script can be run as follows: sh pilot.sh [options] <workflow name> $BINDDIR ``` Options can be the following: + * `-h` prints the script usage with all available options (optional). * `-r` restarts a failed pipeline, if this script was run before but the pipeline failed. * `-c` allows the pipeline to use the specified container (optional, VLBI pipeline only). |