view build-and-run-job-scripts.sh @ 2:350afb9412fc draft default tip

planemo upload
author mingchen0919
date Mon, 14 May 2018 16:58:24 -0400
parents 7a3bb304fe1d
children
line wrap: on
line source

# run job scripts within the tool outputs directory
cd ${REPORT_FILES_PATH}

#========== build and run job 1 script ============
cat >curl-download.sh <<EOF
curl $X_u > output.$X_n
cp output.$X_n ${JOB_WORKING_DIR}
EOF

# run job 1 script
sh curl-download.sh