annotate expose-outputs.sh @ 5:2c663ddb8488 draft

planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
author mingchen0919
date Wed, 25 Apr 2018 16:47:59 -0400
parents
children 5b07e567864b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
1 # change directory to tool outputs directory
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
2 cd ${REPORT_FILES_PATH}
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
3
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
4 # copy outputs from tool outputs directory to corresponding galaxy output path
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
5 cp skewer.html ${REPORT}
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
6
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
7 if [ -e trim-trimmed-pair1.fastq ]; then
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
8 cp trim-trimmed-pair1.fastq ${X_1}
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
9 fi
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
10
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
11 if [ -e trim-trimmed-pair2.fastq ]; then
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
12 cp trim-trimmed-pair2.fastq ${X_2}
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
13 fi
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
14
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
15 if [ -e trim-trimmed.fastq ]; then
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
16 cp trim-trimmed.fastq ${X_3}
2c663ddb8488 planemo upload commit f0ae5255b6c75f69c85319bba8da742be83f27d2-dirty
mingchen0919
parents:
diff changeset
17 fi