Mercurial > repos > xuebing > sharplab_interval_analysis
comparison interval/intervalSize.xml @ 18:9bbb37e8683f
Uploaded
| author | xuebing |
|---|---|
| date | Sat, 31 Mar 2012 08:24:32 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 17:688d26323b28 | 18:9bbb37e8683f |
|---|---|
| 1 <tool id="intervalsize" name="interval size"> | |
| 2 <description>distribution</description> | |
| 3 <command interpreter="python">intervalSize.py $input $output</command> | |
| 4 <inputs> | |
| 5 <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> | |
| 6 </inputs> | |
| 7 <outputs> | |
| 8 <data format="pdf" name="output" /> | |
| 9 </outputs> | |
| 10 <help> | |
| 11 | |
| 12 **What it does** | |
| 13 | |
| 14 This tool generates a histogram of the interval size. | |
| 15 | |
| 16 </help> | |
| 17 </tool> |
