Mercurial > repos > xuebing > bed_size_stat
view bed_size_stat.xml @ 0:26b8fea8a9e7
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 14:02:11 -0400 |
parents | |
children | b0e04c112633 |
line wrap: on
line source
<tool id="interval_size" name="interval_size"> <description>plot interval size distribution</description> <command interpreter="python">bed_size_stat.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>