annotate bed_window.xml @ 0:21b4cb068fab

Uploaded
author xuebing
date Sat, 31 Mar 2012 14:05:34 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
1 <tool id="bed_window" name="bed_window">
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
2 <description>make a window around interval center </description>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python"> bed_window.py $input $output $window </command>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
4 <inputs>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
5 <param name="input" type="data" format="interval" label="Input interval file"/>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
6 <param name="window" type="integer" value="1000" label="window size (bps)" />
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
7 </inputs>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
8 <outputs>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
9 <data format="input" name="output" />
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
10 </outputs>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
11 <help>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
12
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
13 **Description**
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
14
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
15 For each interval in the input file, take the middle point, then extend each side windowsize/2 bps.
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
16
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
17 </help>
21b4cb068fab Uploaded
xuebing
parents:
diff changeset
18 </tool>