|
0
|
1 <tool id="vep" name="Vep" version="0.1.0">
|
|
|
2 <requirements>
|
|
|
3 <requirement type="package" version="94.5">ensembl-vep</requirement>
|
|
|
4 </requirements>
|
|
|
5 <command detect_errors="exit_code"><![CDATA[
|
|
|
6 #if $output_options.cell_type.strip():
|
|
|
7 #set $cell_type = '--cell_type ' + str( $output_options.cell_type )
|
|
|
8 #else:
|
|
|
9 #set $cell_type = ''
|
|
|
10 #end if
|
|
|
11
|
|
|
12 #if str( $output_options.individual.select ) == "all":
|
|
|
13 #set $individual = '--individual all'
|
|
|
14 #elif str( $output_options.individual.select ) == "ind":
|
|
|
15 #set $individual = '--individual ind ' + str($output_options.individual.list)
|
|
|
16 #else:
|
|
|
17 #set $individual = ''
|
|
|
18 #end if
|
|
|
19
|
|
|
20 #if str( $output_options.vcf_info_field.select ) == "other":
|
|
|
21 #set $vcf_info_field = '--vcf_info_field ' + str( $output_options.vcf_info_field.name )
|
|
|
22 #else
|
|
|
23 #set $vcf_info_field = '--vcf_info_field ' + str( $output_options.vcf_info_field.select )
|
|
|
24 #end if
|
|
|
25
|
|
|
26 #if str( $identifier_options.synonyms.select ) == "yes":
|
|
|
27 #set $synonyms = '--synonyms ' + str( $identifier_options.synonyms.file )
|
|
|
28 #else
|
|
|
29 #set $synonyms = ''
|
|
|
30 #end if
|
|
|
31
|
|
|
32 #if str( $filtering_qc.transcript_filter.select ) == "yes":
|
|
|
33 #set $transcript_filter = '--transcript_filter "' + str( $filtering_qc.transcript_filter.filter ) + '"'
|
|
|
34 #else:
|
|
|
35 #set $transcript_filter = ''
|
|
|
36 #end if
|
|
|
37
|
|
|
38 #if str( $filtering_qc.chr.select ) == "yes":
|
|
|
39 #set chr = '--chr ' + str( $filtering_qc.chr.list )
|
|
|
40 #else:
|
|
|
41 #set chr = ''
|
|
|
42 #end if
|
|
|
43
|
|
|
44 #if str( $filtering_qc.pick_order.select ) == "yes":
|
|
|
45 #set $pick_order = '--pick_order ' + str( $filtering_qc.pick_order.list )
|
|
|
46 #else:
|
|
|
47 #set $pick_order = ''
|
|
|
48 #end if
|
|
|
49
|
|
|
50 #if str( $filtering_qc.freq.select ) == "yes":
|
|
|
51 #set $freq_pop = str( $filtering_qc.freq.freq_pop )
|
|
|
52 #set $freq_freq = str( $filtering_qc.freq.freq_freq )
|
|
|
53 #set $freq_gt_lt = str( $filtering_qc.freq.freq_gt_lt )
|
|
|
54 #set $freq_filter = str( $filtering_qc.freq.freq_filter )
|
|
|
55 #set $freq = $freq_pop + ' --freq_freq ' + $freq_freq + ' ' + $freq_gt_lt + ' ' + $freq_filter
|
|
|
56 #else:
|
|
|
57 #set $freq = ''
|
|
|
58 #end if
|
|
|
59
|
|
|
60 vep
|
|
|
61 --format vcf
|
|
9
|
62 --vcf
|
|
0
|
63 --no_stats
|
|
|
64 --dir_plugins $__tool_directory__/dir_plugins
|
|
|
65 --cache
|
|
8
|
66 --dir_cache "\$VEP_CACHE_DIR"
|
|
0
|
67 --force_overwrite
|
|
6
|
68 --species ${species}
|
|
10
|
69 --cache_version 99
|
|
9
|
70 --input_file "$input"
|
|
0
|
71 --output_file "$output"
|
|
|
72 $offline
|
|
|
73 $output_options.variant_class
|
|
|
74 $output_options.sift
|
|
|
75 $output_options.polyphen
|
|
|
76 $output_options.humdiv
|
|
|
77 $output_options.nearest
|
|
|
78 --distance $output_options.distance
|
|
|
79 $output_options.gene_phenotype
|
|
|
80 $output_options.regulatory
|
|
|
81 $cell_type
|
|
|
82 $individual
|
|
|
83 $vcf_info_field
|
|
|
84 $output_options.phased
|
|
|
85 $output_options.total_length
|
|
|
86 $output_options.numbers
|
|
|
87 $output_options.domains
|
|
|
88 $output_options.no_escape
|
|
|
89 $output_options.keep_csq
|
|
|
90 --terms $output_options.terms
|
|
|
91 $output_options.no_headers
|
|
|
92 $identifier_options.transcript_version
|
|
|
93 $identifier_options.protein
|
|
|
94 $identifier_options.symbol
|
|
|
95 $identifier_options.ccds
|
|
|
96 $identifier_options.tsl
|
|
|
97 $identifier_options.appris
|
|
|
98 $identifier_options.canonical
|
|
|
99 $identifier_options.biotype
|
|
|
100 $identifier_options.xref_refseq
|
|
|
101 $synonyms
|
|
|
102 $co_located_variants_options.check_existing
|
|
|
103 $co_located_variants_options.exclude_null_alleles
|
|
|
104 $co_located_variants_options.no_check_alleles
|
|
|
105 $co_located_variants_options.af
|
|
|
106 $co_located_variants_options.max_af
|
|
|
107 $co_located_variants_options.af_1kg
|
|
|
108 $co_located_variants_options.af_esp
|
|
|
109 $co_located_variants_options.af_gnomad
|
|
|
110 $co_located_variants_options.af_exac
|
|
|
111 $co_located_variants_options.pubmed
|
|
|
112 $co_located_variants_options.failed
|
|
|
113 $filtering_qc.gencode_basic
|
|
|
114 $filtering_qc.all_refseq
|
|
|
115 $filtering_qc.exclude_predicted
|
|
|
116 $transcript_filter
|
|
|
117 $filtering_qc.check_ref
|
|
|
118 $filtering_qc.lookup_ref
|
|
|
119 $chr
|
|
|
120 $filtering_qc.dont_skip
|
|
|
121 $filtering_qc.allow_non_variant
|
|
|
122 $filtering_qc.coding_only
|
|
|
123 $filtering_qc.no_intergenic
|
|
|
124 $filtering_qc.pick
|
|
|
125 $filtering_qc.pick_allele
|
|
|
126 $filtering_qc.pick_allele_gene
|
|
|
127 $filtering_qc.per_gene
|
|
|
128 $filtering_qc.flag_pick
|
|
|
129 $filtering_qc.flag_pick_allele
|
|
|
130 $filtering_qc.flag_pick_allele_gene
|
|
|
131 $pick_order
|
|
|
132 $filtering_qc.most_severe
|
|
|
133 $filtering_qc.summary
|
|
|
134 $filtering_qc.filter_common
|
|
|
135 $freq
|
|
|
136 #for $i, $s in enumerate( $other_anotations.plugins )
|
|
|
137 --plugin $s.plugin
|
|
|
138 #end for
|
|
|
139 ]]></command>
|
|
|
140 <inputs>
|
|
|
141 <param type="data" name="input" format="vcf" />
|
|
|
142 <param name="species" type="select">
|
|
6
|
143 <option value="mus_musculus" selected="true">Mus musculus</option>
|
|
|
144 <option value="homo_sapiens">Homo sapiens</option>
|
|
|
145 </param>
|
|
|
146 <param name="cache_type" type="select">
|
|
|
147 <option value="" selected="true">ensembl</option>
|
|
|
148 <option value="--refseq">refseq</option>
|
|
|
149 <option value="--merged">merged</option>
|
|
0
|
150 </param>
|
|
|
151 <param name="offline" type="select">
|
|
|
152 <option value="--offline">Yes</option>
|
|
|
153 <option value="" selected="true">No</option>
|
|
|
154 </param>
|
|
|
155 <section name="output_options" title="Output options">
|
|
|
156 <param name="variant_class" type="select">
|
|
|
157 <option value="--variant_class">Yes</option>
|
|
|
158 <option value="" selected="true">No</option>
|
|
|
159 </param>
|
|
|
160 <param name="sift" type="select">
|
|
|
161 <option value="--sift p">Prediction</option>
|
|
|
162 <option value="--sift s">Score</option>
|
|
|
163 <option value="--sift b">Both</option>
|
|
|
164 <option value="" selected="true">No</option>
|
|
|
165 </param>
|
|
|
166 <param name="polyphen" type="select">
|
|
|
167 <option value="--polyphen p">Prediction</option>
|
|
|
168 <option value="--polyphen s">Score</option>
|
|
|
169 <option value="--polyphen b">Both</option>
|
|
|
170 <option value="" selected="true">No</option>
|
|
|
171 </param>
|
|
|
172 <param name="humdiv" type="select">
|
|
|
173 <option value="--humdiv">Yes</option>
|
|
|
174 <option value="" selected="true">No</option>
|
|
|
175 </param>
|
|
|
176 <param name="nearest" type="select">
|
|
|
177 <option value="--nearest transcript">Transcript</option>
|
|
|
178 <option value="--nearest gene">Gene</option>
|
|
|
179 <option value="--nearest symbol">Symbol</option>
|
|
|
180 <option value="" selected="true">No</option>
|
|
|
181 </param>
|
|
|
182 <param name="distance" type="text" value="5000">
|
|
|
183 <validator type="regex" message="Has to be a number">\d+(,\d+)?</validator>
|
|
|
184 </param>
|
|
|
185 <param name="gene_phenotype" type="select">
|
|
|
186 <option value="--gene_phenotype">Yes</option>
|
|
|
187 <option value="" selected="true">No</option>
|
|
|
188 </param>
|
|
|
189 <param name="regulatory" type="select">
|
|
|
190 <option value="--regulatory">Yes</option>
|
|
|
191 <option value="" selected="true">No</option>
|
|
|
192 </param>
|
|
|
193 <param name="cell_type" type="text"/>
|
|
|
194 <conditional name="individual">
|
|
|
195 <param name="select" type="select" label="individual">
|
|
|
196 <option value="all">All</option>
|
|
|
197 <option value="ind">Individual/List</option>
|
|
|
198 <option value="no" selected="true">No</option>
|
|
|
199 </param>
|
|
|
200 <when value="ind">
|
|
|
201 <param name="list" type="text" />
|
|
|
202 </when>
|
|
|
203 </conditional>
|
|
|
204
|
|
|
205 <param name="phased" type="select">
|
|
|
206 <option value="--phased">Yes</option>
|
|
|
207 <option value="" selected="true">No</option>
|
|
|
208 </param>
|
|
|
209 <param name="total_length" type="select">
|
|
|
210 <option value="--total_length">Yes</option>
|
|
|
211 <option value="" selected="true">No</option>
|
|
|
212 </param>
|
|
|
213 <param name="numbers" type="select">
|
|
|
214 <option value="--numbers">Yes</option>
|
|
|
215 <option value="" selected="true">No</option>
|
|
|
216 </param>
|
|
|
217 <param name="domains" type="select">
|
|
|
218 <option value="--domains">Yes</option>
|
|
|
219 <option value="" selected="true">No</option>
|
|
|
220 </param>
|
|
|
221 <param name="no_escape" type="select">
|
|
|
222 <option value="--no_escape">Yes</option>
|
|
|
223 <option value="" selected="true">No</option>
|
|
|
224 </param>
|
|
|
225 <param name="keep_csq" type="select">
|
|
|
226 <option value="--no_escape">Yes</option>
|
|
|
227 <option value="" selected="true">No</option>
|
|
|
228 </param>
|
|
|
229 <conditional name="vcf_info_field">
|
|
|
230 <param name="select" type="select" label="vcf_info_field">
|
|
|
231 <option value="CSQ" selected="true">CSQ</option>
|
|
|
232 <option value="ANN">ANN</option>
|
|
|
233 <option value="other">Other</option>
|
|
|
234 </param>
|
|
|
235 <when value="other">
|
|
|
236 <param name="name" type="text" />
|
|
|
237 </when>
|
|
|
238 </conditional>
|
|
|
239 <param name="terms" type="select">
|
|
|
240 <option value="SO" selected="true">SO</option>
|
|
|
241 <option value="display">display</option>
|
|
|
242 <option value="NCBI">NCBI</option>
|
|
|
243 </param>
|
|
|
244 <param name="no_headers" type="select">
|
|
|
245 <option value="--no_headers">Yes</option>
|
|
|
246 <option value="" selected="true">No</option>
|
|
|
247 </param>
|
|
|
248 </section>
|
|
|
249
|
|
|
250 <section name="identifier_options" title="Identifiers options">
|
|
|
251 <!-- TODO add hgvs -->
|
|
|
252 <!-- TODO add hgvsg -->
|
|
|
253 <!-- TODO add shift_hgvs -->
|
|
|
254 <param name="transcript_version" type="select">
|
|
|
255 <option value="--transcript_version">Yes</option>
|
|
|
256 <option value="" selected="true">No</option>
|
|
|
257 </param>
|
|
|
258 <param name="protein" type="select">
|
|
|
259 <option value="--protein">Yes</option>
|
|
|
260 <option value="" selected="true">No</option>
|
|
|
261 </param>
|
|
|
262 <param name="symbol" type="select">
|
|
|
263 <option value="--symbol">Yes</option>
|
|
|
264 <option value="" selected="true">No</option>
|
|
|
265 </param>
|
|
|
266 <param name="ccds" type="select">
|
|
|
267 <option value="--ccds">Yes</option>
|
|
|
268 <option value="" selected="true">No</option>
|
|
|
269 </param>
|
|
|
270 <param name="tsl" type="select">
|
|
|
271 <option value="--tsl">Yes</option>
|
|
|
272 <option value="" selected="true">No</option>
|
|
|
273 </param>
|
|
|
274 <param name="appris" type="select">
|
|
|
275 <option value="--appris">Yes</option>
|
|
|
276 <option value="" selected="true">No</option>
|
|
|
277 </param>
|
|
|
278 <param name="canonical" type="select">
|
|
|
279 <option value="--canonical">Yes</option>
|
|
|
280 <option value="" selected="true">No</option>
|
|
|
281 </param>
|
|
|
282 <param name="biotype" type="select">
|
|
|
283 <option value="--biotype">Yes</option>
|
|
|
284 <option value="" selected="true">No</option>
|
|
|
285 </param>
|
|
|
286 <param name="xref_refseq" type="select">
|
|
|
287 <option value="--xref_refseq">Yes</option>
|
|
|
288 <option value="" selected="true">No</option>
|
|
|
289 </param>
|
|
|
290 <conditional name="synonyms">
|
|
|
291 <param name="select" type="select" label="synonyms">
|
|
|
292 <option value="yes">Yes</option>
|
|
|
293 <option value="no" selected="true">No</option>
|
|
|
294 </param>
|
|
|
295 <when value="yes">
|
|
|
296 <param type="data" name="file" format="tabular" />
|
|
|
297 </when>
|
|
|
298 </conditional>
|
|
|
299 </section>
|
|
|
300
|
|
|
301 <section name="co_located_variants_options" title="Co-located variants options">
|
|
|
302 <param name="check_existing" type="select">
|
|
|
303 <option value="--check_existing">Yes</option>
|
|
|
304 <option value="" selected="true">No</option>
|
|
|
305 </param>
|
|
|
306 <param name="exclude_null_alleles" type="select">
|
|
|
307 <option value="--exclude_null_alleles">Yes</option>
|
|
|
308 <option value="" selected="true">No</option>
|
|
|
309 </param>
|
|
|
310 <param name="no_check_alleles" type="select">
|
|
|
311 <option value="--no_check_alleles">Yes</option>
|
|
|
312 <option value="" selected="true">No</option>
|
|
|
313 </param>
|
|
|
314 <param name="af" type="select">
|
|
|
315 <option value="--af">Yes</option>
|
|
|
316 <option value="" selected="true">No</option>
|
|
|
317 </param>
|
|
|
318 <param name="max_af" type="select">
|
|
|
319 <option value="--max_af">Yes</option>
|
|
|
320 <option value="" selected="true">No</option>
|
|
|
321 </param>
|
|
|
322 <param name="af_1kg" type="select">
|
|
|
323 <option value="--af_1kg">Yes</option>
|
|
|
324 <option value="" selected="true">No</option>
|
|
|
325 </param>
|
|
|
326 <param name="af_esp" type="select">
|
|
|
327 <option value="--af_esp">Yes</option>
|
|
|
328 <option value="" selected="true">No</option>
|
|
|
329 </param>
|
|
|
330 <param name="af_gnomad" type="select">
|
|
|
331 <option value="--af_gnomad">Yes</option>
|
|
|
332 <option value="" selected="true">No</option>
|
|
|
333 </param>
|
|
|
334 <param name="af_exac" type="select">
|
|
|
335 <option value="--af_exac">Yes</option>
|
|
|
336 <option value="" selected="true">No</option>
|
|
|
337 </param>
|
|
|
338 <param name="pubmed" type="select">
|
|
|
339 <option value="--pubmed">Yes</option>
|
|
|
340 <option value="" selected="true">No</option>
|
|
|
341 </param>
|
|
|
342 <param name="failed" type="select">
|
|
|
343 <option value="--failed 1">Yes</option>
|
|
|
344 <option value="--failed 0" selected="true">No</option>
|
|
|
345 </param>
|
|
|
346 </section>
|
|
|
347
|
|
|
348 <section name="filtering_qc" title="Filtering and QC">
|
|
|
349 <param name="gencode_basic" type="select">
|
|
|
350 <option value="--gencode_basic">Yes</option>
|
|
|
351 <option value="" selected="true">No</option>
|
|
|
352 </param>
|
|
|
353 <param name="all_refseq" type="select">
|
|
|
354 <option value="--all_refseq">Yes</option>
|
|
|
355 <option value="" selected="true">No</option>
|
|
|
356 </param>
|
|
|
357 <param name="exclude_predicted" type="select">
|
|
|
358 <option value="--exclude_predicted">Yes</option>
|
|
|
359 <option value="" selected="true">No</option>
|
|
|
360 </param>
|
|
|
361 <conditional name="transcript_filter">
|
|
|
362 <param name="select" type="select" label="transcript_filter">
|
|
|
363 <option value="yes">Yes</option>
|
|
|
364 <option value="no" selected="true">No</option>
|
|
|
365 </param>
|
|
|
366 <when value="yes">
|
|
|
367 <param type="text" name="filter">
|
|
|
368 <sanitizer>
|
|
|
369 <valid initial="string.printable">
|
|
|
370 <remove value="'" />
|
|
|
371 </valid>
|
|
|
372 </sanitizer>
|
|
|
373 </param>
|
|
|
374 </when>
|
|
|
375 </conditional>
|
|
|
376 <param name="check_ref" type="select">
|
|
|
377 <option value="--check_ref">Yes</option>
|
|
|
378 <option value="" selected="true">No</option>
|
|
|
379 </param>
|
|
|
380 <param name="lookup_ref" type="select">
|
|
|
381 <option value="--lookup_ref">Yes</option>
|
|
|
382 <option value="" selected="true">No</option>
|
|
|
383 </param>
|
|
|
384 <conditional name="chr"> <!-- TODO double check, looks correct but doesn't seem to work -->
|
|
|
385 <param name="select" type="select" label="chr">
|
|
|
386 <option value="yes">Yes</option>
|
|
|
387 <option value="no" selected="true">No</option>
|
|
|
388 </param>
|
|
|
389 <when value="yes">
|
|
|
390 <param type="text" name="list" />
|
|
|
391 </when>
|
|
|
392 </conditional>
|
|
|
393 <param name="dont_skip" type="select">
|
|
|
394 <option value="" selected="true">Yes</option>
|
|
|
395 <option value="--dont_skip">No</option>
|
|
|
396 </param>
|
|
|
397 <param name="allow_non_variant" type="select">
|
|
|
398 <option value="--allow_non_variant">Yes</option>
|
|
|
399 <option value="" selected="true">No</option>
|
|
|
400 </param>
|
|
|
401 <param name="coding_only" type="select">
|
|
|
402 <option value="--coding_only">Yes</option>
|
|
|
403 <option value="" selected="true">No</option>
|
|
|
404 </param>
|
|
|
405 <param name="no_intergenic" type="select">
|
|
|
406 <option value="--no_intergenic">Yes</option>
|
|
|
407 <option value="" selected="true">No</option>
|
|
|
408 </param>
|
|
|
409 <param name="pick" type="select">
|
|
|
410 <option value="--pick">Yes</option>
|
|
|
411 <option value="" selected="true">No</option>
|
|
|
412 </param>
|
|
|
413 <param name="pick_allele" type="select">
|
|
|
414 <option value="--pick_allele">Yes</option>
|
|
|
415 <option value="" selected="true">No</option>
|
|
|
416 </param>
|
|
|
417 <param name="pick_allele_gene" type="select">
|
|
|
418 <option value="--pick_allele_gene">Yes</option>
|
|
|
419 <option value="" selected="true">No</option>
|
|
|
420 </param>
|
|
|
421 <param name="per_gene" type="select">
|
|
|
422 <option value="--per_gene">Yes</option>
|
|
|
423 <option value="" selected="true">No</option>
|
|
|
424 </param>
|
|
|
425 <param name="flag_pick" type="select">
|
|
|
426 <option value="--flag_pick">Yes</option>
|
|
|
427 <option value="" selected="true">No</option>
|
|
|
428 </param>
|
|
|
429 <param name="flag_pick_allele" type="select">
|
|
|
430 <option value="--flag_pick_allele">Yes</option>
|
|
|
431 <option value="" selected="true">No</option>
|
|
|
432 </param>
|
|
|
433 <param name="flag_pick_allele_gene" type="select">
|
|
|
434 <option value="--flag_pick_allele_gene">Yes</option>
|
|
|
435 <option value="" selected="true">No</option>
|
|
|
436 </param>
|
|
|
437 <conditional name="pick_order">
|
|
|
438 <param name="select" type="select" label="pick_order">
|
|
|
439 <option value="yes">Yes</option>
|
|
|
440 <option value="no" selected="true">No</option>
|
|
|
441 </param>
|
|
|
442 <when value="yes">
|
|
|
443 <param type="text" name="list" />
|
|
|
444 </when>
|
|
|
445 </conditional>
|
|
|
446 <param name="most_severe" type="select">
|
|
|
447 <option value="--most_severe">Yes</option>
|
|
|
448 <option value="" selected="true">No</option>
|
|
|
449 </param>
|
|
|
450 <param name="summary" type="select"> <!-- TODO double check, looks correct but doesn't seem to work -->
|
|
|
451 <option value="--summary">Yes</option>
|
|
|
452 <option value="" selected="true">No</option>
|
|
|
453 </param>
|
|
|
454 <param name="filter_common" type="select">
|
|
|
455 <option value="--filter_common">Yes</option>
|
|
|
456 <option value="" selected="true">No</option>
|
|
|
457 </param>
|
|
|
458
|
|
|
459 <conditional name="freq">
|
|
|
460 <param name="select" type="select" label="freq">
|
|
|
461 <option value="yes">Yes</option>
|
|
|
462 <option value="no" selected="true">No</option>
|
|
|
463 </param>
|
|
|
464 <when value="yes">
|
|
|
465 <param name="freq_pop" type="select">
|
|
|
466 <option value="--freq_pop 1KG_ALL">1000 genomes combined population (global)</option>
|
|
|
467 <option value="--freq_pop 1KG_AFR">1000 genomes combined African population</option>
|
|
|
468 <option value="--freq_pop 1KG_AMR">1000 genomes combined American population</option>
|
|
|
469 <option value="--freq_pop 1KG_EAS">1000 genomes combined East Asian population</option>
|
|
|
470 <option value="--freq_pop 1KG_EUR">1000 genomes combined European population</option>
|
|
|
471 <option value="--freq_pop 1KG_SAS">1000 genomes combined South Asian population</option>
|
|
|
472 <option value="--freq_pop ESP_AA">NHLBI-ESP African American</option>
|
|
|
473 <option value="--freq_pop ESP_EA">NHLBI-ESP European American</option>
|
|
|
474 <option value="--freq_pop gnomAD">gnomAD combined population</option>
|
|
|
475 <option value="--freq_pop gnomAD_AFR">gnomAD African/African American population</option>
|
|
|
476 <option value="--freq_pop gnomAD_AMR">gnomAD Latino population</option>
|
|
|
477 <option value="--freq_pop gnomAD_ASJ">gnomAD Ashkenazi Jewish population</option>
|
|
|
478 <option value="--freq_pop gnomAD_EAS">gnomAD East Asian population</option>
|
|
|
479 <option value="--freq_pop gnomAD_FIN">gnomAD Finnish population</option>
|
|
|
480 <option value="--freq_pop gnomAD_NFE">gnomAD non-Finnish European population</option>
|
|
|
481 <option value="--freq_pop gnomAD_OTH">gnomAD other population</option>
|
|
|
482 <option value="--freq_pop gnomAD_SAS">gnomAD South Asian population</option>
|
|
|
483 </param>
|
|
|
484 <param type="text" name="freq_freq" />
|
|
|
485 <param name="freq_gt_lt" type="select">
|
|
|
486 <option value="--freq_gt_lt gt" selected="true">Greater</option>
|
|
|
487 <option value="--freq_gt_lt lt">Less than</option>
|
|
|
488 </param>
|
|
|
489 <param name="freq_filter" type="select">
|
|
|
490 <option value="--freq_filter include" selected="true">Include</option>
|
|
|
491 <option value="--freq_gt_lt exclude">Exclude</option>
|
|
|
492 </param>
|
|
|
493 </when>
|
|
|
494 </conditional>
|
|
|
495
|
|
|
496 <!-- TODO add check_frequency group -->
|
|
|
497 </section>
|
|
|
498
|
|
|
499 <section name="other_anotations" title="Other anotations">
|
|
|
500 <repeat name="plugins" title="Plugins" min="0" default="0">
|
|
|
501 <param name="plugin" type="select" label="Plugin">
|
|
|
502 <option value="AncestralAllele">AncestralAllele</option>
|
|
|
503 <option value="Blosum62">Blosum62</option>
|
|
|
504 <option value="CADD">CADD</option>
|
|
|
505 <option value="Carol">Carol</option>
|
|
|
506 <option value="CCDSFilter">CCDSFilter</option>
|
|
|
507 <option value="Condel">Condel</option>
|
|
|
508 <option value="Conservation">Conservation</option>
|
|
|
509 <option value="CSN">CSN</option>
|
|
|
510 <option value="DAS">DAS</option>
|
|
|
511 <option value="dbNSFP">dbNSFP</option>
|
|
|
512 <option value="dbscSNV">dbscSNV</option>
|
|
|
513 <option value="Downstream">Downstream</option>
|
|
|
514 <option value="Draw">Draw</option>
|
|
|
515 <option value="ExACpLI">ExACpLI</option>
|
|
|
516 <option value="ExAC">ExAC</option>
|
|
|
517 <option value="FATHMM_MKL">FATHMM_MKL</option>
|
|
|
518 <option value="FATHMM">FATHMM</option>
|
|
|
519 <option value="G2P">G2P</option>
|
|
|
520 <option value="GeneSplicer">GeneSplicer</option>
|
|
|
521 <option value="GO">GO</option>
|
|
|
522 <option value="GXA">GXA</option>
|
|
|
523 <option value="HGVSReferenceBase">HGVSReferenceBase</option>
|
|
|
524 <option value="LD">LD</option>
|
|
|
525 <option value="LocalID">LocalID</option>
|
|
|
526 <option value="LoFtool">LoFtool</option>
|
|
|
527 <option value="LOVD">LOVD</option>
|
|
|
528 <option value="MaxEntScan">MaxEntScan</option>
|
|
|
529 <option value="miRNA">miRNA</option>
|
|
|
530 <option value="MPC">MPC</option>
|
|
|
531 <option value="MTR">MTR</option>
|
|
|
532 <option value="NearestGene">NearestGene</option>
|
|
|
533 <option value="NonSynonymousFilter">NonSynonymousFilter</option>
|
|
|
534 <option value="Phenotypes">Phenotypes</option>
|
|
|
535 <option value="PolyPhen_SIFT">PolyPhen_SIFT</option>
|
|
|
536 <option value="PON_P2">PON_P2</option>
|
|
|
537 <option value="ProteinSeqs">ProteinSeqs</option>
|
|
|
538 <option value="RankFilter">RankFilter</option>
|
|
|
539 <option value="RefSeqHGVS">RefSeqHGVS</option>
|
|
|
540 <option value="REVEL">REVEL</option>
|
|
|
541 <option value="SameCodon">SameCodon</option>
|
|
|
542 <option value="SpliceRegion">SpliceRegion</option>
|
|
|
543 <option value="SubsetVCF">SubsetVCF</option>
|
|
|
544 <option value="TSSDistance">TSSDistance</option>
|
|
|
545 <option value="Wildtype">Wildtype</option>
|
|
|
546 </param>
|
|
|
547 </repeat>
|
|
|
548 </section>
|
|
|
549
|
|
|
550
|
|
|
551
|
|
|
552 </inputs>
|
|
|
553 <outputs>
|
|
|
554 <data name="output" format="vcf" />
|
|
|
555 </outputs>
|
|
|
556 <help><![CDATA[
|
|
|
557 This is a straightforward tool wrapper for VEP, for more information about these parameters visit the VEP documentation: https://www.ensembl.org/info/docs/tools/vep/script/vep_options.html
|
|
|
558 ]]></help>
|
|
5
|
559 </tool>
|