comparison expose-outputs.sh @ 6:5b07e567864b draft

planemo upload commit ee93fa730d90ffc1a895a849bdcb6050ed5ad2c9-dirty
author mingchen0919
date Wed, 25 Apr 2018 17:20:11 -0400
parents 2c663ddb8488
children c5c297020c36
comparison
equal deleted inserted replaced
5:2c663ddb8488 6:5b07e567864b
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