0
|
1 <tool id="interval_size" name="interval_size">
|
|
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>
|