diff options
Diffstat (limited to 'pilot.sh')
| -rw-r--r-- | pilot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,7 @@ eval set -- "$opts" RESTART="" SCRATCH="" BATCH_SYSTEM="slurm" +PROGRAM="${0##*/}" while true; do case "$1" in -c | --container) set_container "${2}"; shift 2 ;; @@ -41,7 +42,6 @@ while true; do esac done -PROGRAM="${0##*/}" # TODO: clean this up WORKFLOW="${PIPELINE}/workflows/${1}.cwl" |