Mercurial > repos > xuebing > bed_size_stat
view bed_size_stat.xml @ 5:e9bc2ab48dd5 default tip
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 18:55:56 -0400 |
parents | a65882e1636c |
children |
line wrap: on
line source
<tool id="bed_size_stat" name="bed_size_stat"> <description>plot interval size distribution</description> <command interpreter="python">bed_size_stat.py $input $output $log </command> <inputs> <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> <param name="log" label="log plot" type="boolean" truevalue="log" falsevalue="none" checked="true"/> </inputs> <outputs> <data format="pdf" name="output" /> </outputs> <help> **What it does** This tool generates a histogram of the interval size. </help> </tool>