Mercurial > repos > mingchen0919 > aurora_curl
view expose-outputs-to-galaxy-history.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
# change directory to tool outputs directory cd ${REPORT_FILES_PATH} # copy outputs from tool outputs directory to corresponding galaxy output path if [ -e "rmarkdown_report.html" ]; then cp rmarkdown_report.html ${REPORT} fi if [ -e "index.html" ]; then cp index.html ${REPORT} fi