diff histogram.xml @ 0:0cebe436a553 draft default tip

Initial upload.
author hackdna
date Fri, 17 May 2013 14:29:33 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/histogram.xml	Fri May 17 14:29:33 2013 -0400
@@ -0,0 +1,21 @@
+<tool id="pathprint-histogram" name="Generate a Histogram">
+
+  <command>histogram.r $input $output</command>
+
+  <inputs> 
+    <param name="input" type="data" label="Consensus Distance" help="Submit a Consensus Distance file from your history"/> 
+  </inputs>
+
+  <outputs> 
+    <data format="pdf" name="output" label="Histogram"/> 
+  </outputs>
+
+  <stdio>
+    <exit_code range="1:" level="fatal" />
+  </stdio>
+
+  <help> 
+    Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
+  </help>
+
+</tool>