Mercurial > repos > mingchen0919 > aurora_htseq
comparison expose-outputs-to-galaxy-history.sh @ 0:803f4888f36a draft
planemo upload commit 004a320fc0619c234164b44c64ba5dce205734e1
author | mingchen0919 |
---|---|
date | Thu, 13 Dec 2018 22:46:23 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:803f4888f36a |
---|---|
1 # change directory to tool outputs directory | |
2 cd ${REPORT_FILES_PATH} | |
3 | |
4 # copy outputs from tool outputs directory to corresponding galaxy output path | |
5 if [ -e "rmarkdown_report.html" ]; then | |
6 cp rmarkdown_report.html ${REPORT} | |
7 fi | |
8 | |
9 if [ -e "index.html" ]; then | |
10 cp index.html ${REPORT} | |
11 fi | |
12 | |
13 if [ -e "count_data.csv" ];then | |
14 cp count_data.csv ${X_c} | |
15 fi |