changeset 33:83555a70c34c draft

Uploaded
author guerler
date Fri, 09 May 2014 00:58:29 -0400
parents 680a819f4a4c
children f92f68399023
files charts.xml
diffstat 1 files changed, 18 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/charts.xml	Tue Apr 29 16:10:32 2014 -0400
+++ b/charts.xml	Fri May 09 00:58:29 2014 -0400
@@ -10,8 +10,10 @@
     <inputs>
         <param name="input" type="data" label="Input dataset" format="tabular" />
         <param name="module" type="select" label="R-script">
-            <option value="histogram">Histogram</option>
-            <option value="boxplot">Box plot</option>
+            <option value="boxplot">boxplot</option>
+            <option value="heatmap">heatmap</option>
+            <option value="histogram">histogram</option>
+            <option value="histogramdiscrete">histogramdiscrete</option>
         </param>
         <param name="columns" type="text" label="Columns string (i.e key1: column, key2: column)" value="column: 2"/>
         <param name="settings" type="text" label="Options string (i.e data_limit: 1000)" value=""/>
@@ -48,5 +50,19 @@
             <param name="settings" value="" />
             <output name="output" file="boxplot.001.txt" lines_diff="2"/>
         </test>
+        <test>
+            <param name="input" value="tabular_matrix.txt" />
+            <param name="module" value="histogramdiscrete" />
+            <param name="columns" value="key1: 1, key2: 2, key3: 3" />
+            <param name="settings" value="" />
+            <output name="output" file="histogramdiscrete.000.txt" lines_diff="2"/>
+        </test>
+        <test>
+            <param name="input" value="tabular_matrix.txt" />
+            <param name="module" value="heatmap" />
+            <param name="columns" value="key1: 1, key2: 2, key3: 3" />
+            <param name="settings" value="" />
+            <output name="output" file="heatmap.000.txt" lines_diff="2"/>
+        </test>
     </tests>
 </tool>
\ No newline at end of file