changeset 21:fed4e754376e draft default tip

Uploaded
author moheydarian
date Wed, 22 Feb 2017 13:58:30 -0500
parents e4938be259a4
children
files ggplot_point.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_point.xml	Wed Feb 22 13:55:38 2017 -0500
+++ b/ggplot_point.xml	Wed Feb 22 13:58:30 2017 -0500
@@ -1,4 +1,4 @@
-<tool id="ggplot_point" name="Scatterplot w ggplot2" version="0.1.5">
+<tool id="ggplot_point" name="Scatterplot w ggplot2" version="0.1.3">
     <requirements>
         <requirement type="package">r-getopt</requirement>
         <requirement type="package">r-ggplot2</requirement>
@@ -87,9 +87,9 @@
 
     ]]></command>
     <inputs>
-        <param name="input1" type="data" format="tabular" label="Dataset" label="Input (tabular format)" />
-        <param name="xplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on x-axis" />
-        <param name="yplot" type="data_column" data_ref="input" numerical="True" label="Column to plot on y-axis" />
+        <param name="input1" type="data" format="tabular" label="Input (tabular format)" />
+        <param name="xplot" type="integer" value="8" label="Column to plot on x-axis" />
+        <param name="yplot" type="integer" value="9" label="Column to plot on y-axis" />
         <param name="title" size="30" type="text" value="plot title" label="Title of plot" />
         <param name="xlab" size="30" type="text" value="title of x-axis" label="Label for x-axis"/>
         <param name="ylab" size="30" type="text" value="title of y-axis" label="Label for y-axis"/>