changeset 1:a85dd9968af9 draft

Uploaded xml
author nick
date Tue, 28 May 2013 12:48:13 -0400
parents 128db16c9399
children 3a1ce69571e5
files hetbox.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hetbox.xml	Tue May 28 12:48:13 2013 -0400
@@ -0,0 +1,20 @@
+<tool id="hetbox" version="1.0" name="Minor variant boxplot">
+  <description></description>
+  <command interpreter="python">hetbox.py $input $outplot $outreport $report</command>
+  <inputs>
+    <param name="input" type="data" format="tabular" label="Input allele counts file"/>
+    <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" />
+  </inputs>
+  <outputs>
+    <data name="outplot" format="png"/>
+    <data name="outreport" format="tabular"/>
+  </outputs>
+
+  <help>
+
+  </help>
+
+  <requirements>
+    <requirement type="package" version="1.7.1">numpy</requirement>
+  </requirements>
+</tool>
\ No newline at end of file