Mercurial > repos > xuebing > sharplab_interval_analysis
view makewindow.xml @ 24:8dd2a3f51c42 draft default tip
Deleted selected files
author | xuebing |
---|---|
date | Wed, 09 May 2012 10:53:44 -0400 |
parents | 16ba480adf96 |
children |
line wrap: on
line source
<tool id="makewindow" name="make-window"> <description>around interval center </description> <command interpreter="python"> makewindow.py $input $output $window </command> <inputs> <param name="input" type="data" format="interval" label="Input interval file"/> <param name="window" type="integer" value="1000" label="window size (bps)" /> </inputs> <outputs> <data format="input" name="output" /> </outputs> <help> **Description** For each interval in the input file, take the middle point, then extend each side windowsize/2 bps. </help> </tool>