Mercurial > repos > mingchen0919 > aurora_fastqc_site
view expose-outputs-to-galaxy-history.sh @ 10:5286f3b1c9c2 draft default tip
planemo upload commit 363ef0a73d874c67326a67f51a78328906951248-dirty
author | mingchen0919 |
---|---|
date | Fri, 30 Nov 2018 22:15:50 -0500 |
parents | 94762f1cb779 |
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