changeset 15:0cef5c0382c8 draft

Uploaded
author mb2013
date Wed, 20 Nov 2013 07:20:00 -0500
parents be66787b414c
children fe749b5b462e
files barplot.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/barplot.xml	Wed Nov 20 07:20:00 2013 -0500
@@ -0,0 +1,28 @@
+<tool id="barplot" name="barplot">
+  <description>barplot variance </description>
+  <command interpreter="Rscript"> barplot.R $input "$title" $output </command>
+  <inputs>
+    <param name="input" type="data" format="csv" label="standard deviation pca" />
+    <param name = "title" size = "30" type = "text" value = "" label = "Main Title"/>
+  </inputs>
+  <outputs>
+    <data format="png" name="output" />
+  </outputs>
+
+  
+  <help>
+**What it does**
+
+Plottool for creating a barplot of variance of PCA
+
+**Input file**
+
+standard deviation (PCA)
+
+**Tip**
+
+Use **PCA** to generate standard deviation .csv file
+
+  </help>
+
+</tool>