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