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