diff kaks_analysis_barplot.xml @ 0:844acb833219 draft

Uploaded
author greg
date Wed, 08 Mar 2017 08:55:19 -0500
parents
children 30430f2758fe
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kaks_analysis_barplot.xml	Wed Mar 08 08:55:19 2017 -0500
@@ -0,0 +1,34 @@
+<tool id="kaks_barplot" name="KaKs Barplot" version="1.0.0">
+    <description></description>
+    <requirements>
+         <requirement type="package" version="1.3.0">r-optparse</requirement>
+    </requirements>
+    <command>
+        <![CDATA[
+            Rscript $__tool_directory__/kaks_barplot.R
+            -s '${components}'
+            -o "$output"
+        ]]>
+    </command>
+    <inputs>
+        <param name="components" format="tabular" type="data" label="Select dataset containing significant components in the ks distribution" />
+    </inputs>
+    <outputs>
+        <data name="output" format="pdf"/>
+    </outputs>
+    <help>
+**What it does**
+ 
+Draws a barplot of the significant components in the ks distribution.
+    </help>
+    <citations>
+        <citation type="bibtex">
+            @unpublished{None,
+            author = {Eric Wafula},
+            title = {None},
+            year = {None},
+            url = {https://github.com/dePamphilis/PlantTribes}
+            }
+        </citation>
+    </citations>
+</tool>