Mercurial > repos > xuebing > sharplabtool
comparison mytools/makewindow.xml @ 7:f0dc65e7f6c0
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:59:07 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:094f377db4e5 | 7:f0dc65e7f6c0 |
---|---|
1 <tool id="makewindow" name="make-window"> | |
2 <description>around interval center </description> | |
3 <command interpreter="python"> makewindow.py $input $output $window </command> | |
4 <inputs> | |
5 <param name="input" type="data" format="interval" label="Input interval file"/> | |
6 <param name="window" type="integer" value="1000" label="window size (bps)" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="input" name="output" /> | |
10 </outputs> | |
11 <help> | |
12 | |
13 **Description** | |
14 | |
15 For each interval in the input file, take the middle point, then extend each side windowsize/2 bps. | |
16 | |
17 </help> | |
18 </tool> |