changeset 1:822d596ca826 draft default tip

Deleted selected files
author christian-h
date Thu, 09 Jan 2014 07:55:26 -0500
parents be1a1416cf28
children
files ToolShedTest/IO_test.xml~
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/ToolShedTest/IO_test.xml~	Thu Jan 09 07:54:55 2014 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<tool id="IOTest" name="IO-Test" version="0.0.1">
-  <description>for Galaxy-R IO-Testing</description>
-  <command interpreter="bash">
-	/work/galaxy/galaxy_dist/tools/fmi_quasr/discard_stderr_wrapper.sh /work/galaxy/helper/R/R-3.0.1/bin/R --slave --vanilla -f /work/galaxy/galaxy_dist/tools/fmi_quasr/IO_test.R --args key=$input01 test="" user="$__user_email__" toolPath=$__tool_data_path__ mylocals="${ locals() }" mydir="${ dir() }" myself="${ dir(self) }" mygroup=${ str($__app__.model.UserGroupAssociation.group) } url1=$__app__.config.fluent_host url2=$__app__.config.fluent_port rootPath=$__root_dir__ output01
-  </command>
-  <inputs>
-  	<param name="input01" type="data" format="txt" label="Text File" />
-  </inputs>
-  <outputs>
-       <data name="output01" type="data" format="txt" label="IOreport" />
-  </outputs> 
-
-
-  <help>
-[!!testing!!]
-This is just for testing the python/galaxy - R IO-Interface!
-
-The output is plain text.
-[!!testing!!]
-  </help>
-</tool>