Mercurial > repos > xuebing > sharplab_seq_motif
view mytools/makewindow.xml @ 0:39217fa39ff2
Uploaded
author | xuebing |
---|---|
date | Tue, 13 Mar 2012 23:34:52 -0400 |
parents | |
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>