comparison build-and-run-job-scripts.sh @ 0:7a3bb304fe1d draft

planemo upload
author mingchen0919
date Mon, 14 May 2018 15:56:28 -0400
parents
children 350afb9412fc
comparison
equal deleted inserted replaced
-1:000000000000 0:7a3bb304fe1d
1 # run job scripts within the tool outputs directory
2 cd ${REPORT_FILES_PATH}
3
4 #========== build and run job 1 script ============
5 cat >curl-download.sh <<EOF
6 curl -O output.$X_n $X_u > curl-log.txt 2>&1
7 EOF
8
9 # run job 1 script
10 sh curl-download.sh
11