changeset 3:9d42c3633b3f draft

planemo upload for repository https://github.com/feltus/BDSS
author mingchen0919
date Mon, 11 Jun 2018 23:50:58 -0400
parents 0d15928a648c
children 41c25558889a
files rmarkdown_report.Rmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rmarkdown_report.Rmd	Mon Jun 11 23:50:10 2018 -0400
+++ b/rmarkdown_report.Rmd	Mon Jun 11 23:50:58 2018 -0400
@@ -56,7 +56,7 @@
 ## Job script
 
 ```{bash, echo=FALSE}
-sh ${TOOL_INSTALL_DIR}/build-and-run-job-scripts.sh > ${REPORT_FILES_PATH}/log.txt 2>&1
+sh ${TOOL_INSTALL_DIR}/build-and-run-job-scripts.sh >> ${REPORT_FILES_PATH}/log.txt 2>&1
 ```
 
 ```{r echo=FALSE, comment='', results='asis'}