3227606967fd0ec89fc5b38b10e4d6df2eb69ca4
[arvados-vscode-cwl-template.git] / scripts / run-workflow
1 #!/bin/sh
2 set -e
3 FILE=$1
4 DIR=$(dirname $FILE)
5 . $(dirname $0)/setup-env
6 if test -s $DIR/input.yaml ; then
7     INPUT=$DIR/input.yaml
8 fi
9 arvados-cwl-runner $PROJECT_UUID $FILE $INPUT