#!/bin/bash

set -e

TOPDIR=`pwd`

# plan and submit the  workflow
pegasus-plan \
    --conf pegasusrc \
    --dir work \
    --sites Trestles \
    --output-site local \
    --nocleanup \
    --dax workflow.dax \
    --submit

