Mercurial > repos > mkim8 > mintest3
annotate offtarget_wrapper.sh @ 0:b73bf7e5bb41 draft default tip
Uploaded
author | mkim8 |
---|---|
date | Fri, 14 Mar 2014 14:31:15 -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 |