view bed_size_stat.xml @ 3:cce2eabe8b8d

Uploaded
author xuebing
date Sat, 31 Mar 2012 18:50:24 -0400
parents b0e04c112633
children a65882e1636c
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 $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>