Mercurial > repos > xuebing > sharplabtool
view tools/mytools/intervalSize.xml @ 1:cdcb0ce84a1b
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:45:15 -0500 |
parents | 9071e359b9a3 |
children |
line wrap: on
line source
<tool id="intervalsize" name="interval size"> <description>distribution</description> <command interpreter="python">intervalSize.py $input $output</command> <inputs> <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> </inputs> <outputs> <data format="pdf" name="output" /> </outputs> <help> **What it does** This tool generates a histogram of the interval size. </help> </tool>