comparison expose-outputs.sh @ 9:c0e57c994deb draft

planemo upload commit 5b03cf1a31307c262701d4f267972bd01be24311
author mingchen0919
date Thu, 26 Apr 2018 14:10:58 -0400
parents 7c9170b7d9f6
children
comparison
equal deleted inserted replaced
8:7c9170b7d9f6 9:c0e57c994deb
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 star.html ${REPORT} 5 cp skewer.html ${REPORT}
6 cp Aligned.out.sorted.bam ${X_S} 6
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