Mercurial > repos > mingchen0919 > aurora_skewer
view expose-outputs.sh @ 7:c5c297020c36 draft
planemo upload commit 5b03cf1a31307c262701d4f267972bd01be24311
| author | mingchen0919 |
|---|---|
| date | Thu, 26 Apr 2018 12:49:35 -0400 |
| parents | 5b07e567864b |
| children | 7c9170b7d9f6 |
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 cp skewer.html ${REPORT} if [ -e trim-trimmed-pair1.fastq ]; then cp trim-trimmed-pair1.fastq ${X_1} fi if [ -e trim-trimmed-pair2.fastq ]; then cp trim-trimmed-pair2.fastq ${X_2} fi if [ -e trim-trimmed.fastq ]; then cp trim-trimmed.fastq ${X_3} fi
