Mercurial > repos > xuebing > bed_size_stat
annotate bed_size_stat.xml @ 5:e9bc2ab48dd5 default tip
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 18:55:56 -0400 |
parents | a65882e1636c |
children |
rev | line source |
---|---|
4 | 1 <tool id="bed_size_stat" name="bed_size_stat"> |
0 | 2 <description>plot interval size distribution</description> |
2 | 3 <command interpreter="python">bed_size_stat.py $input $output $log </command> |
0 | 4 <inputs> |
5 <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> | |
2 | 6 <param name="log" label="log plot" type="boolean" truevalue="log" falsevalue="none" checked="true"/> |
0 | 7 </inputs> |
8 <outputs> | |
9 <data format="pdf" name="output" /> | |
10 </outputs> | |
11 <help> | |
12 | |
13 **What it does** | |
14 | |
15 This tool generates a histogram of the interval size. | |
16 | |
17 </help> | |
18 </tool> |