|
0
|
1 <macros>
|
|
|
2 <xml name="requirements">
|
|
|
3 <requirements>
|
|
2
|
4 <requirement type="package" version="0.10.0">gemini</requirement>
|
|
0
|
5 <requirement type="package" version="0.1.3">grabix</requirement>
|
|
|
6 <requirement type="package" version="0.2.6">tabix</requirement>
|
|
|
7 <requirement type="package" version="0.1.19">samtools</requirement>
|
|
|
8 <requirement type="package" version="2.19.1">bedtools</requirement>
|
|
|
9 <yield />
|
|
|
10 </requirements>
|
|
|
11 </xml>
|
|
|
12
|
|
|
13 <xml name="version_command">
|
|
|
14 <version_command>gemini --version</version_command>
|
|
|
15 </xml>
|
|
|
16
|
|
|
17 <xml name="stdio">
|
|
|
18 <stdio>
|
|
|
19 <exit_code range="1:" />
|
|
|
20 <exit_code range=":-1" />
|
|
|
21 <regex match="Error:" />
|
|
|
22 <regex match="Exception:" />
|
|
|
23 </stdio>
|
|
|
24 </xml>
|
|
|
25
|
|
|
26 <xml name="add_header_column">
|
|
|
27 <param name="header" type="boolean" truevalue="--header" falsevalue="" checked="False"
|
|
|
28 label="Add a header of column names to the output" help="(--header)"/>
|
|
|
29 </xml>
|
|
|
30
|
|
|
31 <xml name="radius">
|
|
|
32 <param name="radius" type="integer" value="3" size="5" label="Set filter for Breadth-first search (BFS) in the Protein-Protein Interaction network" help="(-r)" >
|
|
|
33 <validator type="in_range" min="0"/>
|
|
|
34 </param>
|
|
|
35 </xml>
|
|
|
36 <xml name="variant_mode">
|
|
|
37 <param name="variant_mode" type="boolean" truevalue="--var" falsevalue="" checked="False"
|
|
|
38 label="Returns variant info (e.g. impact, biotype) for interacting genes" help="(--var)"/>
|
|
|
39 </xml>
|
|
|
40
|
|
|
41 <xml name="column_filter">
|
|
|
42 <conditional name="report">
|
|
|
43 <param name="report_selector" type="select" label="Columns to include in the report"
|
|
|
44 help="By default, this tool reports all columns in the variants table. One may choose to report only a subset of the columns.">
|
|
|
45 <option value="all" selected="True">all</option>
|
|
|
46 <option value="column_filter">User given columns</option>
|
|
|
47 </param>
|
|
|
48 <when value="all"/>
|
|
|
49 <when value="column_filter">
|
|
|
50 <param name="columns" type="select" display="checkboxes" multiple="True" label="Choose columns to include in the report" help="(--columns)">
|
|
|
51 <option value="gene">gene</option>
|
|
|
52 <option value="chrom">chrom</option>
|
|
|
53 <option value="start">start</option>
|
|
|
54 <option value="end">end</option>
|
|
|
55 <option value="ref">ref</option>
|
|
|
56 <option value="alt">alt</option>
|
|
|
57 <option value="impact">impact</option>
|
|
|
58 <option value="impact_severity">impact_severity</option>
|
|
|
59 </param>
|
|
|
60 </when>
|
|
|
61 </conditional>
|
|
|
62 </xml>
|
|
|
63
|
|
|
64 <xml name="filter">
|
|
|
65 <conditional name="filter">
|
|
|
66 <param name="filter_selector" type="select" label="Apply additional constraints"
|
|
|
67 help="By default, this tool will report all variants regardless of their putative functional impact. In order to apply additional constraints on the variants returned, you can this optional filter.">
|
|
|
68 <option value="no">No additional constraints</option>
|
|
|
69 <option value="yes">Apply additional constraints</option>
|
|
|
70 </param>
|
|
|
71 <when value="no"/>
|
|
|
72 <when value="yes">
|
|
|
73 <param name="filter" type="text" label="Contraints in SQL syntax" help="Conditions applied here will become WHERE clauses in the query issued to the GEMINI database. E.g. alt='G' or impact_severity = 'HIGH'. (--filter)" />
|
|
|
74 </when>
|
|
|
75 </conditional>
|
|
|
76 </xml>
|
|
|
77
|
|
|
78 <xml name="min_sequence_depth">
|
|
|
79 <param name="d" type="integer" value="0" size="5" label="The minimum aligned sequence depth (genotype DP) required for each sample"
|
|
|
80 help="default: 0 (-d)">
|
|
|
81 <validator type="in_range" min="0"/>
|
|
|
82 </param>
|
|
|
83 </xml>
|
|
|
84
|
|
|
85 <token name="@VERSION@">0.9.1</token>
|
|
|
86
|
|
|
87 <token name="@CITATION@">------
|
|
|
88
|
|
|
89 **Citation**
|
|
|
90
|
|
|
91 If you use GEMINI in your research, please cite the following manuscript:
|
|
|
92
|
|
|
93 </token>
|
|
|
94 <xml name="citations">
|
|
|
95 <citations>
|
|
|
96 <citation type="doi">10.1371/journal.pcbi.1003153</citation>
|
|
|
97 <yield />
|
|
|
98 </citations>
|
|
|
99 </xml>
|
|
|
100 </macros>
|