Mercurial > repos > bgruening > upload_testing
annotate MiClip_wrapper.sh @ 102:5f4562dc0890 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 04 Mar 2014 18:13:24 -0500 |
parents | 4235fcb5b090 |
children |
rev | line source |
---|---|
101 | 1 R --vanilla --slave --args $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} < /HOME/galaxy/galaxy-dist/tools/MiClip/MiClip.R > dump |
2 if [ -f ${__tool_data_path__}clusters.csv ] | |
3 then | |
4 zip temp ${__tool_data_path__}log.txt | |
5 zip temp ${__tool_data_path__}*.csv | |
6 mv ${__tool_data_path__}temp.zip ${12} | |
7 else | |
8 cat dump >&2 | |
9 fi | |
10 |