Mercurial > repos > mingchen0919 > aurora_skewer
comparison expose-outputs.sh @ 8:7c9170b7d9f6 draft
planemo upload commit 5b03cf1a31307c262701d4f267972bd01be24311
| author | mingchen0919 |
|---|---|
| date | Thu, 26 Apr 2018 13:38:15 -0400 |
| parents | c5c297020c36 |
| children | c0e57c994deb |
comparison
equal
deleted
inserted
replaced
| 7:c5c297020c36 | 8:7c9170b7d9f6 |
|---|---|
| 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 cp skewer.html ${REPORT} | 5 cp star.html ${REPORT} |
| 6 | 6 cp Aligned.out.sorted.bam ${X_S} |
| 7 if [ -e trim-trimmed-pair1.fastq ]; then | |
| 8 cp trim-trimmed-pair1.fastq ${X_1} | |
| 9 fi | |
| 10 | |
| 11 if [ -e trim-trimmed-pair2.fastq ]; then | |
| 12 cp trim-trimmed-pair2.fastq ${X_2} | |
| 13 fi | |
| 14 | |
| 15 if [ -e trim-trimmed.fastq ]; then | |
| 16 cp trim-trimmed.fastq ${X_3} | |
| 17 fi |
