comparison expose-outputs-to-galaxy-history.sh @ 4:b3e5f4753856 draft

planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b-dirty
author mingchen0919
date Tue, 01 May 2018 11:20:13 -0400
parents
children a40d5db8687e
comparison
equal deleted inserted replaced
3:6e69c93fe491 4:b3e5f4753856
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 cp count_data.csv ${X_c}