Mercurial > repos > mingchen0919 > aurora_htseq_site
diff 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 |
line wrap: on
line diff
--- a/expose-outputs-to-galaxy-history.sh Tue May 01 11:27:32 2018 -0400 +++ b/expose-outputs-to-galaxy-history.sh Mon May 14 11:00:01 2018 -0400 @@ -10,4 +10,6 @@ cp index.html ${REPORT} fi -cp count_data.csv ${X_c} \ No newline at end of file +if [ -e "count_data.csv" ];then + cp count_data.csv ${X_c} +fi \ No newline at end of file
