Mercurial > repos > mingchen0919 > aurora_findssrs
view galaxy_outputs.sh @ 1:6da16f4e1e3b draft
update
| author | mingchen0919 |
|---|---|
| date | Fri, 09 Nov 2018 12:23:25 -0500 |
| parents | 389ef73cf4e1 |
| children | dad0996ce0b7 |
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 `*.ssr.fasta` ]; then cp `*.ssr.fasta` ${X_F} fi
