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

Initial upload.
author hackdna
date Fri, 17 May 2013 14:29:33 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cebe436a553
1 <tool id="pathprint-histogram" name="Generate a Histogram">
2
3 <command>histogram.r $input $output</command>
4
5 <inputs>
6 <param name="input" type="data" label="Consensus Distance" help="Submit a Consensus Distance file from your history"/>
7 </inputs>
8
9 <outputs>
10 <data format="pdf" name="output" label="Histogram"/>
11 </outputs>
12
13 <stdio>
14 <exit_code range="1:" level="fatal" />
15 </stdio>
16
17 <help>
18 Feedback is welcome. Please send your questions, comments and suggestions to scde@hsci.harvard.edu.
19 </help>
20
21 </tool>