changeset 1:4362b3a5d397 draft

Uploaded
author mb2013
date Wed, 20 Nov 2013 05:28:31 -0500
parents fe08e72740fe
children 029aaa1f335a
files plotPCACsize.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plotPCACsize.xml	Wed Nov 20 05:28:31 2013 -0500
@@ -0,0 +1,22 @@
+<tool id="plotPCACsize" name="plotPCACsize">
+  <description>Plottool for pca and csize</description>
+  <command interpreter="Rscript">plotPCACsize.R $input_PCA $input_Csize "$title" "$x_label" "$y_label" $x_column $names $output</command>
+  <inputs>
+    <param name="input_PCA" type="data" format="csv" label="PC" />
+    <param name="input_Csize" type="data" format="csv" label="Csize procrustes" />
+    <param name = "title" size = "30" type = "text" value = "" label = "Main Title"/>
+    <param name = "x_label" size = "30" type = "text" value = "" label = "x axis label"/>
+    <param name = "y_label" size = "30" type = "text" value = "" label = "y axis label"/>
+    <param name = "x_column" size = "2" type = "text" value = "1" label = "Pca "/>
+    <param name = "names" type = "data" format = "csv" label = "data names"/>
+  </inputs>
+  <outputs>
+    <data format="png" name="output" />
+  </outputs>
+
+  
+  <help>
+My own plot tool :)
+  </help>
+
+</tool>