Mercurial > repos > mingchen0919 > aurora_htseq_site
view expose-outputs-to-galaxy-history.sh @ 5:cf3fde5d0834 draft
planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b-dirty
| author | mingchen0919 |
|---|---|
| date | Tue, 01 May 2018 11:27:32 -0400 |
| parents | b3e5f4753856 |
| children | a40d5db8687e |
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 cp count_data.csv ${X_c}
