view bed_size_stat.xml @ 1:b1da797d49a5

Uploaded
author xuebing
date Sat, 31 Mar 2012 14:02:27 -0400
parents 26b8fea8a9e7
children b0e04c112633
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</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>