diff options
| author | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2024-10-28 16:13:40 +0000 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs.van-der-wild@durham.ac.uk> | 2024-10-28 16:13:40 +0000 |
| commit | 9e5334d83599cdef09f180c3f0411d6cf9b97e7e (patch) | |
| tree | ebc1a35a87061bcbcaa959f9053a144de2d56292 /README.md | |
| parent | 1903effcad7725c60740bf0d3b57a97c8f20a2e5 (diff) | |
Add option to specify a separate output directory
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,6 @@ 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`. * This script will be used with the SLURM queuing system on COSMA5 with the following options: `-p cosma5 -A durham -t 72:00:00`. If these options are not appropriate or if this script is to be run on other SLURM-run clusters one must set `$TOIL_SLURM_ARGS` prior to running. * `$CWL_SINGULARITY_CACHE` is set and the corresponding path contains (a link to) a singularity container `vlbi-cwl.sif`. @@ -33,6 +32,9 @@ Options can be the following: * `--scratch` is a path to local scratch storage where temporary data can be written to (optional). **`--scratch` must be local to the compute node. Nonlocal scratch storage will likely cause the pipeline to fail.** +* `--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. * `<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 |