annotate offtarget_wrapper.sh @ 0:b194112c15d3 draft default tip

Uploaded
author mkim8
date Fri, 14 Mar 2014 10:55:19 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
1 R --vanilla --slave --args $1 $2 $3 $4 $5 $6 $7 < /home/galaxy/galaxy-dist/tools/offtarget/offtarget_v7.R > dump
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
2
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
3 if [ -f ${__tool_data_path__}CorrectedZScore.csv ]
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
4 then
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
5 mv dump log.txt
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
6 zip temp ${__tool_data_path__}*.*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
7 mv ${__tool_data_path__}temp.zip $8
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
8 else
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
9 cat dump >&2
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
10 fi
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
11