Mercurial > repos > mkim8 > mintest
annotate offtarget/offtarget_wrapper.sh @ 0:94332d4947cb draft default tip
Uploaded
author | mkim8 |
---|---|
date | Thu, 13 Mar 2014 19:43:26 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 R --vanilla --slave --args $1 $2 $3 $4 $5 $6 $7 < /home/galaxy/galaxy-dist/tools/offtarget/offtarget_v7.R > dump |
2 | |
3 if [ -f ${__tool_data_path__}CorrectedZScore.csv ] | |
4 then | |
5 mv dump log.txt | |
6 zip temp ${__tool_data_path__}*.* | |
7 mv ${__tool_data_path__}temp.zip $8 | |
8 else | |
9 cat dump >&2 | |
10 fi | |
11 |