diff 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 diff
--- a/build-and-run-job-scripts.sh	Mon May 14 16:17:19 2018 -0400
+++ b/build-and-run-job-scripts.sh	Mon May 14 16:58:24 2018 -0400
@@ -3,7 +3,8 @@
 
 #========== build and run job 1 script ============
 cat >curl-download.sh <<EOF
-curl -O output.$X_n $X_u > curl-log.txt 2>&1
+curl $X_u > output.$X_n
+cp output.$X_n ${JOB_WORKING_DIR}
 EOF
 
 # run job 1 script