changeset 2:f3538d3548f5 draft

Deleted selected files
author elindfor
date Wed, 15 Jan 2014 04:02:00 -0500
parents 2ab9940c1fb2
children d1cd633e151a
files SumTest.xml
diffstat 1 files changed, 0 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/SumTest.xml	Tue Jan 14 11:08:03 2014 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<tool id="SumTest_rpy" name="SumTest">
-  <description>Sum of numbers from one column</description>
-  <command interpreter="r">SumTest.py $input $out_file1 $col1</command>
-  <inputs>
-    <param name="input" type="data" format="tabular" label="Dataset"/>
-    <param name="col1" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" />
-  </inputs>
-  <outputs>
-    <data format="txt" name="out_file1" />
-  </outputs>
-  <requirements>
-    <requirement type="python-module">rpy</requirement>
-  </requirements>
-  <help>
-
-.. class:: infomark
-
-**TIP:** If your data is not TAB delimited, use *Text Manipulation-&gt;Convert*
-
------
-
-**Syntax**
-
-This tool creates a simple sum from numeric values of a selected dataset. 
-
-**Example**
-
-- Input file::
-
-    1
-    2
-    3
-    4
-    5
-    
-
-</help>
-</tool>
\ No newline at end of file