Mercurial > repos > mingchen0919 > gtg_star_demo
annotate star_galaxy_outputs.sh @ 2:5c9d34a8061d draft default tip
new test
author | mingchen0919 |
---|---|
date | Wed, 20 Jun 2018 13:20:43 -0400 |
parents | 44632fc0fc15 |
children |
rev | line source |
---|---|
0 | 1 # change directory to tool outputs directory |
2 cd ${REPORT_FILES_PATH} | |
3 | |
4 # copy outputs from tool outputs directory to corresponding galaxy output path | |
1 | 5 if [ -e "star.html" ]; then |
6 cp star.html ${REPORT} | |
0 | 7 fi |
8 | |
9 if [ -e "index.html" ]; then | |
10 cp index.html ${REPORT} | |
11 fi | |
12 | |
13 if [ -e "Aligned.out.sorted.bam" ]; then | |
1 | 14 cp Aligned.out.sorted.bam ${X_S} |
0 | 15 fi |