Mercurial > repos > mingchen0919 > gtg_star_demo
comparison star_galaxy_outputs.sh @ 1:44632fc0fc15 draft
update
author | mingchen0919 |
---|---|
date | Wed, 20 Jun 2018 11:33:55 -0400 |
parents | a1448d1f2ee4 |
children |
comparison
equal
deleted
inserted
replaced
0:a1448d1f2ee4 | 1:44632fc0fc15 |
---|---|
1 # change directory to tool outputs directory | 1 # change directory to tool outputs directory |
2 cd ${REPORT_FILES_PATH} | 2 cd ${REPORT_FILES_PATH} |
3 | 3 |
4 # copy outputs from tool outputs directory to corresponding galaxy output path | 4 # copy outputs from tool outputs directory to corresponding galaxy output path |
5 if [ -e "rmarkdown_report.html" ]; then | 5 if [ -e "star.html" ]; then |
6 cp rmarkdown_report.html ${REPORT} | 6 cp star.html ${REPORT} |
7 fi | 7 fi |
8 | 8 |
9 if [ -e "index.html" ]; then | 9 if [ -e "index.html" ]; then |
10 cp index.html ${REPORT} | 10 cp index.html ${REPORT} |
11 fi | 11 fi |
12 | 12 |
13 if [ -e "Aligned.out.sorted.bam" ]; then | 13 if [ -e "Aligned.out.sorted.bam" ]; then |
14 cp index.html ${REPORT} | 14 cp Aligned.out.sorted.bam ${X_S} |
15 fi | 15 fi |