annotate gemini_windower.xml @ 0:720cbfb4190d draft

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:54 -0400
parents
children 93bb0cfacefb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
2 <description>Conducting analyses on genome "windows"</description>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
3 <expand macro="requirements" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
4 <expand macro="version_command" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
5 <macros>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
6 <import>gemini_macros.xml</import>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
7 <token name="@BINARY@">windower</token>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
8 </macros>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
9 <command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
10 <![CDATA[
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
11 gemini @BINARY@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
12 -w $w
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
13 -s $s
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 -t $window_analysis
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 -o $operation
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16 "${ infile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
18 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21 <inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 <param name="infile" type="data" format="sqlite" label="GEMINI database" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 <param name="window_analysis" type="select" label="The type of window analysis requested?" help="(-t)">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 <option value="nucl_div">(nucl_div)</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 <option value="hwe">(hwe)</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29 <param name="operation" type="select" label="The operation that should be applied to the -t values" help="(-o)">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
30 <option value="mean">mean</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
31 <option value="median">median</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32 <option value="min">min</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 <option value="max">max</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 <option value="collapse">collapse</option>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
37 <param name="w" type="integer" value="10000" size="10" label="The window size in bp"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
38 help="(-w)">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
39 <validator type="in_range" min="0"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
40 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
41
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
42 <param name="s" type="integer" value="1000" size="10" label="The step size for the windows in bp"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
43 help="(-s)">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
44 <validator type="in_range" min="0"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
45 </param>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
46
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
47 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
48
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
49 <outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
50 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
51 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
52 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
53 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
54 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
55 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
56 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
57 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
58
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
59 It computs variation metrics across genomic windows (both fixed and sliding).
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
60
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
61 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
62 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
63 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
64 </tool>