comparison expose-outputs-to-galaxy-history.sh @ 6:a40d5db8687e draft

planemo upload commit 7d411a114317ebd9dfc6a20a7f132e653ccad986-dirty
author mingchen0919
date Mon, 14 May 2018 11:00:01 -0400
parents b3e5f4753856
children
comparison
equal deleted inserted replaced
5:cf3fde5d0834 6:a40d5db8687e
8 8
9 if [ -e "index.html" ]; then 9 if [ -e "index.html" ]; then
10 cp index.html ${REPORT} 10 cp index.html ${REPORT}
11 fi 11 fi
12 12
13 cp count_data.csv ${X_c} 13 if [ -e "count_data.csv" ];then
14 cp count_data.csv ${X_c}
15 fi