Mercurial > repos > mingchen0919 > gtg_star_demo
view star_galaxy_outputs.sh @ 0:a1448d1f2ee4 draft
planemo upload
author | mingchen0919 |
---|---|
date | Wed, 20 Jun 2018 10:24:45 -0400 |
parents | |
children | 44632fc0fc15 |
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 if [ -e "Aligned.out.sorted.bam" ]; then cp index.html ${REPORT} fi