Mercurial > repos > xuebing > bed_size_stat
changeset 0:26b8fea8a9e7
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 14:02:11 -0400 |
parents | |
children | b1da797d49a5 |
files | bed_size_stat.xml |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bed_size_stat.xml Sat Mar 31 14:02:11 2012 -0400 @@ -0,0 +1,17 @@ +<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>