# HG changeset patch # User mingchen0919 # Date 1528775458 14400 # Node ID 9d42c3633b3f224db12e357cba3220e4daff6b6f # Parent 0d15928a648cc2b90149b4013df10c451d2e1a89 planemo upload for repository https://github.com/feltus/BDSS diff -r 0d15928a648c -r 9d42c3633b3f rmarkdown_report.Rmd --- 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'}