Mercurial > repos > blankenberg > plink
comparison plink.xml @ 0:d2db71f5eeb8 draft
Create PLINK1.9
author | blankenberg |
---|---|
date | Tue, 08 Oct 2019 17:50:10 -0400 |
parents | |
children | ed946e888494 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d2db71f5eeb8 |
---|---|
1 <tool id="blankenberg_plink" name="PLINK" version="1.90b4" tool_type="default" profile="19.05"> | |
2 <requirements> | |
3 <requirement type="package" version="1.90b4">plink</requirement> | |
4 </requirements> | |
5 <code file="plink_code_file.py" /> | |
6 <stdio> | |
7 <exit_code range="1:" /> | |
8 </stdio> | |
9 <version_command>plink --version</version_command> | |
10 <command><![CDATA[ | |
11 plink | |
12 | |
13 #if str($CONDITIONAL_bed.CONDITIONAL_SELECT_bed) == "set": | |
14 --bed | |
15 | |
16 | |
17 #if $CONDITIONAL_bed.bed_MOD_0_0: | |
18 '${CONDITIONAL_bed.bed_MOD_0_0}' | |
19 #end if | |
20 | |
21 #end if | |
22 | |
23 #if str($CONDITIONAL_bim.CONDITIONAL_SELECT_bim) == "set": | |
24 --bim | |
25 | |
26 | |
27 #if $CONDITIONAL_bim.bim_MOD_0_0: | |
28 '${CONDITIONAL_bim.bim_MOD_0_0}' | |
29 #end if | |
30 | |
31 #end if | |
32 | |
33 #if str($CONDITIONAL_fam.CONDITIONAL_SELECT_fam) == "set": | |
34 --fam | |
35 | |
36 | |
37 #if $CONDITIONAL_fam.fam_MOD_0_0: | |
38 '${CONDITIONAL_fam.fam_MOD_0_0}' | |
39 #end if | |
40 | |
41 #end if | |
42 | |
43 #if str($CONDITIONAL_keep_autoconv.CONDITIONAL_SELECT_keep_autoconv) == "set": | |
44 --keep-autoconv | |
45 | |
46 | |
47 #end if | |
48 | |
49 #if str($CONDITIONAL_ped.CONDITIONAL_SELECT_ped) == "set": | |
50 --ped | |
51 | |
52 | |
53 #if $CONDITIONAL_ped.ped_MOD_0_0: | |
54 '${CONDITIONAL_ped.ped_MOD_0_0}' | |
55 #end if | |
56 | |
57 #end if | |
58 | |
59 #if str($CONDITIONAL_map.CONDITIONAL_SELECT_map) == "set": | |
60 --map | |
61 | |
62 | |
63 #if $CONDITIONAL_map.map_MOD_0_0: | |
64 '${CONDITIONAL_map.map_MOD_0_0}' | |
65 #end if | |
66 | |
67 #end if | |
68 | |
69 #if str($CONDITIONAL_no_fid.CONDITIONAL_SELECT_no_fid) == "set": | |
70 --no-fid | |
71 | |
72 | |
73 #end if | |
74 | |
75 #if str($CONDITIONAL_no_parents.CONDITIONAL_SELECT_no_parents) == "set": | |
76 --no-parents | |
77 | |
78 | |
79 #end if | |
80 | |
81 #if str($CONDITIONAL_no_sex.CONDITIONAL_SELECT_no_sex) == "set": | |
82 --no-sex | |
83 | |
84 | |
85 #end if | |
86 | |
87 #if str($CONDITIONAL_no_pheno.CONDITIONAL_SELECT_no_pheno) == "set": | |
88 --no-pheno | |
89 | |
90 | |
91 #end if | |
92 | |
93 #if str($CONDITIONAL_tped.CONDITIONAL_SELECT_tped) == "set": | |
94 --tped | |
95 | |
96 | |
97 #if $CONDITIONAL_tped.tped_MOD_0_0: | |
98 '${CONDITIONAL_tped.tped_MOD_0_0}' | |
99 #end if | |
100 | |
101 #end if | |
102 | |
103 #if str($CONDITIONAL_tfam.CONDITIONAL_SELECT_tfam) == "set": | |
104 --tfam | |
105 | |
106 | |
107 #if $CONDITIONAL_tfam.tfam_MOD_0_0: | |
108 '${CONDITIONAL_tfam.tfam_MOD_0_0}' | |
109 #end if | |
110 | |
111 #end if | |
112 | |
113 #if str($CONDITIONAL_lgen.CONDITIONAL_SELECT_lgen) == "set": | |
114 --lgen | |
115 | |
116 | |
117 #if $CONDITIONAL_lgen.lgen_MOD_0_0: | |
118 '${CONDITIONAL_lgen.lgen_MOD_0_0}' | |
119 #end if | |
120 | |
121 #end if | |
122 | |
123 #if str($CONDITIONAL_reference.CONDITIONAL_SELECT_reference) == "set": | |
124 --reference | |
125 | |
126 | |
127 #if $CONDITIONAL_reference.reference_MOD_0_0: | |
128 '${CONDITIONAL_reference.reference_MOD_0_0}' | |
129 #end if | |
130 | |
131 #end if | |
132 | |
133 #if str($CONDITIONAL_allele_count.CONDITIONAL_SELECT_allele_count) == "set": | |
134 --allele-count | |
135 | |
136 | |
137 #end if | |
138 | |
139 #if str($CONDITIONAL_vcf.CONDITIONAL_SELECT_vcf) == "set": | |
140 --vcf | |
141 | |
142 | |
143 #if $CONDITIONAL_vcf.vcf_MOD_0_0: | |
144 '${CONDITIONAL_vcf.vcf_MOD_0_0}' | |
145 #end if | |
146 | |
147 #end if | |
148 | |
149 #if str($CONDITIONAL_bcf.CONDITIONAL_SELECT_bcf) == "set": | |
150 --bcf | |
151 | |
152 | |
153 #if $CONDITIONAL_bcf.bcf_MOD_0_0: | |
154 '${CONDITIONAL_bcf.bcf_MOD_0_0}' | |
155 #end if | |
156 | |
157 #end if | |
158 | |
159 #if str($CONDITIONAL_gen.CONDITIONAL_SELECT_gen) == "set": | |
160 --gen | |
161 | |
162 | |
163 #if $CONDITIONAL_gen.gen_MOD_0_0: | |
164 '${CONDITIONAL_gen.gen_MOD_0_0}' | |
165 #end if | |
166 | |
167 #end if | |
168 | |
169 #if str($CONDITIONAL_bgen.CONDITIONAL_SELECT_bgen) == "set": | |
170 --bgen | |
171 | |
172 | |
173 #if $CONDITIONAL_bgen.bgen_MOD_0_0: | |
174 '${CONDITIONAL_bgen.bgen_MOD_0_0}' | |
175 #end if | |
176 | |
177 #if $str($CONDITIONAL_bgen.bgen_MOD_1_0): | |
178 '${CONDITIONAL_bgen.bgen_MOD_1_0}' | |
179 #end if | |
180 | |
181 #end if | |
182 | |
183 #if str($CONDITIONAL_sample.CONDITIONAL_SELECT_sample) == "set": | |
184 --sample | |
185 | |
186 | |
187 #if $CONDITIONAL_sample.sample_MOD_0_0: | |
188 '${CONDITIONAL_sample.sample_MOD_0_0}' | |
189 #end if | |
190 | |
191 #end if | |
192 | |
193 #if str($CONDITIONAL_GALAXY_23file.CONDITIONAL_SELECT_GALAXY_23file) == "set": | |
194 --23file | |
195 | |
196 | |
197 #if $CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_0_0: | |
198 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_0_0}' | |
199 #end if | |
200 | |
201 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_1_0): | |
202 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_1_0}' | |
203 #end if | |
204 | |
205 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_2_0): | |
206 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_2_0}' | |
207 #end if | |
208 | |
209 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_3_0): | |
210 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_3_0}' | |
211 #end if | |
212 | |
213 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_4_0): | |
214 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_4_0}' | |
215 #end if | |
216 | |
217 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_5_0): | |
218 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_5_0}' | |
219 #end if | |
220 | |
221 #if $str($CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_6_0): | |
222 '${CONDITIONAL_GALAXY_23file.GALAXY_23file_MOD_6_0}' | |
223 #end if | |
224 | |
225 #end if | |
226 | |
227 #if str($CONDITIONAL_grm_gz.CONDITIONAL_SELECT_grm_gz) == "set": | |
228 --grm-gz | |
229 | |
230 | |
231 #if $str($CONDITIONAL_grm_gz.grm_gz_MOD_0_0): | |
232 '${CONDITIONAL_grm_gz.grm_gz_MOD_0_0}' | |
233 #end if | |
234 | |
235 #end if | |
236 | |
237 #if str($CONDITIONAL_grm_bin.CONDITIONAL_SELECT_grm_bin) == "set": | |
238 --grm-bin | |
239 | |
240 | |
241 #if $str($CONDITIONAL_grm_bin.grm_bin_MOD_0_0): | |
242 '${CONDITIONAL_grm_bin.grm_bin_MOD_0_0}' | |
243 #end if | |
244 | |
245 #end if | |
246 | |
247 #if str($CONDITIONAL_dummy.CONDITIONAL_SELECT_dummy) == "set": | |
248 --dummy | |
249 | |
250 | |
251 #if $str($CONDITIONAL_dummy.dummy_MOD_0_0): | |
252 '${CONDITIONAL_dummy.dummy_MOD_0_0}' | |
253 #end if | |
254 | |
255 #if $str($CONDITIONAL_dummy.dummy_MOD_1_0): | |
256 '${CONDITIONAL_dummy.dummy_MOD_1_0}' | |
257 #end if | |
258 | |
259 #if $str($CONDITIONAL_dummy.dummy_MOD_2_0): | |
260 '${CONDITIONAL_dummy.dummy_MOD_2_0}' | |
261 #end if | |
262 | |
263 #if $str($CONDITIONAL_dummy.dummy_MOD_3_0): | |
264 '${CONDITIONAL_dummy.dummy_MOD_3_0}' | |
265 #end if | |
266 | |
267 #if $str($CONDITIONAL_dummy.CONDITIONAL_dummy_MOD_4.CONDITIONAL_SELECT_dummy_MOD_4) == 'from_list' | |
268 '${CONDITIONAL_dummy.CONDITIONAL_dummy_MOD_4.dummy_MOD_4}' | |
269 #end if | |
270 | |
271 | |
272 #if $str($CONDITIONAL_dummy.dummy_MOD_5_0): | |
273 '${CONDITIONAL_dummy.dummy_MOD_5_0}' | |
274 #end if | |
275 | |
276 #end if | |
277 | |
278 #if str($CONDITIONAL_simulate.CONDITIONAL_SELECT_simulate) == "set": | |
279 --simulate | |
280 | |
281 | |
282 #if $str($CONDITIONAL_simulate.simulate_MOD_0_0): | |
283 '${CONDITIONAL_simulate.simulate_MOD_0_0}' | |
284 #end if | |
285 | |
286 #if $str($CONDITIONAL_simulate.CONDITIONAL_simulate_MOD_1.CONDITIONAL_SELECT_simulate_MOD_1) == 'from_list' | |
287 '${CONDITIONAL_simulate.CONDITIONAL_simulate_MOD_1.simulate_MOD_1}' | |
288 #end if | |
289 | |
290 | |
291 #if $str($CONDITIONAL_simulate.CONDITIONAL_simulate_MOD_2.CONDITIONAL_SELECT_simulate_MOD_2) == 'from_list' | |
292 '${CONDITIONAL_simulate.CONDITIONAL_simulate_MOD_2.simulate_MOD_2}' | |
293 #end if | |
294 | |
295 | |
296 #end if | |
297 | |
298 #if str($CONDITIONAL_simulate_qt.CONDITIONAL_SELECT_simulate_qt) == "set": | |
299 --simulate-qt | |
300 | |
301 | |
302 #if $str($CONDITIONAL_simulate_qt.simulate_qt_MOD_0_0): | |
303 '${CONDITIONAL_simulate_qt.simulate_qt_MOD_0_0}' | |
304 #end if | |
305 | |
306 #if $str($CONDITIONAL_simulate_qt.CONDITIONAL_simulate_qt_MOD_1.CONDITIONAL_SELECT_simulate_qt_MOD_1) == 'from_list' | |
307 '${CONDITIONAL_simulate_qt.CONDITIONAL_simulate_qt_MOD_1.simulate_qt_MOD_1}' | |
308 #end if | |
309 | |
310 | |
311 #if $str($CONDITIONAL_simulate_qt.CONDITIONAL_simulate_qt_MOD_2.CONDITIONAL_SELECT_simulate_qt_MOD_2) == 'from_list' | |
312 '${CONDITIONAL_simulate_qt.CONDITIONAL_simulate_qt_MOD_2.simulate_qt_MOD_2}' | |
313 #end if | |
314 | |
315 | |
316 #end if | |
317 | |
318 ${make_bed} | |
319 | |
320 ${make_just_bim} | |
321 | |
322 ${make_just_fam} | |
323 | |
324 #if str($CONDITIONAL_recode.CONDITIONAL_SELECT_recode) == "set": | |
325 --recode | |
326 | |
327 | |
328 #if $str($CONDITIONAL_recode.recode_MOD_0_0): | |
329 '${CONDITIONAL_recode.recode_MOD_0_0}' | |
330 #end if | |
331 | |
332 #if $str($CONDITIONAL_recode.CONDITIONAL_recode_MOD_1.CONDITIONAL_SELECT_recode_MOD_1) == 'from_list' | |
333 '${CONDITIONAL_recode.CONDITIONAL_recode_MOD_1.recode_MOD_1}' | |
334 #end if | |
335 | |
336 | |
337 #if $str($CONDITIONAL_recode.CONDITIONAL_recode_MOD_2.CONDITIONAL_SELECT_recode_MOD_2) == 'from_list' | |
338 '${CONDITIONAL_recode.CONDITIONAL_recode_MOD_2.recode_MOD_2}' | |
339 #end if | |
340 | |
341 | |
342 #if $str($CONDITIONAL_recode.recode_MOD_3_0): | |
343 '${CONDITIONAL_recode.recode_MOD_3_0}' | |
344 #end if | |
345 | |
346 #if $str($CONDITIONAL_recode.recode_MOD_4_0): | |
347 '${CONDITIONAL_recode.recode_MOD_4_0}' | |
348 #end if | |
349 | |
350 #end if | |
351 | |
352 #if str($CONDITIONAL_flip_scan.CONDITIONAL_SELECT_flip_scan) == "set": | |
353 --flip-scan | |
354 | |
355 | |
356 #if $str($CONDITIONAL_flip_scan.flip_scan_MOD_0_0): | |
357 '${CONDITIONAL_flip_scan.flip_scan_MOD_0_0}' | |
358 #end if | |
359 | |
360 #end if | |
361 | |
362 ${write_covar} | |
363 | |
364 #if str($CONDITIONAL_write_cluster.CONDITIONAL_SELECT_write_cluster) == "set": | |
365 --write-cluster | |
366 | |
367 | |
368 #if $str($CONDITIONAL_write_cluster.write_cluster_MOD_0_0): | |
369 '${CONDITIONAL_write_cluster.write_cluster_MOD_0_0}' | |
370 #end if | |
371 | |
372 #end if | |
373 | |
374 ${write_set} | |
375 | |
376 ${set_table} | |
377 | |
378 #if str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_OVERLOADED_SELECT_merge) == "form_0": | |
379 #if str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.CONDITIONAL_SELECT_merge) == "set": | |
380 --merge | |
381 | |
382 #if $str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_0_0): | |
383 '${CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_0_0}' | |
384 #end if | |
385 #if $str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_1_0): | |
386 '${CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_1_0}' | |
387 #end if | |
388 #end if | |
389 #end if | |
390 | |
391 #if str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_OVERLOADED_SELECT_merge) == "form_1": | |
392 #if str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.CONDITIONAL_SELECT_merge) == "set": | |
393 --merge | |
394 | |
395 #if $str($CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_0_0): | |
396 '${CONDITIONAL_OVERLOADED_merge.CONDITIONAL_merge.merge_MOD_0_0}' | |
397 #end if | |
398 #end if | |
399 #end if | |
400 | |
401 #if str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_OVERLOADED_SELECT_bmerge) == "form_0": | |
402 #if str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.CONDITIONAL_SELECT_bmerge) == "set": | |
403 --bmerge | |
404 | |
405 #if $str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_0_0): | |
406 '${CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_0_0}' | |
407 #end if | |
408 #if $str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_1_0): | |
409 '${CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_1_0}' | |
410 #end if | |
411 #if $str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_2_0): | |
412 '${CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_2_0}' | |
413 #end if | |
414 #end if | |
415 #end if | |
416 | |
417 #if str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_OVERLOADED_SELECT_bmerge) == "form_1": | |
418 #if str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.CONDITIONAL_SELECT_bmerge) == "set": | |
419 --bmerge | |
420 | |
421 #if $str($CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_0_0): | |
422 '${CONDITIONAL_OVERLOADED_bmerge.CONDITIONAL_bmerge.bmerge_MOD_0_0}' | |
423 #end if | |
424 #end if | |
425 #end if | |
426 | |
427 #if str($CONDITIONAL_merge_list.CONDITIONAL_SELECT_merge_list) == "set": | |
428 --merge-list | |
429 | |
430 | |
431 #if $CONDITIONAL_merge_list.merge_list_MOD_0_0: | |
432 '${CONDITIONAL_merge_list.merge_list_MOD_0_0}' | |
433 #end if | |
434 | |
435 #end if | |
436 | |
437 ${write_snplist} | |
438 | |
439 ${list_23_indels} | |
440 | |
441 #if str($CONDITIONAL_list_duplicate_vars.CONDITIONAL_SELECT_list_duplicate_vars) == "set": | |
442 --list-duplicate-vars | |
443 | |
444 | |
445 #if $str($CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_0_0): | |
446 '${CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_0_0}' | |
447 #end if | |
448 | |
449 #if $str($CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_1_0): | |
450 '${CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_1_0}' | |
451 #end if | |
452 | |
453 #if $str($CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_2_0): | |
454 '${CONDITIONAL_list_duplicate_vars.list_duplicate_vars_MOD_2_0}' | |
455 #end if | |
456 | |
457 #end if | |
458 | |
459 #if str($CONDITIONAL_freq.CONDITIONAL_SELECT_freq) == "set": | |
460 --freq | |
461 | |
462 | |
463 #if $str($CONDITIONAL_freq.CONDITIONAL_freq_MOD_0.CONDITIONAL_SELECT_freq_MOD_0) == 'from_list' | |
464 '${CONDITIONAL_freq.CONDITIONAL_freq_MOD_0.freq_MOD_0}' | |
465 #end if | |
466 | |
467 | |
468 #if $str($CONDITIONAL_freq.freq_MOD_1_0): | |
469 '${CONDITIONAL_freq.freq_MOD_1_0}' | |
470 #end if | |
471 | |
472 #end if | |
473 | |
474 #if str($CONDITIONAL_freqx.CONDITIONAL_SELECT_freqx) == "set": | |
475 --freqx | |
476 | |
477 | |
478 #if $str($CONDITIONAL_freqx.freqx_MOD_0_0): | |
479 '${CONDITIONAL_freqx.freqx_MOD_0_0}' | |
480 #end if | |
481 | |
482 #end if | |
483 | |
484 #if str($CONDITIONAL_missing.CONDITIONAL_SELECT_missing) == "set": | |
485 --missing | |
486 | |
487 | |
488 #if $str($CONDITIONAL_missing.missing_MOD_0_0): | |
489 '${CONDITIONAL_missing.missing_MOD_0_0}' | |
490 #end if | |
491 | |
492 #end if | |
493 | |
494 ${test_mishap} | |
495 | |
496 #if str($CONDITIONAL_hardy.CONDITIONAL_SELECT_hardy) == "set": | |
497 --hardy | |
498 | |
499 | |
500 #if $str($CONDITIONAL_hardy.hardy_MOD_0_0): | |
501 '${CONDITIONAL_hardy.hardy_MOD_0_0}' | |
502 #end if | |
503 | |
504 #if $str($CONDITIONAL_hardy.hardy_MOD_1_0): | |
505 '${CONDITIONAL_hardy.hardy_MOD_1_0}' | |
506 #end if | |
507 | |
508 #end if | |
509 | |
510 #if str($CONDITIONAL_mendel.CONDITIONAL_SELECT_mendel) == "set": | |
511 --mendel | |
512 | |
513 | |
514 #if $str($CONDITIONAL_mendel.mendel_MOD_0_0): | |
515 '${CONDITIONAL_mendel.mendel_MOD_0_0}' | |
516 #end if | |
517 | |
518 #end if | |
519 | |
520 #if str($CONDITIONAL_het.CONDITIONAL_SELECT_het) == "set": | |
521 --het | |
522 | |
523 | |
524 #if $str($CONDITIONAL_het.het_MOD_0_0): | |
525 '${CONDITIONAL_het.het_MOD_0_0}' | |
526 #end if | |
527 | |
528 #if $str($CONDITIONAL_het.het_MOD_1_0): | |
529 '${CONDITIONAL_het.het_MOD_1_0}' | |
530 #end if | |
531 | |
532 #end if | |
533 | |
534 ${ibc} | |
535 | |
536 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_OVERLOADED_SELECT_check_sex) == "form_0": | |
537 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.CONDITIONAL_SELECT_check_sex) == "set": | |
538 --check-sex | |
539 | |
540 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0): | |
541 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0}' | |
542 #end if | |
543 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0): | |
544 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0}' | |
545 #end if | |
546 #end if | |
547 #end if | |
548 | |
549 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_OVERLOADED_SELECT_check_sex) == "form_1": | |
550 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.CONDITIONAL_SELECT_check_sex) == "set": | |
551 --check-sex | |
552 | |
553 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0): | |
554 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0}' | |
555 #end if | |
556 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0): | |
557 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0}' | |
558 #end if | |
559 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_2_0): | |
560 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_2_0}' | |
561 #end if | |
562 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_3_0): | |
563 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_3_0}' | |
564 #end if | |
565 #end if | |
566 #end if | |
567 | |
568 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_OVERLOADED_SELECT_check_sex) == "form_2": | |
569 #if str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.CONDITIONAL_SELECT_check_sex) == "set": | |
570 --check-sex | |
571 | |
572 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0): | |
573 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_0_0}' | |
574 #end if | |
575 #if $str($CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0): | |
576 '${CONDITIONAL_OVERLOADED_check_sex.CONDITIONAL_check_sex.check_sex_MOD_1_0}' | |
577 #end if | |
578 #end if | |
579 #end if | |
580 | |
581 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_OVERLOADED_SELECT_impute_sex) == "form_0": | |
582 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.CONDITIONAL_SELECT_impute_sex) == "set": | |
583 --impute-sex | |
584 | |
585 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0): | |
586 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0}' | |
587 #end if | |
588 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0): | |
589 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0}' | |
590 #end if | |
591 #end if | |
592 #end if | |
593 | |
594 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_OVERLOADED_SELECT_impute_sex) == "form_1": | |
595 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.CONDITIONAL_SELECT_impute_sex) == "set": | |
596 --impute-sex | |
597 | |
598 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0): | |
599 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0}' | |
600 #end if | |
601 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0): | |
602 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0}' | |
603 #end if | |
604 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_2_0): | |
605 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_2_0}' | |
606 #end if | |
607 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_3_0): | |
608 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_3_0}' | |
609 #end if | |
610 #end if | |
611 #end if | |
612 | |
613 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_OVERLOADED_SELECT_impute_sex) == "form_2": | |
614 #if str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.CONDITIONAL_SELECT_impute_sex) == "set": | |
615 --impute-sex | |
616 | |
617 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0): | |
618 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_0_0}' | |
619 #end if | |
620 #if $str($CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0): | |
621 '${CONDITIONAL_OVERLOADED_impute_sex.CONDITIONAL_impute_sex.impute_sex_MOD_1_0}' | |
622 #end if | |
623 #end if | |
624 #end if | |
625 | |
626 #if str($CONDITIONAL_fst.CONDITIONAL_SELECT_fst) == "set": | |
627 --fst | |
628 | |
629 | |
630 #if $str($CONDITIONAL_fst.fst_MOD_0_0): | |
631 '${CONDITIONAL_fst.fst_MOD_0_0}' | |
632 #end if | |
633 | |
634 #end if | |
635 | |
636 #if str($CONDITIONAL_indep.CONDITIONAL_SELECT_indep) == "set": | |
637 --indep | |
638 | |
639 | |
640 #if $str($CONDITIONAL_indep.indep_MOD_0_0): | |
641 '${CONDITIONAL_indep.indep_MOD_0_0}' | |
642 #end if | |
643 | |
644 #if $str($CONDITIONAL_indep.indep_MOD_1_0): | |
645 '${CONDITIONAL_indep.indep_MOD_1_0}' | |
646 #end if | |
647 | |
648 #if $str($CONDITIONAL_indep.indep_MOD_2_0): | |
649 '${CONDITIONAL_indep.indep_MOD_2_0}' | |
650 #end if | |
651 | |
652 #if $str($CONDITIONAL_indep.indep_MOD_3_0): | |
653 '${CONDITIONAL_indep.indep_MOD_3_0}' | |
654 #end if | |
655 | |
656 #end if | |
657 | |
658 #if str($CONDITIONAL_indep_pairwise.CONDITIONAL_SELECT_indep_pairwise) == "set": | |
659 --indep-pairwise | |
660 | |
661 | |
662 #if $str($CONDITIONAL_indep_pairwise.indep_pairwise_MOD_0_0): | |
663 '${CONDITIONAL_indep_pairwise.indep_pairwise_MOD_0_0}' | |
664 #end if | |
665 | |
666 #if $str($CONDITIONAL_indep_pairwise.indep_pairwise_MOD_1_0): | |
667 '${CONDITIONAL_indep_pairwise.indep_pairwise_MOD_1_0}' | |
668 #end if | |
669 | |
670 #if $str($CONDITIONAL_indep_pairwise.indep_pairwise_MOD_2_0): | |
671 '${CONDITIONAL_indep_pairwise.indep_pairwise_MOD_2_0}' | |
672 #end if | |
673 | |
674 #if $str($CONDITIONAL_indep_pairwise.indep_pairwise_MOD_3_0): | |
675 '${CONDITIONAL_indep_pairwise.indep_pairwise_MOD_3_0}' | |
676 #end if | |
677 | |
678 #end if | |
679 | |
680 #if str($CONDITIONAL_indep_pairphase.CONDITIONAL_SELECT_indep_pairphase) == "set": | |
681 --indep-pairphase | |
682 | |
683 | |
684 #if $str($CONDITIONAL_indep_pairphase.indep_pairphase_MOD_0_0): | |
685 '${CONDITIONAL_indep_pairphase.indep_pairphase_MOD_0_0}' | |
686 #end if | |
687 | |
688 #if $str($CONDITIONAL_indep_pairphase.indep_pairphase_MOD_1_0): | |
689 '${CONDITIONAL_indep_pairphase.indep_pairphase_MOD_1_0}' | |
690 #end if | |
691 | |
692 #if $str($CONDITIONAL_indep_pairphase.indep_pairphase_MOD_2_0): | |
693 '${CONDITIONAL_indep_pairphase.indep_pairphase_MOD_2_0}' | |
694 #end if | |
695 | |
696 #if $str($CONDITIONAL_indep_pairphase.indep_pairphase_MOD_3_0): | |
697 '${CONDITIONAL_indep_pairphase.indep_pairphase_MOD_3_0}' | |
698 #end if | |
699 | |
700 #end if | |
701 | |
702 #if str($CONDITIONAL_r.CONDITIONAL_SELECT_r) == "set": | |
703 --r | |
704 | |
705 | |
706 #if $str($CONDITIONAL_r.CONDITIONAL_r_MOD_0.CONDITIONAL_SELECT_r_MOD_0) == 'from_list' | |
707 '${CONDITIONAL_r.CONDITIONAL_r_MOD_0.r_MOD_0}' | |
708 #end if | |
709 | |
710 | |
711 #if $str($CONDITIONAL_r.CONDITIONAL_r_MOD_1.CONDITIONAL_SELECT_r_MOD_1) == 'from_list' | |
712 '${CONDITIONAL_r.CONDITIONAL_r_MOD_1.r_MOD_1}' | |
713 #end if | |
714 | |
715 | |
716 #if $str($CONDITIONAL_r.r_MOD_2_0): | |
717 '${CONDITIONAL_r.r_MOD_2_0}' | |
718 #end if | |
719 | |
720 #end if | |
721 | |
722 #if str($CONDITIONAL_r2.CONDITIONAL_SELECT_r2) == "set": | |
723 --r2 | |
724 | |
725 | |
726 #if $str($CONDITIONAL_r2.CONDITIONAL_r2_MOD_0.CONDITIONAL_SELECT_r2_MOD_0) == 'from_list' | |
727 '${CONDITIONAL_r2.CONDITIONAL_r2_MOD_0.r2_MOD_0}' | |
728 #end if | |
729 | |
730 | |
731 #if $str($CONDITIONAL_r2.CONDITIONAL_r2_MOD_1.CONDITIONAL_SELECT_r2_MOD_1) == 'from_list' | |
732 '${CONDITIONAL_r2.CONDITIONAL_r2_MOD_1.r2_MOD_1}' | |
733 #end if | |
734 | |
735 | |
736 #if $str($CONDITIONAL_r2.r2_MOD_2_0): | |
737 '${CONDITIONAL_r2.r2_MOD_2_0}' | |
738 #end if | |
739 | |
740 #end if | |
741 | |
742 #if str($CONDITIONAL_ld.CONDITIONAL_SELECT_ld) == "set": | |
743 --ld | |
744 | |
745 | |
746 #if $str($CONDITIONAL_ld.ld_MOD_0_0): | |
747 '${CONDITIONAL_ld.ld_MOD_0_0}' | |
748 #end if | |
749 | |
750 #if $str($CONDITIONAL_ld.ld_MOD_1_0): | |
751 '${CONDITIONAL_ld.ld_MOD_1_0}' | |
752 #end if | |
753 | |
754 #if $str($CONDITIONAL_ld.ld_MOD_2_0): | |
755 '${CONDITIONAL_ld.ld_MOD_2_0}' | |
756 #end if | |
757 | |
758 #end if | |
759 | |
760 #if str($CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_OVERLOADED_SELECT_show_tags) == "form_0": | |
761 #if str($CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_show_tags.CONDITIONAL_SELECT_show_tags) == "set": | |
762 --show-tags | |
763 | |
764 #if $CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_show_tags.show_tags_MOD_0_0: | |
765 '${CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_show_tags.show_tags_MOD_0_0}' | |
766 #end if | |
767 #end if | |
768 #end if | |
769 | |
770 #if str($CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_OVERLOADED_SELECT_show_tags) == "form_1": | |
771 #if str($CONDITIONAL_OVERLOADED_show_tags.CONDITIONAL_show_tags.CONDITIONAL_SELECT_show_tags) == "set": | |
772 --show-tags | |
773 | |
774 #end if | |
775 #end if | |
776 | |
777 #if str($CONDITIONAL_blocks.CONDITIONAL_SELECT_blocks) == "set": | |
778 --blocks | |
779 | |
780 | |
781 #if $str($CONDITIONAL_blocks.blocks_MOD_0_0): | |
782 '${CONDITIONAL_blocks.blocks_MOD_0_0}' | |
783 #end if | |
784 | |
785 #if $str($CONDITIONAL_blocks.blocks_MOD_1_0): | |
786 '${CONDITIONAL_blocks.blocks_MOD_1_0}' | |
787 #end if | |
788 | |
789 #end if | |
790 | |
791 #if str($CONDITIONAL_distance.CONDITIONAL_SELECT_distance) == "set": | |
792 --distance | |
793 | |
794 | |
795 #if $str($CONDITIONAL_distance.CONDITIONAL_distance_MOD_0.CONDITIONAL_SELECT_distance_MOD_0) == 'from_list' | |
796 '${CONDITIONAL_distance.CONDITIONAL_distance_MOD_0.distance_MOD_0}' | |
797 #end if | |
798 | |
799 | |
800 #if $str($CONDITIONAL_distance.CONDITIONAL_distance_MOD_1.CONDITIONAL_SELECT_distance_MOD_1) == 'from_list' | |
801 '${CONDITIONAL_distance.CONDITIONAL_distance_MOD_1.distance_MOD_1}' | |
802 #end if | |
803 | |
804 | |
805 #if $str($CONDITIONAL_distance.distance_MOD_2_0): | |
806 '${CONDITIONAL_distance.distance_MOD_2_0}' | |
807 #end if | |
808 | |
809 #if $str($CONDITIONAL_distance.distance_MOD_3_0): | |
810 '${CONDITIONAL_distance.distance_MOD_3_0}' | |
811 #end if | |
812 | |
813 #if $str($CONDITIONAL_distance.distance_MOD_4_0): | |
814 '${CONDITIONAL_distance.distance_MOD_4_0}' | |
815 #end if | |
816 | |
817 #if $str($CONDITIONAL_distance.distance_MOD_5_0): | |
818 '${CONDITIONAL_distance.distance_MOD_5_0}' | |
819 #end if | |
820 | |
821 #end if | |
822 | |
823 ${distance_matrix} | |
824 | |
825 ${ibs_matrix} | |
826 | |
827 #if str($CONDITIONAL_make_rel.CONDITIONAL_SELECT_make_rel) == "set": | |
828 --make-rel | |
829 | |
830 | |
831 #if $str($CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_0.CONDITIONAL_SELECT_make_rel_MOD_0) == 'from_list' | |
832 '${CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_0.make_rel_MOD_0}' | |
833 #end if | |
834 | |
835 | |
836 #if $str($CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_1.CONDITIONAL_SELECT_make_rel_MOD_1) == 'from_list' | |
837 '${CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_1.make_rel_MOD_1}' | |
838 #end if | |
839 | |
840 | |
841 #if $str($CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_2.CONDITIONAL_SELECT_make_rel_MOD_2) == 'from_list' | |
842 '${CONDITIONAL_make_rel.CONDITIONAL_make_rel_MOD_2.make_rel_MOD_2}' | |
843 #end if | |
844 | |
845 | |
846 #end if | |
847 | |
848 #if str($CONDITIONAL_make_grm_gz.CONDITIONAL_SELECT_make_grm_gz) == "set": | |
849 --make-grm-gz | |
850 | |
851 | |
852 #if $str($CONDITIONAL_make_grm_gz.make_grm_gz_MOD_0_0): | |
853 '${CONDITIONAL_make_grm_gz.make_grm_gz_MOD_0_0}' | |
854 #end if | |
855 | |
856 #if $str($CONDITIONAL_make_grm_gz.CONDITIONAL_make_grm_gz_MOD_1.CONDITIONAL_SELECT_make_grm_gz_MOD_1) == 'from_list' | |
857 '${CONDITIONAL_make_grm_gz.CONDITIONAL_make_grm_gz_MOD_1.make_grm_gz_MOD_1}' | |
858 #end if | |
859 | |
860 | |
861 #end if | |
862 | |
863 #if str($CONDITIONAL_make_grm_bin.CONDITIONAL_SELECT_make_grm_bin) == "set": | |
864 --make-grm-bin | |
865 | |
866 | |
867 #if $str($CONDITIONAL_make_grm_bin.CONDITIONAL_make_grm_bin_MOD_0.CONDITIONAL_SELECT_make_grm_bin_MOD_0) == 'from_list' | |
868 '${CONDITIONAL_make_grm_bin.CONDITIONAL_make_grm_bin_MOD_0.make_grm_bin_MOD_0}' | |
869 #end if | |
870 | |
871 | |
872 #end if | |
873 | |
874 #if str($CONDITIONAL_rel_cutoff.CONDITIONAL_SELECT_rel_cutoff) == "set": | |
875 --rel-cutoff | |
876 | |
877 | |
878 #if $str($CONDITIONAL_rel_cutoff.rel_cutoff_MOD_0_0): | |
879 '${CONDITIONAL_rel_cutoff.rel_cutoff_MOD_0_0}' | |
880 #end if | |
881 | |
882 #end if | |
883 | |
884 #if str($CONDITIONAL_ibs_test.CONDITIONAL_SELECT_ibs_test) == "set": | |
885 --ibs-test | |
886 | |
887 | |
888 #if $str($CONDITIONAL_ibs_test.ibs_test_MOD_0_0): | |
889 '${CONDITIONAL_ibs_test.ibs_test_MOD_0_0}' | |
890 #end if | |
891 | |
892 #end if | |
893 | |
894 #if str($CONDITIONAL_groupdist.CONDITIONAL_SELECT_groupdist) == "set": | |
895 --groupdist | |
896 | |
897 | |
898 #if $str($CONDITIONAL_groupdist.groupdist_MOD_0_0): | |
899 '${CONDITIONAL_groupdist.groupdist_MOD_0_0}' | |
900 #end if | |
901 | |
902 #if $str($CONDITIONAL_groupdist.groupdist_MOD_1_0): | |
903 '${CONDITIONAL_groupdist.groupdist_MOD_1_0}' | |
904 #end if | |
905 | |
906 #end if | |
907 | |
908 #if str($CONDITIONAL_regress_distance.CONDITIONAL_SELECT_regress_distance) == "set": | |
909 --regress-distance | |
910 | |
911 | |
912 #if $str($CONDITIONAL_regress_distance.regress_distance_MOD_0_0): | |
913 '${CONDITIONAL_regress_distance.regress_distance_MOD_0_0}' | |
914 #end if | |
915 | |
916 #if $str($CONDITIONAL_regress_distance.regress_distance_MOD_1_0): | |
917 '${CONDITIONAL_regress_distance.regress_distance_MOD_1_0}' | |
918 #end if | |
919 | |
920 #end if | |
921 | |
922 #if str($CONDITIONAL_regress_rel.CONDITIONAL_SELECT_regress_rel) == "set": | |
923 --regress-rel | |
924 | |
925 | |
926 #if $str($CONDITIONAL_regress_rel.regress_rel_MOD_0_0): | |
927 '${CONDITIONAL_regress_rel.regress_rel_MOD_0_0}' | |
928 #end if | |
929 | |
930 #if $str($CONDITIONAL_regress_rel.regress_rel_MOD_1_0): | |
931 '${CONDITIONAL_regress_rel.regress_rel_MOD_1_0}' | |
932 #end if | |
933 | |
934 #end if | |
935 | |
936 #if str($CONDITIONAL_genome.CONDITIONAL_SELECT_genome) == "set": | |
937 --genome | |
938 | |
939 | |
940 #if $str($CONDITIONAL_genome.genome_MOD_0_0): | |
941 '${CONDITIONAL_genome.genome_MOD_0_0}' | |
942 #end if | |
943 | |
944 #if $str($CONDITIONAL_genome.genome_MOD_1_0): | |
945 '${CONDITIONAL_genome.genome_MOD_1_0}' | |
946 #end if | |
947 | |
948 #if $str($CONDITIONAL_genome.genome_MOD_2_0): | |
949 '${CONDITIONAL_genome.genome_MOD_2_0}' | |
950 #end if | |
951 | |
952 #if $str($CONDITIONAL_genome.genome_MOD_3_0): | |
953 '${CONDITIONAL_genome.genome_MOD_3_0}' | |
954 #end if | |
955 | |
956 #if $str($CONDITIONAL_genome.genome_MOD_4_0): | |
957 '${CONDITIONAL_genome.genome_MOD_4_0}' | |
958 #end if | |
959 | |
960 #end if | |
961 | |
962 #if str($CONDITIONAL_homozyg.CONDITIONAL_SELECT_homozyg) == "set": | |
963 --homozyg | |
964 | |
965 | |
966 #if $str($CONDITIONAL_homozyg.CONDITIONAL_homozyg_MOD_0.CONDITIONAL_SELECT_homozyg_MOD_0) == 'from_list' | |
967 '${CONDITIONAL_homozyg.CONDITIONAL_homozyg_MOD_0.homozyg_MOD_0}' | |
968 #end if | |
969 | |
970 | |
971 #if $str($CONDITIONAL_homozyg.homozyg_MOD_1_0): | |
972 '${CONDITIONAL_homozyg.homozyg_MOD_1_0}' | |
973 #end if | |
974 | |
975 #if $str($CONDITIONAL_homozyg.homozyg_MOD_2_0): | |
976 '${CONDITIONAL_homozyg.homozyg_MOD_2_0}' | |
977 #end if | |
978 | |
979 #if $str($CONDITIONAL_homozyg.homozyg_MOD_3_0): | |
980 '${CONDITIONAL_homozyg.homozyg_MOD_3_0}' | |
981 #end if | |
982 | |
983 #end if | |
984 | |
985 #if str($CONDITIONAL_homozyg_snp.CONDITIONAL_SELECT_homozyg_snp) == "set": | |
986 --homozyg-snp | |
987 | |
988 | |
989 #if $str($CONDITIONAL_homozyg_snp.homozyg_snp_MOD_0_0): | |
990 '${CONDITIONAL_homozyg_snp.homozyg_snp_MOD_0_0}' | |
991 #end if | |
992 | |
993 #end if | |
994 | |
995 #if str($CONDITIONAL_homozyg_kb.CONDITIONAL_SELECT_homozyg_kb) == "set": | |
996 --homozyg-kb | |
997 | |
998 | |
999 #if $str($CONDITIONAL_homozyg_kb.homozyg_kb_MOD_0_0): | |
1000 '${CONDITIONAL_homozyg_kb.homozyg_kb_MOD_0_0}' | |
1001 #end if | |
1002 | |
1003 #end if | |
1004 | |
1005 #if str($CONDITIONAL_homozyg_density.CONDITIONAL_SELECT_homozyg_density) == "set": | |
1006 --homozyg-density | |
1007 | |
1008 | |
1009 #if $str($CONDITIONAL_homozyg_density.homozyg_density_MOD_0_0): | |
1010 '${CONDITIONAL_homozyg_density.homozyg_density_MOD_0_0}' | |
1011 #end if | |
1012 | |
1013 #end if | |
1014 | |
1015 #if str($CONDITIONAL_homozyg_gap.CONDITIONAL_SELECT_homozyg_gap) == "set": | |
1016 --homozyg-gap | |
1017 | |
1018 | |
1019 #if $str($CONDITIONAL_homozyg_gap.homozyg_gap_MOD_0_0): | |
1020 '${CONDITIONAL_homozyg_gap.homozyg_gap_MOD_0_0}' | |
1021 #end if | |
1022 | |
1023 #end if | |
1024 | |
1025 #if str($CONDITIONAL_homozyg_het.CONDITIONAL_SELECT_homozyg_het) == "set": | |
1026 --homozyg-het | |
1027 | |
1028 | |
1029 #if $str($CONDITIONAL_homozyg_het.homozyg_het_MOD_0_0): | |
1030 '${CONDITIONAL_homozyg_het.homozyg_het_MOD_0_0}' | |
1031 #end if | |
1032 | |
1033 #end if | |
1034 | |
1035 #if str($CONDITIONAL_homozyg_window_snp.CONDITIONAL_SELECT_homozyg_window_snp) == "set": | |
1036 --homozyg-window-snp | |
1037 | |
1038 | |
1039 #if $str($CONDITIONAL_homozyg_window_snp.homozyg_window_snp_MOD_0_0): | |
1040 '${CONDITIONAL_homozyg_window_snp.homozyg_window_snp_MOD_0_0}' | |
1041 #end if | |
1042 | |
1043 #end if | |
1044 | |
1045 #if str($CONDITIONAL_homozyg_window_het.CONDITIONAL_SELECT_homozyg_window_het) == "set": | |
1046 --homozyg-window-het | |
1047 | |
1048 | |
1049 #if $str($CONDITIONAL_homozyg_window_het.homozyg_window_het_MOD_0_0): | |
1050 '${CONDITIONAL_homozyg_window_het.homozyg_window_het_MOD_0_0}' | |
1051 #end if | |
1052 | |
1053 #end if | |
1054 | |
1055 #if str($CONDITIONAL_homozyg_window_missing.CONDITIONAL_SELECT_homozyg_window_missing) == "set": | |
1056 --homozyg-window-missing | |
1057 | |
1058 | |
1059 #if $str($CONDITIONAL_homozyg_window_missing.homozyg_window_missing_MOD_0_0): | |
1060 '${CONDITIONAL_homozyg_window_missing.homozyg_window_missing_MOD_0_0}' | |
1061 #end if | |
1062 | |
1063 #end if | |
1064 | |
1065 #if str($CONDITIONAL_homozyg_window_threshold.CONDITIONAL_SELECT_homozyg_window_threshold) == "set": | |
1066 --homozyg-window-threshold | |
1067 | |
1068 | |
1069 #if $str($CONDITIONAL_homozyg_window_threshold.homozyg_window_threshold_MOD_0_0): | |
1070 '${CONDITIONAL_homozyg_window_threshold.homozyg_window_threshold_MOD_0_0}' | |
1071 #end if | |
1072 | |
1073 #end if | |
1074 | |
1075 #if str($CONDITIONAL_cluster.CONDITIONAL_SELECT_cluster) == "set": | |
1076 --cluster | |
1077 | |
1078 | |
1079 #if $str($CONDITIONAL_cluster.cluster_MOD_0_0): | |
1080 '${CONDITIONAL_cluster.cluster_MOD_0_0}' | |
1081 #end if | |
1082 | |
1083 #if $str($CONDITIONAL_cluster.CONDITIONAL_cluster_MOD_1.CONDITIONAL_SELECT_cluster_MOD_1) == 'from_list' | |
1084 '${CONDITIONAL_cluster.CONDITIONAL_cluster_MOD_1.cluster_MOD_1}' | |
1085 #end if | |
1086 | |
1087 | |
1088 #if $str($CONDITIONAL_cluster.cluster_MOD_2_0): | |
1089 '${CONDITIONAL_cluster.cluster_MOD_2_0}' | |
1090 #end if | |
1091 | |
1092 #if $str($CONDITIONAL_cluster.cluster_MOD_3_0): | |
1093 '${CONDITIONAL_cluster.cluster_MOD_3_0}' | |
1094 #end if | |
1095 | |
1096 #end if | |
1097 | |
1098 #if str($CONDITIONAL_pca.CONDITIONAL_SELECT_pca) == "set": | |
1099 --pca | |
1100 | |
1101 | |
1102 #if $str($CONDITIONAL_pca.pca_MOD_0_0): | |
1103 '${CONDITIONAL_pca.pca_MOD_0_0}' | |
1104 #end if | |
1105 | |
1106 #if $str($CONDITIONAL_pca.pca_MOD_1_0): | |
1107 '${CONDITIONAL_pca.pca_MOD_1_0}' | |
1108 #end if | |
1109 | |
1110 #if $str($CONDITIONAL_pca.pca_MOD_2_0): | |
1111 '${CONDITIONAL_pca.pca_MOD_2_0}' | |
1112 #end if | |
1113 | |
1114 #if $str($CONDITIONAL_pca.pca_MOD_3_0): | |
1115 '${CONDITIONAL_pca.pca_MOD_3_0}' | |
1116 #end if | |
1117 | |
1118 #end if | |
1119 | |
1120 #if str($CONDITIONAL_neighbour.CONDITIONAL_SELECT_neighbour) == "set": | |
1121 --neighbour | |
1122 | |
1123 | |
1124 #if $str($CONDITIONAL_neighbour.neighbour_MOD_0_0): | |
1125 '${CONDITIONAL_neighbour.neighbour_MOD_0_0}' | |
1126 #end if | |
1127 | |
1128 #if $str($CONDITIONAL_neighbour.neighbour_MOD_1_0): | |
1129 '${CONDITIONAL_neighbour.neighbour_MOD_1_0}' | |
1130 #end if | |
1131 | |
1132 #end if | |
1133 | |
1134 #if str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_OVERLOADED_SELECT_assoc) == "form_0": | |
1135 #if str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_SELECT_assoc) == "set": | |
1136 --assoc | |
1137 | |
1138 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.CONDITIONAL_SELECT_assoc_MOD_0) == 'GALAXY_manually' | |
1139 'mperm=${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.assoc_MOD_0}' | |
1140 #end if | |
1141 | |
1142 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.CONDITIONAL_SELECT_assoc_MOD_0) == 'from_list' | |
1143 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.assoc_MOD_0}' | |
1144 #end if | |
1145 | |
1146 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_1_0): | |
1147 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_1_0}' | |
1148 #end if | |
1149 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_2.CONDITIONAL_SELECT_assoc_MOD_2) == 'from_list' | |
1150 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_2.assoc_MOD_2}' | |
1151 #end if | |
1152 | |
1153 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_3_0): | |
1154 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_3_0}' | |
1155 #end if | |
1156 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_4_0): | |
1157 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_4_0}' | |
1158 #end if | |
1159 #end if | |
1160 #end if | |
1161 | |
1162 #if str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_OVERLOADED_SELECT_assoc) == "form_1": | |
1163 #if str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_SELECT_assoc) == "set": | |
1164 --assoc | |
1165 | |
1166 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.CONDITIONAL_SELECT_assoc_MOD_0) == 'GALAXY_manually' | |
1167 'mperm=${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.assoc_MOD_0}' | |
1168 #end if | |
1169 | |
1170 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.CONDITIONAL_SELECT_assoc_MOD_0) == 'from_list' | |
1171 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.CONDITIONAL_assoc_MOD_0.assoc_MOD_0}' | |
1172 #end if | |
1173 | |
1174 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_1_0): | |
1175 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_1_0}' | |
1176 #end if | |
1177 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_2_0): | |
1178 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_2_0}' | |
1179 #end if | |
1180 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_3_0): | |
1181 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_3_0}' | |
1182 #end if | |
1183 #if $str($CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_4_0): | |
1184 '${CONDITIONAL_OVERLOADED_assoc.CONDITIONAL_assoc.assoc_MOD_4_0}' | |
1185 #end if | |
1186 #end if | |
1187 #end if | |
1188 | |
1189 #if str($CONDITIONAL_model.CONDITIONAL_SELECT_model) == "set": | |
1190 --model | |
1191 | |
1192 | |
1193 #if $str($CONDITIONAL_model.CONDITIONAL_model_MOD_0.CONDITIONAL_SELECT_model_MOD_0) == 'GALAXY_manually' | |
1194 'mperm=${CONDITIONAL_model.CONDITIONAL_model_MOD_0.model_MOD_0}' | |
1195 #end if | |
1196 | |
1197 | |
1198 #if $str($CONDITIONAL_model.CONDITIONAL_model_MOD_0.CONDITIONAL_SELECT_model_MOD_0) == 'from_list' | |
1199 '${CONDITIONAL_model.CONDITIONAL_model_MOD_0.model_MOD_0}' | |
1200 #end if | |
1201 | |
1202 | |
1203 #if $str($CONDITIONAL_model.model_MOD_1_0): | |
1204 '${CONDITIONAL_model.model_MOD_1_0}' | |
1205 #end if | |
1206 | |
1207 #if $str($CONDITIONAL_model.CONDITIONAL_model_MOD_2.CONDITIONAL_SELECT_model_MOD_2) == 'from_list' | |
1208 '${CONDITIONAL_model.CONDITIONAL_model_MOD_2.model_MOD_2}' | |
1209 #end if | |
1210 | |
1211 | |
1212 #if $str($CONDITIONAL_model.model_MOD_3_0): | |
1213 '${CONDITIONAL_model.model_MOD_3_0}' | |
1214 #end if | |
1215 | |
1216 #if $str($CONDITIONAL_model.CONDITIONAL_model_MOD_4.CONDITIONAL_SELECT_model_MOD_4) == 'from_list' | |
1217 '${CONDITIONAL_model.CONDITIONAL_model_MOD_4.model_MOD_4}' | |
1218 #end if | |
1219 | |
1220 | |
1221 #end if | |
1222 | |
1223 #if str($CONDITIONAL_mh.CONDITIONAL_SELECT_mh) == "set": | |
1224 --mh | |
1225 | |
1226 | |
1227 #if $str($CONDITIONAL_mh.CONDITIONAL_mh_MOD_0.CONDITIONAL_SELECT_mh_MOD_0) == 'GALAXY_manually' | |
1228 'mperm=${CONDITIONAL_mh.CONDITIONAL_mh_MOD_0.mh_MOD_0}' | |
1229 #end if | |
1230 | |
1231 | |
1232 #if $str($CONDITIONAL_mh.CONDITIONAL_mh_MOD_0.CONDITIONAL_SELECT_mh_MOD_0) == 'from_list' | |
1233 '${CONDITIONAL_mh.CONDITIONAL_mh_MOD_0.mh_MOD_0}' | |
1234 #end if | |
1235 | |
1236 | |
1237 #if $str($CONDITIONAL_mh.mh_MOD_1_0): | |
1238 '${CONDITIONAL_mh.mh_MOD_1_0}' | |
1239 #end if | |
1240 | |
1241 #if $str($CONDITIONAL_mh.mh_MOD_2_0): | |
1242 '${CONDITIONAL_mh.mh_MOD_2_0}' | |
1243 #end if | |
1244 | |
1245 #end if | |
1246 | |
1247 #if str($CONDITIONAL_bd.CONDITIONAL_SELECT_bd) == "set": | |
1248 --bd | |
1249 | |
1250 | |
1251 #if $str($CONDITIONAL_bd.CONDITIONAL_bd_MOD_0.CONDITIONAL_SELECT_bd_MOD_0) == 'GALAXY_manually' | |
1252 'mperm=${CONDITIONAL_bd.CONDITIONAL_bd_MOD_0.bd_MOD_0}' | |
1253 #end if | |
1254 | |
1255 | |
1256 #if $str($CONDITIONAL_bd.CONDITIONAL_bd_MOD_0.CONDITIONAL_SELECT_bd_MOD_0) == 'from_list' | |
1257 '${CONDITIONAL_bd.CONDITIONAL_bd_MOD_0.bd_MOD_0}' | |
1258 #end if | |
1259 | |
1260 | |
1261 #if $str($CONDITIONAL_bd.bd_MOD_1_0): | |
1262 '${CONDITIONAL_bd.bd_MOD_1_0}' | |
1263 #end if | |
1264 | |
1265 #if $str($CONDITIONAL_bd.bd_MOD_2_0): | |
1266 '${CONDITIONAL_bd.bd_MOD_2_0}' | |
1267 #end if | |
1268 | |
1269 #end if | |
1270 | |
1271 ${mh2} | |
1272 | |
1273 ${homog} | |
1274 | |
1275 #if str($CONDITIONAL_gxe.CONDITIONAL_SELECT_gxe) == "set": | |
1276 --gxe | |
1277 | |
1278 | |
1279 #if $str($CONDITIONAL_gxe.gxe_MOD_0_0): | |
1280 '${CONDITIONAL_gxe.gxe_MOD_0_0}' | |
1281 #end if | |
1282 | |
1283 #end if | |
1284 | |
1285 #if str($CONDITIONAL_linear.CONDITIONAL_SELECT_linear) == "set": | |
1286 --linear | |
1287 | |
1288 | |
1289 #if $str($CONDITIONAL_linear.CONDITIONAL_linear_MOD_0.CONDITIONAL_SELECT_linear_MOD_0) == 'GALAXY_manually' | |
1290 'mperm=${CONDITIONAL_linear.CONDITIONAL_linear_MOD_0.linear_MOD_0}' | |
1291 #end if | |
1292 | |
1293 | |
1294 #if $str($CONDITIONAL_linear.CONDITIONAL_linear_MOD_0.CONDITIONAL_SELECT_linear_MOD_0) == 'from_list' | |
1295 '${CONDITIONAL_linear.CONDITIONAL_linear_MOD_0.linear_MOD_0}' | |
1296 #end if | |
1297 | |
1298 | |
1299 #if $str($CONDITIONAL_linear.linear_MOD_1_0): | |
1300 '${CONDITIONAL_linear.linear_MOD_1_0}' | |
1301 #end if | |
1302 | |
1303 #if $str($CONDITIONAL_linear.linear_MOD_2_0): | |
1304 '${CONDITIONAL_linear.linear_MOD_2_0}' | |
1305 #end if | |
1306 | |
1307 #if $str($CONDITIONAL_linear.CONDITIONAL_linear_MOD_3.CONDITIONAL_SELECT_linear_MOD_3) == 'from_list' | |
1308 '${CONDITIONAL_linear.CONDITIONAL_linear_MOD_3.linear_MOD_3}' | |
1309 #end if | |
1310 | |
1311 | |
1312 #if $str($CONDITIONAL_linear.linear_MOD_4_0): | |
1313 '${CONDITIONAL_linear.linear_MOD_4_0}' | |
1314 #end if | |
1315 | |
1316 #if $str($CONDITIONAL_linear.CONDITIONAL_linear_MOD_5.CONDITIONAL_SELECT_linear_MOD_5) == 'from_list' | |
1317 '${CONDITIONAL_linear.CONDITIONAL_linear_MOD_5.linear_MOD_5}' | |
1318 #end if | |
1319 | |
1320 | |
1321 #if $str($CONDITIONAL_linear.linear_MOD_6_0): | |
1322 '${CONDITIONAL_linear.linear_MOD_6_0}' | |
1323 #end if | |
1324 | |
1325 #if $str($CONDITIONAL_linear.linear_MOD_7_0): | |
1326 '${CONDITIONAL_linear.linear_MOD_7_0}' | |
1327 #end if | |
1328 | |
1329 #if $str($CONDITIONAL_linear.linear_MOD_8_0): | |
1330 '${CONDITIONAL_linear.linear_MOD_8_0}' | |
1331 #end if | |
1332 | |
1333 #if $str($CONDITIONAL_linear.linear_MOD_9_0): | |
1334 '${CONDITIONAL_linear.linear_MOD_9_0}' | |
1335 #end if | |
1336 | |
1337 #end if | |
1338 | |
1339 #if str($CONDITIONAL_logistic.CONDITIONAL_SELECT_logistic) == "set": | |
1340 --logistic | |
1341 | |
1342 | |
1343 #if $str($CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_0.CONDITIONAL_SELECT_logistic_MOD_0) == 'GALAXY_manually' | |
1344 'mperm=${CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_0.logistic_MOD_0}' | |
1345 #end if | |
1346 | |
1347 | |
1348 #if $str($CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_0.CONDITIONAL_SELECT_logistic_MOD_0) == 'from_list' | |
1349 '${CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_0.logistic_MOD_0}' | |
1350 #end if | |
1351 | |
1352 | |
1353 #if $str($CONDITIONAL_logistic.logistic_MOD_1_0): | |
1354 '${CONDITIONAL_logistic.logistic_MOD_1_0}' | |
1355 #end if | |
1356 | |
1357 #if $str($CONDITIONAL_logistic.logistic_MOD_2_0): | |
1358 '${CONDITIONAL_logistic.logistic_MOD_2_0}' | |
1359 #end if | |
1360 | |
1361 #if $str($CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_3.CONDITIONAL_SELECT_logistic_MOD_3) == 'from_list' | |
1362 '${CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_3.logistic_MOD_3}' | |
1363 #end if | |
1364 | |
1365 | |
1366 #if $str($CONDITIONAL_logistic.logistic_MOD_4_0): | |
1367 '${CONDITIONAL_logistic.logistic_MOD_4_0}' | |
1368 #end if | |
1369 | |
1370 #if $str($CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_5.CONDITIONAL_SELECT_logistic_MOD_5) == 'from_list' | |
1371 '${CONDITIONAL_logistic.CONDITIONAL_logistic_MOD_5.logistic_MOD_5}' | |
1372 #end if | |
1373 | |
1374 | |
1375 #if $str($CONDITIONAL_logistic.logistic_MOD_6_0): | |
1376 '${CONDITIONAL_logistic.logistic_MOD_6_0}' | |
1377 #end if | |
1378 | |
1379 #if $str($CONDITIONAL_logistic.logistic_MOD_7_0): | |
1380 '${CONDITIONAL_logistic.logistic_MOD_7_0}' | |
1381 #end if | |
1382 | |
1383 #if $str($CONDITIONAL_logistic.logistic_MOD_8_0): | |
1384 '${CONDITIONAL_logistic.logistic_MOD_8_0}' | |
1385 #end if | |
1386 | |
1387 #end if | |
1388 | |
1389 #if str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_OVERLOADED_SELECT_dosage) == "form_0": | |
1390 #if str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_SELECT_dosage) == "set": | |
1391 --dosage | |
1392 | |
1393 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_0_0): | |
1394 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_0_0}' | |
1395 #end if | |
1396 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_1_0): | |
1397 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_1_0}' | |
1398 #end if | |
1399 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_2_0): | |
1400 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_2_0}' | |
1401 #end if | |
1402 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_3_0): | |
1403 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_3_0}' | |
1404 #end if | |
1405 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_4_0): | |
1406 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_4_0}' | |
1407 #end if | |
1408 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_5_0): | |
1409 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_5_0}' | |
1410 #end if | |
1411 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_6_0): | |
1412 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_6_0}' | |
1413 #end if | |
1414 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_7_0): | |
1415 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_7_0}' | |
1416 #end if | |
1417 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_8.CONDITIONAL_SELECT_dosage_MOD_8) == 'from_list' | |
1418 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_8.dosage_MOD_8}' | |
1419 #end if | |
1420 | |
1421 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_9_0): | |
1422 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_9_0}' | |
1423 #end if | |
1424 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_10_0): | |
1425 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_10_0}' | |
1426 #end if | |
1427 #end if | |
1428 #end if | |
1429 | |
1430 #if str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_OVERLOADED_SELECT_dosage) == "form_1": | |
1431 #if str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_SELECT_dosage) == "set": | |
1432 --dosage | |
1433 | |
1434 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_0_0): | |
1435 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_0_0}' | |
1436 #end if | |
1437 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_1.CONDITIONAL_SELECT_dosage_MOD_1) == 'from_list' | |
1438 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_1.dosage_MOD_1}' | |
1439 #end if | |
1440 | |
1441 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_2_0): | |
1442 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_2_0}' | |
1443 #end if | |
1444 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_3_0): | |
1445 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_3_0}' | |
1446 #end if | |
1447 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_4_0): | |
1448 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_4_0}' | |
1449 #end if | |
1450 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_5_0): | |
1451 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_5_0}' | |
1452 #end if | |
1453 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_6_0): | |
1454 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_6_0}' | |
1455 #end if | |
1456 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_7_0): | |
1457 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_7_0}' | |
1458 #end if | |
1459 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_8.CONDITIONAL_SELECT_dosage_MOD_8) == 'from_list' | |
1460 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.CONDITIONAL_dosage_MOD_8.dosage_MOD_8}' | |
1461 #end if | |
1462 | |
1463 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_9_0): | |
1464 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_9_0}' | |
1465 #end if | |
1466 #if $str($CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_10_0): | |
1467 '${CONDITIONAL_OVERLOADED_dosage.CONDITIONAL_dosage.dosage_MOD_10_0}' | |
1468 #end if | |
1469 #end if | |
1470 #end if | |
1471 | |
1472 ${write_dosage} | |
1473 | |
1474 #if str($CONDITIONAL_lasso.CONDITIONAL_SELECT_lasso) == "set": | |
1475 --lasso | |
1476 | |
1477 | |
1478 #if $str($CONDITIONAL_lasso.lasso_MOD_0_0): | |
1479 '${CONDITIONAL_lasso.lasso_MOD_0_0}' | |
1480 #end if | |
1481 | |
1482 #if $str($CONDITIONAL_lasso.lasso_MOD_1_0): | |
1483 '${CONDITIONAL_lasso.lasso_MOD_1_0}' | |
1484 #end if | |
1485 | |
1486 #if $str($CONDITIONAL_lasso.lasso_MOD_2_0): | |
1487 '${CONDITIONAL_lasso.lasso_MOD_2_0}' | |
1488 #end if | |
1489 | |
1490 #end if | |
1491 | |
1492 #if str($CONDITIONAL_test_missing.CONDITIONAL_SELECT_test_missing) == "set": | |
1493 --test-missing | |
1494 | |
1495 | |
1496 #if $str($CONDITIONAL_test_missing.CONDITIONAL_test_missing_MOD_0.CONDITIONAL_SELECT_test_missing_MOD_0) == 'GALAXY_manually' | |
1497 'mperm=${CONDITIONAL_test_missing.CONDITIONAL_test_missing_MOD_0.test_missing_MOD_0}' | |
1498 #end if | |
1499 | |
1500 | |
1501 #if $str($CONDITIONAL_test_missing.CONDITIONAL_test_missing_MOD_0.CONDITIONAL_SELECT_test_missing_MOD_0) == 'from_list' | |
1502 '${CONDITIONAL_test_missing.CONDITIONAL_test_missing_MOD_0.test_missing_MOD_0}' | |
1503 #end if | |
1504 | |
1505 | |
1506 #if $str($CONDITIONAL_test_missing.test_missing_MOD_1_0): | |
1507 '${CONDITIONAL_test_missing.test_missing_MOD_1_0}' | |
1508 #end if | |
1509 | |
1510 #if $str($CONDITIONAL_test_missing.test_missing_MOD_2_0): | |
1511 '${CONDITIONAL_test_missing.test_missing_MOD_2_0}' | |
1512 #end if | |
1513 | |
1514 #end if | |
1515 | |
1516 #if str($CONDITIONAL_make_perm_pheno.CONDITIONAL_SELECT_make_perm_pheno) == "set": | |
1517 --make-perm-pheno | |
1518 | |
1519 | |
1520 #if $str($CONDITIONAL_make_perm_pheno.make_perm_pheno_MOD_0_0): | |
1521 '${CONDITIONAL_make_perm_pheno.make_perm_pheno_MOD_0_0}' | |
1522 #end if | |
1523 | |
1524 #end if | |
1525 | |
1526 #if str($CONDITIONAL_tdt.CONDITIONAL_SELECT_tdt) == "set": | |
1527 --tdt | |
1528 | |
1529 | |
1530 #if $str($CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_0.CONDITIONAL_SELECT_tdt_MOD_0) == 'from_list' | |
1531 '${CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_0.tdt_MOD_0}' | |
1532 #end if | |
1533 | |
1534 | |
1535 #if $str($CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_1.CONDITIONAL_SELECT_tdt_MOD_1) == 'GALAXY_manually' | |
1536 'mperm=${CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_1.tdt_MOD_1}' | |
1537 #end if | |
1538 | |
1539 | |
1540 #if $str($CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_1.CONDITIONAL_SELECT_tdt_MOD_1) == 'from_list' | |
1541 '${CONDITIONAL_tdt.CONDITIONAL_tdt_MOD_1.tdt_MOD_1}' | |
1542 #end if | |
1543 | |
1544 | |
1545 #if $str($CONDITIONAL_tdt.tdt_MOD_2_0): | |
1546 '${CONDITIONAL_tdt.tdt_MOD_2_0}' | |
1547 #end if | |
1548 | |
1549 #end if | |
1550 | |
1551 #if str($CONDITIONAL_qfam.CONDITIONAL_SELECT_qfam) == "set": | |
1552 --qfam | |
1553 | |
1554 | |
1555 #if $str($CONDITIONAL_qfam.CONDITIONAL_qfam_MOD_0.CONDITIONAL_SELECT_qfam_MOD_0) == 'GALAXY_manually' | |
1556 'mperm=${CONDITIONAL_qfam.CONDITIONAL_qfam_MOD_0.qfam_MOD_0}' | |
1557 #end if | |
1558 | |
1559 | |
1560 #if $str($CONDITIONAL_qfam.CONDITIONAL_qfam_MOD_0.CONDITIONAL_SELECT_qfam_MOD_0) == 'from_list' | |
1561 '${CONDITIONAL_qfam.CONDITIONAL_qfam_MOD_0.qfam_MOD_0}' | |
1562 #end if | |
1563 | |
1564 | |
1565 #if $str($CONDITIONAL_qfam.qfam_MOD_1_0): | |
1566 '${CONDITIONAL_qfam.qfam_MOD_1_0}' | |
1567 #end if | |
1568 | |
1569 #if $str($CONDITIONAL_qfam.qfam_MOD_2_0): | |
1570 '${CONDITIONAL_qfam.qfam_MOD_2_0}' | |
1571 #end if | |
1572 | |
1573 #end if | |
1574 | |
1575 #if str($CONDITIONAL_qfam_parents.CONDITIONAL_SELECT_qfam_parents) == "set": | |
1576 --qfam-parents | |
1577 | |
1578 | |
1579 #if $str($CONDITIONAL_qfam_parents.CONDITIONAL_qfam_parents_MOD_0.CONDITIONAL_SELECT_qfam_parents_MOD_0) == 'GALAXY_manually' | |
1580 'mperm=${CONDITIONAL_qfam_parents.CONDITIONAL_qfam_parents_MOD_0.qfam_parents_MOD_0}' | |
1581 #end if | |
1582 | |
1583 | |
1584 #if $str($CONDITIONAL_qfam_parents.CONDITIONAL_qfam_parents_MOD_0.CONDITIONAL_SELECT_qfam_parents_MOD_0) == 'from_list' | |
1585 '${CONDITIONAL_qfam_parents.CONDITIONAL_qfam_parents_MOD_0.qfam_parents_MOD_0}' | |
1586 #end if | |
1587 | |
1588 | |
1589 #if $str($CONDITIONAL_qfam_parents.qfam_parents_MOD_1_0): | |
1590 '${CONDITIONAL_qfam_parents.qfam_parents_MOD_1_0}' | |
1591 #end if | |
1592 | |
1593 #if $str($CONDITIONAL_qfam_parents.qfam_parents_MOD_2_0): | |
1594 '${CONDITIONAL_qfam_parents.qfam_parents_MOD_2_0}' | |
1595 #end if | |
1596 | |
1597 #end if | |
1598 | |
1599 #if str($CONDITIONAL_qfam_between.CONDITIONAL_SELECT_qfam_between) == "set": | |
1600 --qfam-between | |
1601 | |
1602 | |
1603 #if $str($CONDITIONAL_qfam_between.CONDITIONAL_qfam_between_MOD_0.CONDITIONAL_SELECT_qfam_between_MOD_0) == 'GALAXY_manually' | |
1604 'mperm=${CONDITIONAL_qfam_between.CONDITIONAL_qfam_between_MOD_0.qfam_between_MOD_0}' | |
1605 #end if | |
1606 | |
1607 | |
1608 #if $str($CONDITIONAL_qfam_between.CONDITIONAL_qfam_between_MOD_0.CONDITIONAL_SELECT_qfam_between_MOD_0) == 'from_list' | |
1609 '${CONDITIONAL_qfam_between.CONDITIONAL_qfam_between_MOD_0.qfam_between_MOD_0}' | |
1610 #end if | |
1611 | |
1612 | |
1613 #if $str($CONDITIONAL_qfam_between.qfam_between_MOD_1_0): | |
1614 '${CONDITIONAL_qfam_between.qfam_between_MOD_1_0}' | |
1615 #end if | |
1616 | |
1617 #if $str($CONDITIONAL_qfam_between.qfam_between_MOD_2_0): | |
1618 '${CONDITIONAL_qfam_between.qfam_between_MOD_2_0}' | |
1619 #end if | |
1620 | |
1621 #end if | |
1622 | |
1623 #if str($CONDITIONAL_qfam_total.CONDITIONAL_SELECT_qfam_total) == "set": | |
1624 --qfam-total | |
1625 | |
1626 | |
1627 #if $str($CONDITIONAL_qfam_total.CONDITIONAL_qfam_total_MOD_0.CONDITIONAL_SELECT_qfam_total_MOD_0) == 'GALAXY_manually' | |
1628 'mperm=${CONDITIONAL_qfam_total.CONDITIONAL_qfam_total_MOD_0.qfam_total_MOD_0}' | |
1629 #end if | |
1630 | |
1631 | |
1632 #if $str($CONDITIONAL_qfam_total.CONDITIONAL_qfam_total_MOD_0.CONDITIONAL_SELECT_qfam_total_MOD_0) == 'from_list' | |
1633 '${CONDITIONAL_qfam_total.CONDITIONAL_qfam_total_MOD_0.qfam_total_MOD_0}' | |
1634 #end if | |
1635 | |
1636 | |
1637 #if $str($CONDITIONAL_qfam_total.qfam_total_MOD_1_0): | |
1638 '${CONDITIONAL_qfam_total.qfam_total_MOD_1_0}' | |
1639 #end if | |
1640 | |
1641 #if $str($CONDITIONAL_qfam_total.qfam_total_MOD_2_0): | |
1642 '${CONDITIONAL_qfam_total.qfam_total_MOD_2_0}' | |
1643 #end if | |
1644 | |
1645 #end if | |
1646 | |
1647 #if str($CONDITIONAL_annotate.CONDITIONAL_SELECT_annotate) == "set": | |
1648 --annotate | |
1649 | |
1650 | |
1651 #if $CONDITIONAL_annotate.annotate_MOD_0_0: | |
1652 '${CONDITIONAL_annotate.annotate_MOD_0_0}' | |
1653 #end if | |
1654 | |
1655 #if $str($CONDITIONAL_annotate.annotate_MOD_1_0): | |
1656 '${CONDITIONAL_annotate.annotate_MOD_1_0}' | |
1657 #end if | |
1658 | |
1659 #if $str($CONDITIONAL_annotate.annotate_MOD_2_0): | |
1660 '${CONDITIONAL_annotate.annotate_MOD_2_0}' | |
1661 #end if | |
1662 | |
1663 #if $str($CONDITIONAL_annotate.annotate_MOD_3_0): | |
1664 '${CONDITIONAL_annotate.annotate_MOD_3_0}' | |
1665 #end if | |
1666 | |
1667 #if $str($CONDITIONAL_annotate.annotate_MOD_4_0): | |
1668 '${CONDITIONAL_annotate.annotate_MOD_4_0}' | |
1669 #end if | |
1670 | |
1671 #if $str($CONDITIONAL_annotate.CONDITIONAL_annotate_MOD_5.CONDITIONAL_SELECT_annotate_MOD_5) == 'from_list' | |
1672 '${CONDITIONAL_annotate.CONDITIONAL_annotate_MOD_5.annotate_MOD_5}' | |
1673 #end if | |
1674 | |
1675 | |
1676 #if $str($CONDITIONAL_annotate.annotate_MOD_6_0): | |
1677 '${CONDITIONAL_annotate.annotate_MOD_6_0}' | |
1678 #end if | |
1679 | |
1680 #if $str($CONDITIONAL_annotate.annotate_MOD_7_0): | |
1681 '${CONDITIONAL_annotate.annotate_MOD_7_0}' | |
1682 #end if | |
1683 | |
1684 #if $str($CONDITIONAL_annotate.annotate_MOD_8_0): | |
1685 '${CONDITIONAL_annotate.annotate_MOD_8_0}' | |
1686 #end if | |
1687 | |
1688 #if $str($CONDITIONAL_annotate.annotate_MOD_9_0): | |
1689 '${CONDITIONAL_annotate.annotate_MOD_9_0}' | |
1690 #end if | |
1691 | |
1692 #end if | |
1693 | |
1694 #if str($CONDITIONAL_clump.CONDITIONAL_SELECT_clump) == "set": | |
1695 --clump | |
1696 | |
1697 | |
1698 #if $CONDITIONAL_clump.clump_MOD_0_0: | |
1699 '${CONDITIONAL_clump.clump_MOD_0_0}' | |
1700 #end if | |
1701 | |
1702 #end if | |
1703 | |
1704 #if str($CONDITIONAL_gene_report.CONDITIONAL_SELECT_gene_report) == "set": | |
1705 --gene-report | |
1706 | |
1707 | |
1708 #if $CONDITIONAL_gene_report.gene_report_MOD_0_0: | |
1709 '${CONDITIONAL_gene_report.gene_report_MOD_0_0}' | |
1710 #end if | |
1711 | |
1712 #if $str($CONDITIONAL_gene_report.gene_report_MOD_1_0): | |
1713 '${CONDITIONAL_gene_report.gene_report_MOD_1_0}' | |
1714 #end if | |
1715 | |
1716 #end if | |
1717 | |
1718 #if str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_OVERLOADED_SELECT_meta_analysis) == "form_0": | |
1719 #if str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_SELECT_meta_analysis) == "set": | |
1720 --meta-analysis | |
1721 | |
1722 #if $CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_0_0: | |
1723 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_0_0}' | |
1724 #end if | |
1725 #end if | |
1726 #end if | |
1727 | |
1728 #if str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_OVERLOADED_SELECT_meta_analysis) == "form_1": | |
1729 #if str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_SELECT_meta_analysis) == "set": | |
1730 --meta-analysis | |
1731 | |
1732 #if $CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_0_0: | |
1733 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_0_0}' | |
1734 #end if | |
1735 #if $str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_meta_analysis_MOD_1.CONDITIONAL_SELECT_meta_analysis_MOD_1) == 'from_list' | |
1736 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_meta_analysis_MOD_1.meta_analysis_MOD_1}' | |
1737 #end if | |
1738 | |
1739 #if $str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_meta_analysis_MOD_2.CONDITIONAL_SELECT_meta_analysis_MOD_2) == 'from_list' | |
1740 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.CONDITIONAL_meta_analysis_MOD_2.meta_analysis_MOD_2}' | |
1741 #end if | |
1742 | |
1743 #if $str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_3_0): | |
1744 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_3_0}' | |
1745 #end if | |
1746 #if $str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_4_0): | |
1747 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_4_0}' | |
1748 #end if | |
1749 #if $str($CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_5_0): | |
1750 '${CONDITIONAL_OVERLOADED_meta_analysis.CONDITIONAL_meta_analysis.meta_analysis_MOD_5_0}' | |
1751 #end if | |
1752 #end if | |
1753 #end if | |
1754 | |
1755 #if str($CONDITIONAL_fast_epistasis.CONDITIONAL_SELECT_fast_epistasis) == "set": | |
1756 --fast-epistasis | |
1757 | |
1758 | |
1759 #if $str($CONDITIONAL_fast_epistasis.CONDITIONAL_fast_epistasis_MOD_0.CONDITIONAL_SELECT_fast_epistasis_MOD_0) == 'from_list' | |
1760 '${CONDITIONAL_fast_epistasis.CONDITIONAL_fast_epistasis_MOD_0.fast_epistasis_MOD_0}' | |
1761 #end if | |
1762 | |
1763 | |
1764 #if $str($CONDITIONAL_fast_epistasis.fast_epistasis_MOD_1_0): | |
1765 '${CONDITIONAL_fast_epistasis.fast_epistasis_MOD_1_0}' | |
1766 #end if | |
1767 | |
1768 #if $str($CONDITIONAL_fast_epistasis.CONDITIONAL_fast_epistasis_MOD_2.CONDITIONAL_SELECT_fast_epistasis_MOD_2) == 'from_list' | |
1769 '${CONDITIONAL_fast_epistasis.CONDITIONAL_fast_epistasis_MOD_2.fast_epistasis_MOD_2}' | |
1770 #end if | |
1771 | |
1772 | |
1773 #if $str($CONDITIONAL_fast_epistasis.fast_epistasis_MOD_3_0): | |
1774 '${CONDITIONAL_fast_epistasis.fast_epistasis_MOD_3_0}' | |
1775 #end if | |
1776 | |
1777 #end if | |
1778 | |
1779 #if str($CONDITIONAL_epistasis.CONDITIONAL_SELECT_epistasis) == "set": | |
1780 --epistasis | |
1781 | |
1782 | |
1783 #if $str($CONDITIONAL_epistasis.CONDITIONAL_epistasis_MOD_0.CONDITIONAL_SELECT_epistasis_MOD_0) == 'from_list' | |
1784 '${CONDITIONAL_epistasis.CONDITIONAL_epistasis_MOD_0.epistasis_MOD_0}' | |
1785 #end if | |
1786 | |
1787 | |
1788 #end if | |
1789 | |
1790 #if str($CONDITIONAL_epistasis_summary_merge.CONDITIONAL_SELECT_epistasis_summary_merge) == "set": | |
1791 --epistasis-summary-merge | |
1792 | |
1793 | |
1794 #if $str($CONDITIONAL_epistasis_summary_merge.epistasis_summary_merge_MOD_0_0): | |
1795 '${CONDITIONAL_epistasis_summary_merge.epistasis_summary_merge_MOD_0_0}' | |
1796 #end if | |
1797 | |
1798 #if $str($CONDITIONAL_epistasis_summary_merge.epistasis_summary_merge_MOD_1_0): | |
1799 '${CONDITIONAL_epistasis_summary_merge.epistasis_summary_merge_MOD_1_0}' | |
1800 #end if | |
1801 | |
1802 #end if | |
1803 | |
1804 #if str($CONDITIONAL_twolocus.CONDITIONAL_SELECT_twolocus) == "set": | |
1805 --twolocus | |
1806 | |
1807 | |
1808 #if $str($CONDITIONAL_twolocus.twolocus_MOD_0_0): | |
1809 '${CONDITIONAL_twolocus.twolocus_MOD_0_0}' | |
1810 #end if | |
1811 | |
1812 #if $str($CONDITIONAL_twolocus.twolocus_MOD_1_0): | |
1813 '${CONDITIONAL_twolocus.twolocus_MOD_1_0}' | |
1814 #end if | |
1815 | |
1816 #end if | |
1817 | |
1818 #if str($CONDITIONAL_score.CONDITIONAL_SELECT_score) == "set": | |
1819 --score | |
1820 | |
1821 | |
1822 #if $CONDITIONAL_score.score_MOD_0_0: | |
1823 '${CONDITIONAL_score.score_MOD_0_0}' | |
1824 #end if | |
1825 | |
1826 #if $str($CONDITIONAL_score.score_MOD_1_0): | |
1827 '${CONDITIONAL_score.score_MOD_1_0}' | |
1828 #end if | |
1829 | |
1830 #if $str($CONDITIONAL_score.score_MOD_2_0): | |
1831 '${CONDITIONAL_score.score_MOD_2_0}' | |
1832 #end if | |
1833 | |
1834 #if $str($CONDITIONAL_score.score_MOD_3_0): | |
1835 '${CONDITIONAL_score.score_MOD_3_0}' | |
1836 #end if | |
1837 | |
1838 #if $str($CONDITIONAL_score.score_MOD_4_0): | |
1839 '${CONDITIONAL_score.score_MOD_4_0}' | |
1840 #end if | |
1841 | |
1842 #if $str($CONDITIONAL_score.CONDITIONAL_score_MOD_5.CONDITIONAL_SELECT_score_MOD_5) == 'from_list' | |
1843 '${CONDITIONAL_score.CONDITIONAL_score_MOD_5.score_MOD_5}' | |
1844 #end if | |
1845 | |
1846 | |
1847 #if $str($CONDITIONAL_score.CONDITIONAL_score_MOD_6.CONDITIONAL_SELECT_score_MOD_6) == 'from_list' | |
1848 '${CONDITIONAL_score.CONDITIONAL_score_MOD_6.score_MOD_6}' | |
1849 #end if | |
1850 | |
1851 | |
1852 #if $str($CONDITIONAL_score.score_MOD_7_0): | |
1853 '${CONDITIONAL_score.score_MOD_7_0}' | |
1854 #end if | |
1855 | |
1856 #if $str($CONDITIONAL_score.score_MOD_8_0): | |
1857 '${CONDITIONAL_score.score_MOD_8_0}' | |
1858 #end if | |
1859 | |
1860 #end if | |
1861 | |
1862 #if str($CONDITIONAL_write_var_ranges.CONDITIONAL_SELECT_write_var_ranges) == "set": | |
1863 --write-var-ranges | |
1864 | |
1865 | |
1866 #if $str($CONDITIONAL_write_var_ranges.write_var_ranges_MOD_0_0): | |
1867 '${CONDITIONAL_write_var_ranges.write_var_ranges_MOD_0_0}' | |
1868 #end if | |
1869 | |
1870 #end if | |
1871 | |
1872 #if str($CONDITIONAL_silent.CONDITIONAL_SELECT_silent) == "set": | |
1873 --silent | |
1874 | |
1875 | |
1876 #end if | |
1877 | |
1878 #if str($CONDITIONAL_missing_genotype.CONDITIONAL_SELECT_missing_genotype) == "set": | |
1879 --missing-genotype | |
1880 | |
1881 | |
1882 #if $str($CONDITIONAL_missing_genotype.missing_genotype_MOD_0_0): | |
1883 '${CONDITIONAL_missing_genotype.missing_genotype_MOD_0_0}' | |
1884 #end if | |
1885 | |
1886 #end if | |
1887 | |
1888 #if str($CONDITIONAL_double_id.CONDITIONAL_SELECT_double_id) == "set": | |
1889 --double-id | |
1890 | |
1891 | |
1892 #end if | |
1893 | |
1894 #if str($CONDITIONAL_const_fid.CONDITIONAL_SELECT_const_fid) == "set": | |
1895 --const-fid | |
1896 | |
1897 | |
1898 #if $str($CONDITIONAL_const_fid.const_fid_MOD_0_0): | |
1899 '${CONDITIONAL_const_fid.const_fid_MOD_0_0}' | |
1900 #end if | |
1901 | |
1902 #end if | |
1903 | |
1904 #if str($CONDITIONAL_id_delim.CONDITIONAL_SELECT_id_delim) == "set": | |
1905 --id-delim | |
1906 | |
1907 | |
1908 #if $str($CONDITIONAL_id_delim.id_delim_MOD_0_0): | |
1909 '${CONDITIONAL_id_delim.id_delim_MOD_0_0}' | |
1910 #end if | |
1911 | |
1912 #end if | |
1913 | |
1914 #if str($CONDITIONAL_vcf_idspace_to.CONDITIONAL_SELECT_vcf_idspace_to) == "set": | |
1915 --vcf-idspace-to | |
1916 | |
1917 | |
1918 #if $str($CONDITIONAL_vcf_idspace_to.vcf_idspace_to_MOD_0_0): | |
1919 '${CONDITIONAL_vcf_idspace_to.vcf_idspace_to_MOD_0_0}' | |
1920 #end if | |
1921 | |
1922 #end if | |
1923 | |
1924 #if str($CONDITIONAL_biallelic_only.CONDITIONAL_SELECT_biallelic_only) == "set": | |
1925 --biallelic-only | |
1926 | |
1927 | |
1928 #if $str($CONDITIONAL_biallelic_only.biallelic_only_MOD_0_0): | |
1929 '${CONDITIONAL_biallelic_only.biallelic_only_MOD_0_0}' | |
1930 #end if | |
1931 | |
1932 #if $str($CONDITIONAL_biallelic_only.biallelic_only_MOD_1_0): | |
1933 '${CONDITIONAL_biallelic_only.biallelic_only_MOD_1_0}' | |
1934 #end if | |
1935 | |
1936 #end if | |
1937 | |
1938 #if str($CONDITIONAL_vcf_min_qual.CONDITIONAL_SELECT_vcf_min_qual) == "set": | |
1939 --vcf-min-qual | |
1940 | |
1941 | |
1942 #if $str($CONDITIONAL_vcf_min_qual.vcf_min_qual_MOD_0_0): | |
1943 '${CONDITIONAL_vcf_min_qual.vcf_min_qual_MOD_0_0}' | |
1944 #end if | |
1945 | |
1946 #end if | |
1947 | |
1948 #if str($CONDITIONAL_vcf_filter.CONDITIONAL_SELECT_vcf_filter) == "set": | |
1949 --vcf-filter | |
1950 | |
1951 | |
1952 #if $str($CONDITIONAL_vcf_filter.vcf_filter_MOD_0_0): | |
1953 '${CONDITIONAL_vcf_filter.vcf_filter_MOD_0_0}' | |
1954 #end if | |
1955 | |
1956 #end if | |
1957 | |
1958 #if str($CONDITIONAL_vcf_require_gt.CONDITIONAL_SELECT_vcf_require_gt) == "set": | |
1959 --vcf-require-gt | |
1960 | |
1961 | |
1962 #end if | |
1963 | |
1964 #if str($CONDITIONAL_vcf_min_gq.CONDITIONAL_SELECT_vcf_min_gq) == "set": | |
1965 --vcf-min-gq | |
1966 | |
1967 | |
1968 #if $str($CONDITIONAL_vcf_min_gq.vcf_min_gq_MOD_0_0): | |
1969 '${CONDITIONAL_vcf_min_gq.vcf_min_gq_MOD_0_0}' | |
1970 #end if | |
1971 | |
1972 #end if | |
1973 | |
1974 #if str($CONDITIONAL_vcf_min_gp.CONDITIONAL_SELECT_vcf_min_gp) == "set": | |
1975 --vcf-min-gp | |
1976 | |
1977 | |
1978 #if $str($CONDITIONAL_vcf_min_gp.vcf_min_gp_MOD_0_0): | |
1979 '${CONDITIONAL_vcf_min_gp.vcf_min_gp_MOD_0_0}' | |
1980 #end if | |
1981 | |
1982 #end if | |
1983 | |
1984 #if str($CONDITIONAL_vcf_half_call.CONDITIONAL_SELECT_vcf_half_call) == "set": | |
1985 --vcf-half-call | |
1986 | |
1987 | |
1988 #if $str($CONDITIONAL_vcf_half_call.vcf_half_call_MOD_0_0): | |
1989 '${CONDITIONAL_vcf_half_call.vcf_half_call_MOD_0_0}' | |
1990 #end if | |
1991 | |
1992 #end if | |
1993 | |
1994 #if str($CONDITIONAL_oxford_single_chr.CONDITIONAL_SELECT_oxford_single_chr) == "set": | |
1995 --oxford-single-chr | |
1996 | |
1997 | |
1998 #if $str($CONDITIONAL_oxford_single_chr.oxford_single_chr_MOD_0_0): | |
1999 '${CONDITIONAL_oxford_single_chr.oxford_single_chr_MOD_0_0}' | |
2000 #end if | |
2001 | |
2002 #end if | |
2003 | |
2004 #if str($CONDITIONAL_oxford_pheno_name.CONDITIONAL_SELECT_oxford_pheno_name) == "set": | |
2005 --oxford-pheno-name | |
2006 | |
2007 | |
2008 #if $str($CONDITIONAL_oxford_pheno_name.oxford_pheno_name_MOD_0_0): | |
2009 '${CONDITIONAL_oxford_pheno_name.oxford_pheno_name_MOD_0_0}' | |
2010 #end if | |
2011 | |
2012 #end if | |
2013 | |
2014 #if str($CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_OVERLOADED_SELECT_hard_call_threshold) == "form_0": | |
2015 #if str($CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_hard_call_threshold.CONDITIONAL_SELECT_hard_call_threshold) == "set": | |
2016 --hard-call-threshold | |
2017 | |
2018 #if $str($CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_hard_call_threshold.hard_call_threshold_MOD_0_0): | |
2019 '${CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_hard_call_threshold.hard_call_threshold_MOD_0_0}' | |
2020 #end if | |
2021 #end if | |
2022 #end if | |
2023 | |
2024 #if str($CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_OVERLOADED_SELECT_hard_call_threshold) == "form_1": | |
2025 #if str($CONDITIONAL_OVERLOADED_hard_call_threshold.CONDITIONAL_hard_call_threshold.CONDITIONAL_SELECT_hard_call_threshold) == "set": | |
2026 --hard-call-threshold | |
2027 | |
2028 #end if | |
2029 #end if | |
2030 | |
2031 #if str($CONDITIONAL_missing_code.CONDITIONAL_SELECT_missing_code) == "set": | |
2032 --missing-code | |
2033 | |
2034 | |
2035 #if $str($CONDITIONAL_missing_code.missing_code_MOD_0_0): | |
2036 '${CONDITIONAL_missing_code.missing_code_MOD_0_0}' | |
2037 #end if | |
2038 | |
2039 #end if | |
2040 | |
2041 #if str($CONDITIONAL_simulate_ncases.CONDITIONAL_SELECT_simulate_ncases) == "set": | |
2042 --simulate-ncases | |
2043 | |
2044 | |
2045 #if $str($CONDITIONAL_simulate_ncases.simulate_ncases_MOD_0_0): | |
2046 '${CONDITIONAL_simulate_ncases.simulate_ncases_MOD_0_0}' | |
2047 #end if | |
2048 | |
2049 #end if | |
2050 | |
2051 #if str($CONDITIONAL_simulate_ncontrols.CONDITIONAL_SELECT_simulate_ncontrols) == "set": | |
2052 --simulate-ncontrols | |
2053 | |
2054 | |
2055 #if $str($CONDITIONAL_simulate_ncontrols.simulate_ncontrols_MOD_0_0): | |
2056 '${CONDITIONAL_simulate_ncontrols.simulate_ncontrols_MOD_0_0}' | |
2057 #end if | |
2058 | |
2059 #end if | |
2060 | |
2061 #if str($CONDITIONAL_simulate_prevalence.CONDITIONAL_SELECT_simulate_prevalence) == "set": | |
2062 --simulate-prevalence | |
2063 | |
2064 | |
2065 #if $str($CONDITIONAL_simulate_prevalence.simulate_prevalence_MOD_0_0): | |
2066 '${CONDITIONAL_simulate_prevalence.simulate_prevalence_MOD_0_0}' | |
2067 #end if | |
2068 | |
2069 #end if | |
2070 | |
2071 #if str($CONDITIONAL_simulate_n.CONDITIONAL_SELECT_simulate_n) == "set": | |
2072 --simulate-n | |
2073 | |
2074 | |
2075 #if $str($CONDITIONAL_simulate_n.simulate_n_MOD_0_0): | |
2076 '${CONDITIONAL_simulate_n.simulate_n_MOD_0_0}' | |
2077 #end if | |
2078 | |
2079 #end if | |
2080 | |
2081 #if str($CONDITIONAL_simulate_label.CONDITIONAL_SELECT_simulate_label) == "set": | |
2082 --simulate-label | |
2083 | |
2084 | |
2085 #if $str($CONDITIONAL_simulate_label.simulate_label_MOD_0_0): | |
2086 '${CONDITIONAL_simulate_label.simulate_label_MOD_0_0}' | |
2087 #end if | |
2088 | |
2089 #end if | |
2090 | |
2091 #if str($CONDITIONAL_simulate_missing.CONDITIONAL_SELECT_simulate_missing) == "set": | |
2092 --simulate-missing | |
2093 | |
2094 | |
2095 #if $str($CONDITIONAL_simulate_missing.simulate_missing_MOD_0_0): | |
2096 '${CONDITIONAL_simulate_missing.simulate_missing_MOD_0_0}' | |
2097 #end if | |
2098 | |
2099 #end if | |
2100 | |
2101 #if str($CONDITIONAL_allow_extra_chr.CONDITIONAL_SELECT_allow_extra_chr) == "set": | |
2102 --allow-extra-chr | |
2103 | |
2104 | |
2105 #if $str($CONDITIONAL_allow_extra_chr.allow_extra_chr_MOD_0_0): | |
2106 '${CONDITIONAL_allow_extra_chr.allow_extra_chr_MOD_0_0}' | |
2107 #end if | |
2108 | |
2109 #end if | |
2110 | |
2111 #if str($CONDITIONAL_chr_set.CONDITIONAL_SELECT_chr_set) == "set": | |
2112 --chr-set | |
2113 | |
2114 | |
2115 #if $str($CONDITIONAL_chr_set.chr_set_MOD_0_0): | |
2116 '${CONDITIONAL_chr_set.chr_set_MOD_0_0}' | |
2117 #end if | |
2118 | |
2119 #if $str($CONDITIONAL_chr_set.chr_set_MOD_1_0): | |
2120 '${CONDITIONAL_chr_set.chr_set_MOD_1_0}' | |
2121 #end if | |
2122 | |
2123 #if $str($CONDITIONAL_chr_set.chr_set_MOD_2_0): | |
2124 '${CONDITIONAL_chr_set.chr_set_MOD_2_0}' | |
2125 #end if | |
2126 | |
2127 #if $str($CONDITIONAL_chr_set.chr_set_MOD_3_0): | |
2128 '${CONDITIONAL_chr_set.chr_set_MOD_3_0}' | |
2129 #end if | |
2130 | |
2131 #if $str($CONDITIONAL_chr_set.chr_set_MOD_4_0): | |
2132 '${CONDITIONAL_chr_set.chr_set_MOD_4_0}' | |
2133 #end if | |
2134 | |
2135 #end if | |
2136 | |
2137 #if str($CONDITIONAL_cow.CONDITIONAL_SELECT_cow) == "set": | |
2138 --cow | |
2139 | |
2140 | |
2141 #end if | |
2142 | |
2143 #if str($CONDITIONAL_dog.CONDITIONAL_SELECT_dog) == "set": | |
2144 --dog | |
2145 | |
2146 | |
2147 #end if | |
2148 | |
2149 #if str($CONDITIONAL_horse.CONDITIONAL_SELECT_horse) == "set": | |
2150 --horse | |
2151 | |
2152 | |
2153 #end if | |
2154 | |
2155 #if str($CONDITIONAL_mouse.CONDITIONAL_SELECT_mouse) == "set": | |
2156 --mouse | |
2157 | |
2158 | |
2159 #end if | |
2160 | |
2161 #if str($CONDITIONAL_rice.CONDITIONAL_SELECT_rice) == "set": | |
2162 --rice | |
2163 | |
2164 | |
2165 #end if | |
2166 | |
2167 #if str($CONDITIONAL_sheep.CONDITIONAL_SELECT_sheep) == "set": | |
2168 --sheep | |
2169 | |
2170 | |
2171 #end if | |
2172 | |
2173 #if str($CONDITIONAL_autosome_num.CONDITIONAL_SELECT_autosome_num) == "set": | |
2174 --autosome-num | |
2175 | |
2176 | |
2177 #if $str($CONDITIONAL_autosome_num.autosome_num_MOD_0_0): | |
2178 '${CONDITIONAL_autosome_num.autosome_num_MOD_0_0}' | |
2179 #end if | |
2180 | |
2181 #end if | |
2182 | |
2183 #if str($CONDITIONAL_cm_map.CONDITIONAL_SELECT_cm_map) == "set": | |
2184 --cm-map | |
2185 | |
2186 | |
2187 #if $str($CONDITIONAL_cm_map.cm_map_MOD_0_0): | |
2188 '${CONDITIONAL_cm_map.cm_map_MOD_0_0}' | |
2189 #end if | |
2190 | |
2191 #if $str($CONDITIONAL_cm_map.cm_map_MOD_1_0): | |
2192 '${CONDITIONAL_cm_map.cm_map_MOD_1_0}' | |
2193 #end if | |
2194 | |
2195 #end if | |
2196 | |
2197 #if str($CONDITIONAL_zero_cms.CONDITIONAL_SELECT_zero_cms) == "set": | |
2198 --zero-cms | |
2199 | |
2200 | |
2201 #end if | |
2202 | |
2203 #if str($CONDITIONAL_pheno.CONDITIONAL_SELECT_pheno) == "set": | |
2204 --pheno | |
2205 | |
2206 | |
2207 #if $CONDITIONAL_pheno.pheno_MOD_0_0: | |
2208 '${CONDITIONAL_pheno.pheno_MOD_0_0}' | |
2209 #end if | |
2210 | |
2211 #end if | |
2212 | |
2213 #if str($CONDITIONAL_all_pheno.CONDITIONAL_SELECT_all_pheno) == "set": | |
2214 --all-pheno | |
2215 | |
2216 | |
2217 #end if | |
2218 | |
2219 #if str($CONDITIONAL_mpheno.CONDITIONAL_SELECT_mpheno) == "set": | |
2220 --mpheno | |
2221 | |
2222 | |
2223 #if $str($CONDITIONAL_mpheno.mpheno_MOD_0_0): | |
2224 '${CONDITIONAL_mpheno.mpheno_MOD_0_0}' | |
2225 #end if | |
2226 | |
2227 #end if | |
2228 | |
2229 #if str($CONDITIONAL_pheno_name.CONDITIONAL_SELECT_pheno_name) == "set": | |
2230 --pheno-name | |
2231 | |
2232 | |
2233 #if $str($CONDITIONAL_pheno_name.pheno_name_MOD_0_0): | |
2234 '${CONDITIONAL_pheno_name.pheno_name_MOD_0_0}' | |
2235 #end if | |
2236 | |
2237 #end if | |
2238 | |
2239 #if str($CONDITIONAL_pheno_merge.CONDITIONAL_SELECT_pheno_merge) == "set": | |
2240 --pheno-merge | |
2241 | |
2242 | |
2243 #end if | |
2244 | |
2245 #if str($CONDITIONAL_missing_phenotype.CONDITIONAL_SELECT_missing_phenotype) == "set": | |
2246 --missing-phenotype | |
2247 | |
2248 | |
2249 #if $str($CONDITIONAL_missing_phenotype.missing_phenotype_MOD_0_0): | |
2250 '${CONDITIONAL_missing_phenotype.missing_phenotype_MOD_0_0}' | |
2251 #end if | |
2252 | |
2253 #end if | |
2254 | |
2255 #if str($CONDITIONAL_GALAXY_1.CONDITIONAL_SELECT_GALAXY_1) == "set": | |
2256 --1 | |
2257 | |
2258 | |
2259 #end if | |
2260 | |
2261 #if str($CONDITIONAL_make_pheno.CONDITIONAL_SELECT_make_pheno) == "set": | |
2262 --make-pheno | |
2263 | |
2264 | |
2265 #if $CONDITIONAL_make_pheno.make_pheno_MOD_0_0: | |
2266 '${CONDITIONAL_make_pheno.make_pheno_MOD_0_0}' | |
2267 #end if | |
2268 | |
2269 #if $str($CONDITIONAL_make_pheno.make_pheno_MOD_1_0): | |
2270 '${CONDITIONAL_make_pheno.make_pheno_MOD_1_0}' | |
2271 #end if | |
2272 | |
2273 #end if | |
2274 | |
2275 #if str($CONDITIONAL_tail_pheno.CONDITIONAL_SELECT_tail_pheno) == "set": | |
2276 --tail-pheno | |
2277 | |
2278 | |
2279 #if $str($CONDITIONAL_tail_pheno.tail_pheno_MOD_0_0): | |
2280 '${CONDITIONAL_tail_pheno.tail_pheno_MOD_0_0}' | |
2281 #end if | |
2282 | |
2283 #if $str($CONDITIONAL_tail_pheno.tail_pheno_MOD_1_0): | |
2284 '${CONDITIONAL_tail_pheno.tail_pheno_MOD_1_0}' | |
2285 #end if | |
2286 | |
2287 #end if | |
2288 | |
2289 #if str($CONDITIONAL_covar.CONDITIONAL_SELECT_covar) == "set": | |
2290 --covar | |
2291 | |
2292 | |
2293 #if $CONDITIONAL_covar.covar_MOD_0_0: | |
2294 '${CONDITIONAL_covar.covar_MOD_0_0}' | |
2295 #end if | |
2296 | |
2297 #if $str($CONDITIONAL_covar.covar_MOD_1_0): | |
2298 '${CONDITIONAL_covar.covar_MOD_1_0}' | |
2299 #end if | |
2300 | |
2301 #end if | |
2302 | |
2303 #if str($CONDITIONAL_covar_name.CONDITIONAL_SELECT_covar_name) == "set": | |
2304 --covar-name | |
2305 | |
2306 | |
2307 #if $str($CONDITIONAL_covar_name.covar_name_MOD_0_0): | |
2308 '${CONDITIONAL_covar_name.covar_name_MOD_0_0}' | |
2309 #end if | |
2310 | |
2311 #end if | |
2312 | |
2313 #if str($CONDITIONAL_covar_number.CONDITIONAL_SELECT_covar_number) == "set": | |
2314 --covar-number | |
2315 | |
2316 | |
2317 #if $str($CONDITIONAL_covar_number.covar_number_MOD_0_0): | |
2318 '${CONDITIONAL_covar_number.covar_number_MOD_0_0}' | |
2319 #end if | |
2320 | |
2321 #end if | |
2322 | |
2323 #if str($CONDITIONAL_no_const_covar.CONDITIONAL_SELECT_no_const_covar) == "set": | |
2324 --no-const-covar | |
2325 | |
2326 | |
2327 #end if | |
2328 | |
2329 #if str($CONDITIONAL_within.CONDITIONAL_SELECT_within) == "set": | |
2330 --within | |
2331 | |
2332 | |
2333 #if $CONDITIONAL_within.within_MOD_0_0: | |
2334 '${CONDITIONAL_within.within_MOD_0_0}' | |
2335 #end if | |
2336 | |
2337 #if $str($CONDITIONAL_within.within_MOD_1_0): | |
2338 '${CONDITIONAL_within.within_MOD_1_0}' | |
2339 #end if | |
2340 | |
2341 #end if | |
2342 | |
2343 #if str($CONDITIONAL_mwithin.CONDITIONAL_SELECT_mwithin) == "set": | |
2344 --mwithin | |
2345 | |
2346 | |
2347 #if $str($CONDITIONAL_mwithin.mwithin_MOD_0_0): | |
2348 '${CONDITIONAL_mwithin.mwithin_MOD_0_0}' | |
2349 #end if | |
2350 | |
2351 #end if | |
2352 | |
2353 #if str($CONDITIONAL_family.CONDITIONAL_SELECT_family) == "set": | |
2354 --family | |
2355 | |
2356 | |
2357 #end if | |
2358 | |
2359 #if str($CONDITIONAL_loop_assoc.CONDITIONAL_SELECT_loop_assoc) == "set": | |
2360 --loop-assoc | |
2361 | |
2362 | |
2363 #if $CONDITIONAL_loop_assoc.loop_assoc_MOD_0_0: | |
2364 '${CONDITIONAL_loop_assoc.loop_assoc_MOD_0_0}' | |
2365 #end if | |
2366 | |
2367 #if $str($CONDITIONAL_loop_assoc.loop_assoc_MOD_1_0): | |
2368 '${CONDITIONAL_loop_assoc.loop_assoc_MOD_1_0}' | |
2369 #end if | |
2370 | |
2371 #end if | |
2372 | |
2373 #if str($CONDITIONAL_set.CONDITIONAL_SELECT_set) == "set": | |
2374 --set | |
2375 | |
2376 | |
2377 #if $CONDITIONAL_set.set_MOD_0_0: | |
2378 '${CONDITIONAL_set.set_MOD_0_0}' | |
2379 #end if | |
2380 | |
2381 #end if | |
2382 | |
2383 #if str($CONDITIONAL_set_names.CONDITIONAL_SELECT_set_names) == "set": | |
2384 --set-names | |
2385 | |
2386 | |
2387 #if $str($CONDITIONAL_set_names.set_names_MOD_0_0): | |
2388 '${CONDITIONAL_set_names.set_names_MOD_0_0}' | |
2389 #end if | |
2390 | |
2391 #end if | |
2392 | |
2393 #if str($CONDITIONAL_subset.CONDITIONAL_SELECT_subset) == "set": | |
2394 --subset | |
2395 | |
2396 | |
2397 #if $CONDITIONAL_subset.subset_MOD_0_0: | |
2398 '${CONDITIONAL_subset.subset_MOD_0_0}' | |
2399 #end if | |
2400 | |
2401 #end if | |
2402 | |
2403 #if str($CONDITIONAL_set_collapse_all.CONDITIONAL_SELECT_set_collapse_all) == "set": | |
2404 --set-collapse-all | |
2405 | |
2406 | |
2407 #if $str($CONDITIONAL_set_collapse_all.set_collapse_all_MOD_0_0): | |
2408 '${CONDITIONAL_set_collapse_all.set_collapse_all_MOD_0_0}' | |
2409 #end if | |
2410 | |
2411 #end if | |
2412 | |
2413 #if str($CONDITIONAL_complement_sets.CONDITIONAL_SELECT_complement_sets) == "set": | |
2414 --complement-sets | |
2415 | |
2416 | |
2417 #end if | |
2418 | |
2419 #if str($CONDITIONAL_make_set_complement_all.CONDITIONAL_SELECT_make_set_complement_all) == "set": | |
2420 --make-set-complement-all | |
2421 | |
2422 | |
2423 #if $str($CONDITIONAL_make_set_complement_all.make_set_complement_all_MOD_0_0): | |
2424 '${CONDITIONAL_make_set_complement_all.make_set_complement_all_MOD_0_0}' | |
2425 #end if | |
2426 | |
2427 #end if | |
2428 | |
2429 #if str($CONDITIONAL_make_set.CONDITIONAL_SELECT_make_set) == "set": | |
2430 --make-set | |
2431 | |
2432 | |
2433 #if $CONDITIONAL_make_set.make_set_MOD_0_0: | |
2434 '${CONDITIONAL_make_set.make_set_MOD_0_0}' | |
2435 #end if | |
2436 | |
2437 #end if | |
2438 | |
2439 #if str($CONDITIONAL_make_set_border.CONDITIONAL_SELECT_make_set_border) == "set": | |
2440 --make-set-border | |
2441 | |
2442 | |
2443 #if $str($CONDITIONAL_make_set_border.make_set_border_MOD_0_0): | |
2444 '${CONDITIONAL_make_set_border.make_set_border_MOD_0_0}' | |
2445 #end if | |
2446 | |
2447 #end if | |
2448 | |
2449 #if str($CONDITIONAL_make_set_collapse_group.CONDITIONAL_SELECT_make_set_collapse_group) == "set": | |
2450 --make-set-collapse-group | |
2451 | |
2452 | |
2453 #end if | |
2454 | |
2455 #if str($CONDITIONAL_keep.CONDITIONAL_SELECT_keep) == "set": | |
2456 --keep | |
2457 | |
2458 | |
2459 #if $CONDITIONAL_keep.keep_MOD_0_0: | |
2460 '${CONDITIONAL_keep.keep_MOD_0_0}' | |
2461 #end if | |
2462 | |
2463 #end if | |
2464 | |
2465 #if str($CONDITIONAL_remove.CONDITIONAL_SELECT_remove) == "set": | |
2466 --remove | |
2467 | |
2468 | |
2469 #if $CONDITIONAL_remove.remove_MOD_0_0: | |
2470 '${CONDITIONAL_remove.remove_MOD_0_0}' | |
2471 #end if | |
2472 | |
2473 #end if | |
2474 | |
2475 #if str($CONDITIONAL_keep_fam.CONDITIONAL_SELECT_keep_fam) == "set": | |
2476 --keep-fam | |
2477 | |
2478 | |
2479 #if $CONDITIONAL_keep_fam.keep_fam_MOD_0_0: | |
2480 '${CONDITIONAL_keep_fam.keep_fam_MOD_0_0}' | |
2481 #end if | |
2482 | |
2483 #end if | |
2484 | |
2485 #if str($CONDITIONAL_remove_fam.CONDITIONAL_SELECT_remove_fam) == "set": | |
2486 --remove-fam | |
2487 | |
2488 | |
2489 #if $CONDITIONAL_remove_fam.remove_fam_MOD_0_0: | |
2490 '${CONDITIONAL_remove_fam.remove_fam_MOD_0_0}' | |
2491 #end if | |
2492 | |
2493 #end if | |
2494 | |
2495 #if str($CONDITIONAL_extract.CONDITIONAL_SELECT_extract) == "set": | |
2496 --extract | |
2497 | |
2498 | |
2499 #if $str($CONDITIONAL_extract.extract_MOD_0_0): | |
2500 '${CONDITIONAL_extract.extract_MOD_0_0}' | |
2501 #end if | |
2502 | |
2503 #if $CONDITIONAL_extract.extract_MOD_1_0: | |
2504 '${CONDITIONAL_extract.extract_MOD_1_0}' | |
2505 #end if | |
2506 | |
2507 #end if | |
2508 | |
2509 #if str($CONDITIONAL_exclude.CONDITIONAL_SELECT_exclude) == "set": | |
2510 --exclude | |
2511 | |
2512 | |
2513 #if $str($CONDITIONAL_exclude.exclude_MOD_0_0): | |
2514 '${CONDITIONAL_exclude.exclude_MOD_0_0}' | |
2515 #end if | |
2516 | |
2517 #if $CONDITIONAL_exclude.exclude_MOD_1_0: | |
2518 '${CONDITIONAL_exclude.exclude_MOD_1_0}' | |
2519 #end if | |
2520 | |
2521 #end if | |
2522 | |
2523 #if str($CONDITIONAL_keep_clusters.CONDITIONAL_SELECT_keep_clusters) == "set": | |
2524 --keep-clusters | |
2525 | |
2526 | |
2527 #if $CONDITIONAL_keep_clusters.keep_clusters_MOD_0_0: | |
2528 '${CONDITIONAL_keep_clusters.keep_clusters_MOD_0_0}' | |
2529 #end if | |
2530 | |
2531 #end if | |
2532 | |
2533 #if str($CONDITIONAL_keep_cluster_names.CONDITIONAL_SELECT_keep_cluster_names) == "set": | |
2534 --keep-cluster-names | |
2535 | |
2536 | |
2537 #if $str($CONDITIONAL_keep_cluster_names.keep_cluster_names_MOD_0_0): | |
2538 '${CONDITIONAL_keep_cluster_names.keep_cluster_names_MOD_0_0}' | |
2539 #end if | |
2540 | |
2541 #end if | |
2542 | |
2543 #if str($CONDITIONAL_remove_clusters.CONDITIONAL_SELECT_remove_clusters) == "set": | |
2544 --remove-clusters | |
2545 | |
2546 | |
2547 #if $CONDITIONAL_remove_clusters.remove_clusters_MOD_0_0: | |
2548 '${CONDITIONAL_remove_clusters.remove_clusters_MOD_0_0}' | |
2549 #end if | |
2550 | |
2551 #end if | |
2552 | |
2553 #if str($CONDITIONAL_remove_cluster_names.CONDITIONAL_SELECT_remove_cluster_names) == "set": | |
2554 --remove-cluster-names | |
2555 | |
2556 | |
2557 #if $str($CONDITIONAL_remove_cluster_names.remove_cluster_names_MOD_0_0): | |
2558 '${CONDITIONAL_remove_cluster_names.remove_cluster_names_MOD_0_0}' | |
2559 #end if | |
2560 | |
2561 #end if | |
2562 | |
2563 #if str($CONDITIONAL_gene.CONDITIONAL_SELECT_gene) == "set": | |
2564 --gene | |
2565 | |
2566 | |
2567 #if $str($CONDITIONAL_gene.gene_MOD_0_0): | |
2568 '${CONDITIONAL_gene.gene_MOD_0_0}' | |
2569 #end if | |
2570 | |
2571 #end if | |
2572 | |
2573 #if str($CONDITIONAL_gene_all.CONDITIONAL_SELECT_gene_all) == "set": | |
2574 --gene-all | |
2575 | |
2576 | |
2577 #end if | |
2578 | |
2579 #if str($CONDITIONAL_attrib.CONDITIONAL_SELECT_attrib) == "set": | |
2580 --attrib | |
2581 | |
2582 | |
2583 #if $CONDITIONAL_attrib.attrib_MOD_0_0: | |
2584 '${CONDITIONAL_attrib.attrib_MOD_0_0}' | |
2585 #end if | |
2586 | |
2587 #if $str($CONDITIONAL_attrib.attrib_MOD_1_0): | |
2588 '${CONDITIONAL_attrib.attrib_MOD_1_0}' | |
2589 #end if | |
2590 | |
2591 #end if | |
2592 | |
2593 #if str($CONDITIONAL_attrib_indiv.CONDITIONAL_SELECT_attrib_indiv) == "set": | |
2594 --attrib-indiv | |
2595 | |
2596 | |
2597 #if $CONDITIONAL_attrib_indiv.attrib_indiv_MOD_0_0: | |
2598 '${CONDITIONAL_attrib_indiv.attrib_indiv_MOD_0_0}' | |
2599 #end if | |
2600 | |
2601 #if $str($CONDITIONAL_attrib_indiv.attrib_indiv_MOD_1_0): | |
2602 '${CONDITIONAL_attrib_indiv.attrib_indiv_MOD_1_0}' | |
2603 #end if | |
2604 | |
2605 #end if | |
2606 | |
2607 #if str($CONDITIONAL_chr.CONDITIONAL_SELECT_chr) == "set": | |
2608 --chr | |
2609 | |
2610 | |
2611 #if $str($CONDITIONAL_chr.chr_MOD_0_0): | |
2612 '${CONDITIONAL_chr.chr_MOD_0_0}' | |
2613 #end if | |
2614 | |
2615 #end if | |
2616 | |
2617 #if str($CONDITIONAL_not_chr.CONDITIONAL_SELECT_not_chr) == "set": | |
2618 --not-chr | |
2619 | |
2620 | |
2621 #if $str($CONDITIONAL_not_chr.not_chr_MOD_0_0): | |
2622 '${CONDITIONAL_not_chr.not_chr_MOD_0_0}' | |
2623 #end if | |
2624 | |
2625 #end if | |
2626 | |
2627 #if str($CONDITIONAL_autosome.CONDITIONAL_SELECT_autosome) == "set": | |
2628 --autosome | |
2629 | |
2630 | |
2631 #end if | |
2632 | |
2633 #if str($CONDITIONAL_autosome_xy.CONDITIONAL_SELECT_autosome_xy) == "set": | |
2634 --autosome-xy | |
2635 | |
2636 | |
2637 #end if | |
2638 | |
2639 #if str($CONDITIONAL_snps_only.CONDITIONAL_SELECT_snps_only) == "set": | |
2640 --snps-only | |
2641 | |
2642 | |
2643 #if $str($CONDITIONAL_snps_only.snps_only_MOD_0_0): | |
2644 '${CONDITIONAL_snps_only.snps_only_MOD_0_0}' | |
2645 #end if | |
2646 | |
2647 #end if | |
2648 | |
2649 #if str($CONDITIONAL_from.CONDITIONAL_SELECT_from) == "set": | |
2650 --from | |
2651 | |
2652 | |
2653 #if $str($CONDITIONAL_from.from_MOD_0_0): | |
2654 '${CONDITIONAL_from.from_MOD_0_0}' | |
2655 #end if | |
2656 | |
2657 #end if | |
2658 | |
2659 #if str($CONDITIONAL_to.CONDITIONAL_SELECT_to) == "set": | |
2660 --to | |
2661 | |
2662 | |
2663 #if $str($CONDITIONAL_to.to_MOD_0_0): | |
2664 '${CONDITIONAL_to.to_MOD_0_0}' | |
2665 #end if | |
2666 | |
2667 #end if | |
2668 | |
2669 #if str($CONDITIONAL_snp.CONDITIONAL_SELECT_snp) == "set": | |
2670 --snp | |
2671 | |
2672 | |
2673 #if $str($CONDITIONAL_snp.snp_MOD_0_0): | |
2674 '${CONDITIONAL_snp.snp_MOD_0_0}' | |
2675 #end if | |
2676 | |
2677 #end if | |
2678 | |
2679 #if str($CONDITIONAL_exclude_snp.CONDITIONAL_SELECT_exclude_snp) == "set": | |
2680 --exclude-snp | |
2681 | |
2682 | |
2683 #if $str($CONDITIONAL_exclude_snp.exclude_snp_MOD_0_0): | |
2684 '${CONDITIONAL_exclude_snp.exclude_snp_MOD_0_0}' | |
2685 #end if | |
2686 | |
2687 #end if | |
2688 | |
2689 #if str($CONDITIONAL_window.CONDITIONAL_SELECT_window) == "set": | |
2690 --window | |
2691 | |
2692 | |
2693 #if $str($CONDITIONAL_window.window_MOD_0_0): | |
2694 '${CONDITIONAL_window.window_MOD_0_0}' | |
2695 #end if | |
2696 | |
2697 #end if | |
2698 | |
2699 #if str($CONDITIONAL_from_bp.CONDITIONAL_SELECT_from_bp) == "set": | |
2700 --from-bp | |
2701 | |
2702 | |
2703 #if $str($CONDITIONAL_from_bp.from_bp_MOD_0_0): | |
2704 '${CONDITIONAL_from_bp.from_bp_MOD_0_0}' | |
2705 #end if | |
2706 | |
2707 #end if | |
2708 | |
2709 #if str($CONDITIONAL_to_bp.CONDITIONAL_SELECT_to_bp) == "set": | |
2710 --to-bp | |
2711 | |
2712 | |
2713 #if $str($CONDITIONAL_to_bp.to_bp_MOD_0_0): | |
2714 '${CONDITIONAL_to_bp.to_bp_MOD_0_0}' | |
2715 #end if | |
2716 | |
2717 #end if | |
2718 | |
2719 #if str($CONDITIONAL_from_kb.CONDITIONAL_SELECT_from_kb) == "set": | |
2720 --from-kb | |
2721 | |
2722 | |
2723 #if $str($CONDITIONAL_from_kb.from_kb_MOD_0_0): | |
2724 '${CONDITIONAL_from_kb.from_kb_MOD_0_0}' | |
2725 #end if | |
2726 | |
2727 #end if | |
2728 | |
2729 #if str($CONDITIONAL_to_kb.CONDITIONAL_SELECT_to_kb) == "set": | |
2730 --to-kb | |
2731 | |
2732 | |
2733 #if $str($CONDITIONAL_to_kb.to_kb_MOD_0_0): | |
2734 '${CONDITIONAL_to_kb.to_kb_MOD_0_0}' | |
2735 #end if | |
2736 | |
2737 #end if | |
2738 | |
2739 #if str($CONDITIONAL_from_mb.CONDITIONAL_SELECT_from_mb) == "set": | |
2740 --from-mb | |
2741 | |
2742 | |
2743 #if $str($CONDITIONAL_from_mb.from_mb_MOD_0_0): | |
2744 '${CONDITIONAL_from_mb.from_mb_MOD_0_0}' | |
2745 #end if | |
2746 | |
2747 #end if | |
2748 | |
2749 #if str($CONDITIONAL_to_mb.CONDITIONAL_SELECT_to_mb) == "set": | |
2750 --to-mb | |
2751 | |
2752 | |
2753 #if $str($CONDITIONAL_to_mb.to_mb_MOD_0_0): | |
2754 '${CONDITIONAL_to_mb.to_mb_MOD_0_0}' | |
2755 #end if | |
2756 | |
2757 #end if | |
2758 | |
2759 #if str($CONDITIONAL_snps.CONDITIONAL_SELECT_snps) == "set": | |
2760 --snps | |
2761 | |
2762 | |
2763 #if $str($CONDITIONAL_snps.snps_MOD_0_0): | |
2764 '${CONDITIONAL_snps.snps_MOD_0_0}' | |
2765 #end if | |
2766 | |
2767 #end if | |
2768 | |
2769 #if str($CONDITIONAL_exclude_snps.CONDITIONAL_SELECT_exclude_snps) == "set": | |
2770 --exclude-snps | |
2771 | |
2772 | |
2773 #if $str($CONDITIONAL_exclude_snps.exclude_snps_MOD_0_0): | |
2774 '${CONDITIONAL_exclude_snps.exclude_snps_MOD_0_0}' | |
2775 #end if | |
2776 | |
2777 #end if | |
2778 | |
2779 #if str($CONDITIONAL_thin.CONDITIONAL_SELECT_thin) == "set": | |
2780 --thin | |
2781 | |
2782 | |
2783 #if $str($CONDITIONAL_thin.thin_MOD_0_0): | |
2784 '${CONDITIONAL_thin.thin_MOD_0_0}' | |
2785 #end if | |
2786 | |
2787 #end if | |
2788 | |
2789 #if str($CONDITIONAL_thin_count.CONDITIONAL_SELECT_thin_count) == "set": | |
2790 --thin-count | |
2791 | |
2792 | |
2793 #if $str($CONDITIONAL_thin_count.thin_count_MOD_0_0): | |
2794 '${CONDITIONAL_thin_count.thin_count_MOD_0_0}' | |
2795 #end if | |
2796 | |
2797 #end if | |
2798 | |
2799 #if str($CONDITIONAL_bp_space.CONDITIONAL_SELECT_bp_space) == "set": | |
2800 --bp-space | |
2801 | |
2802 | |
2803 #if $str($CONDITIONAL_bp_space.bp_space_MOD_0_0): | |
2804 '${CONDITIONAL_bp_space.bp_space_MOD_0_0}' | |
2805 #end if | |
2806 | |
2807 #end if | |
2808 | |
2809 #if str($CONDITIONAL_thin_indiv.CONDITIONAL_SELECT_thin_indiv) == "set": | |
2810 --thin-indiv | |
2811 | |
2812 | |
2813 #if $str($CONDITIONAL_thin_indiv.thin_indiv_MOD_0_0): | |
2814 '${CONDITIONAL_thin_indiv.thin_indiv_MOD_0_0}' | |
2815 #end if | |
2816 | |
2817 #end if | |
2818 | |
2819 #if str($CONDITIONAL_thin_indiv_count.CONDITIONAL_SELECT_thin_indiv_count) == "set": | |
2820 --thin-indiv-count | |
2821 | |
2822 | |
2823 #if $str($CONDITIONAL_thin_indiv_count.thin_indiv_count_MOD_0_0): | |
2824 '${CONDITIONAL_thin_indiv_count.thin_indiv_count_MOD_0_0}' | |
2825 #end if | |
2826 | |
2827 #end if | |
2828 | |
2829 #if str($CONDITIONAL_filter.CONDITIONAL_SELECT_filter) == "set": | |
2830 --filter | |
2831 | |
2832 | |
2833 #if $CONDITIONAL_filter.filter_MOD_0_0: | |
2834 '${CONDITIONAL_filter.filter_MOD_0_0}' | |
2835 #end if | |
2836 | |
2837 #if $str($CONDITIONAL_filter.filter_MOD_1_0): | |
2838 '${CONDITIONAL_filter.filter_MOD_1_0}' | |
2839 #end if | |
2840 | |
2841 #end if | |
2842 | |
2843 #if str($CONDITIONAL_mfilter.CONDITIONAL_SELECT_mfilter) == "set": | |
2844 --mfilter | |
2845 | |
2846 | |
2847 #if $str($CONDITIONAL_mfilter.mfilter_MOD_0_0): | |
2848 '${CONDITIONAL_mfilter.mfilter_MOD_0_0}' | |
2849 #end if | |
2850 | |
2851 #end if | |
2852 | |
2853 #if str($CONDITIONAL_geno.CONDITIONAL_SELECT_geno) == "set": | |
2854 --geno | |
2855 | |
2856 | |
2857 #if $str($CONDITIONAL_geno.geno_MOD_0_0): | |
2858 '${CONDITIONAL_geno.geno_MOD_0_0}' | |
2859 #end if | |
2860 | |
2861 #end if | |
2862 | |
2863 #if str($CONDITIONAL_mind.CONDITIONAL_SELECT_mind) == "set": | |
2864 --mind | |
2865 | |
2866 | |
2867 #if $str($CONDITIONAL_mind.mind_MOD_0_0): | |
2868 '${CONDITIONAL_mind.mind_MOD_0_0}' | |
2869 #end if | |
2870 | |
2871 #end if | |
2872 | |
2873 #if str($CONDITIONAL_oblig_missing.CONDITIONAL_SELECT_oblig_missing) == "set": | |
2874 --oblig-missing | |
2875 | |
2876 | |
2877 #if $str($CONDITIONAL_oblig_missing.oblig_missing_MOD_0_0): | |
2878 '${CONDITIONAL_oblig_missing.oblig_missing_MOD_0_0}' | |
2879 #end if | |
2880 | |
2881 #if $str($CONDITIONAL_oblig_missing.oblig_missing_MOD_1_0): | |
2882 '${CONDITIONAL_oblig_missing.oblig_missing_MOD_1_0}' | |
2883 #end if | |
2884 | |
2885 #end if | |
2886 | |
2887 #if str($CONDITIONAL_prune.CONDITIONAL_SELECT_prune) == "set": | |
2888 --prune | |
2889 | |
2890 | |
2891 #end if | |
2892 | |
2893 #if str($CONDITIONAL_maf.CONDITIONAL_SELECT_maf) == "set": | |
2894 --maf | |
2895 | |
2896 | |
2897 #if $str($CONDITIONAL_maf.maf_MOD_0_0): | |
2898 '${CONDITIONAL_maf.maf_MOD_0_0}' | |
2899 #end if | |
2900 | |
2901 #end if | |
2902 | |
2903 #if str($CONDITIONAL_max_maf.CONDITIONAL_SELECT_max_maf) == "set": | |
2904 --max-maf | |
2905 | |
2906 | |
2907 #if $str($CONDITIONAL_max_maf.max_maf_MOD_0_0): | |
2908 '${CONDITIONAL_max_maf.max_maf_MOD_0_0}' | |
2909 #end if | |
2910 | |
2911 #end if | |
2912 | |
2913 #if str($CONDITIONAL_mac.CONDITIONAL_SELECT_mac) == "set": | |
2914 --mac | |
2915 | |
2916 | |
2917 #if $str($CONDITIONAL_mac.mac_MOD_0_0): | |
2918 '${CONDITIONAL_mac.mac_MOD_0_0}' | |
2919 #end if | |
2920 | |
2921 #end if | |
2922 | |
2923 #if str($CONDITIONAL_max_mac.CONDITIONAL_SELECT_max_mac) == "set": | |
2924 --max-mac | |
2925 | |
2926 | |
2927 #if $str($CONDITIONAL_max_mac.max_mac_MOD_0_0): | |
2928 '${CONDITIONAL_max_mac.max_mac_MOD_0_0}' | |
2929 #end if | |
2930 | |
2931 #end if | |
2932 | |
2933 #if str($CONDITIONAL_maf_succ.CONDITIONAL_SELECT_maf_succ) == "set": | |
2934 --maf-succ | |
2935 | |
2936 | |
2937 #end if | |
2938 | |
2939 #if str($CONDITIONAL_read_freq.CONDITIONAL_SELECT_read_freq) == "set": | |
2940 --read-freq | |
2941 | |
2942 | |
2943 #if $CONDITIONAL_read_freq.read_freq_MOD_0_0: | |
2944 '${CONDITIONAL_read_freq.read_freq_MOD_0_0}' | |
2945 #end if | |
2946 | |
2947 #end if | |
2948 | |
2949 #if str($CONDITIONAL_hwe.CONDITIONAL_SELECT_hwe) == "set": | |
2950 --hwe | |
2951 | |
2952 | |
2953 #if $str($CONDITIONAL_hwe.hwe_MOD_0_0): | |
2954 '${CONDITIONAL_hwe.hwe_MOD_0_0}' | |
2955 #end if | |
2956 | |
2957 #if $str($CONDITIONAL_hwe.hwe_MOD_1_0): | |
2958 '${CONDITIONAL_hwe.hwe_MOD_1_0}' | |
2959 #end if | |
2960 | |
2961 #if $str($CONDITIONAL_hwe.hwe_MOD_2_0): | |
2962 '${CONDITIONAL_hwe.hwe_MOD_2_0}' | |
2963 #end if | |
2964 | |
2965 #end if | |
2966 | |
2967 #if str($CONDITIONAL_me.CONDITIONAL_SELECT_me) == "set": | |
2968 --me | |
2969 | |
2970 | |
2971 #if $str($CONDITIONAL_me.me_MOD_0_0): | |
2972 '${CONDITIONAL_me.me_MOD_0_0}' | |
2973 #end if | |
2974 | |
2975 #if $str($CONDITIONAL_me.me_MOD_1_0): | |
2976 '${CONDITIONAL_me.me_MOD_1_0}' | |
2977 #end if | |
2978 | |
2979 #if $str($CONDITIONAL_me.me_MOD_2_0): | |
2980 '${CONDITIONAL_me.me_MOD_2_0}' | |
2981 #end if | |
2982 | |
2983 #end if | |
2984 | |
2985 #if str($CONDITIONAL_me_exclude_one.CONDITIONAL_SELECT_me_exclude_one) == "set": | |
2986 --me-exclude-one | |
2987 | |
2988 | |
2989 #if $str($CONDITIONAL_me_exclude_one.me_exclude_one_MOD_0_0): | |
2990 '${CONDITIONAL_me_exclude_one.me_exclude_one_MOD_0_0}' | |
2991 #end if | |
2992 | |
2993 #end if | |
2994 | |
2995 #if str($CONDITIONAL_qual_scores.CONDITIONAL_SELECT_qual_scores) == "set": | |
2996 --qual-scores | |
2997 | |
2998 | |
2999 #if $CONDITIONAL_qual_scores.qual_scores_MOD_0_0: | |
3000 '${CONDITIONAL_qual_scores.qual_scores_MOD_0_0}' | |
3001 #end if | |
3002 | |
3003 #if $str($CONDITIONAL_qual_scores.qual_scores_MOD_1_0): | |
3004 '${CONDITIONAL_qual_scores.qual_scores_MOD_1_0}' | |
3005 #end if | |
3006 | |
3007 #if $str($CONDITIONAL_qual_scores.qual_scores_MOD_2_0): | |
3008 '${CONDITIONAL_qual_scores.qual_scores_MOD_2_0}' | |
3009 #end if | |
3010 | |
3011 #if $str($CONDITIONAL_qual_scores.qual_scores_MOD_3_0): | |
3012 '${CONDITIONAL_qual_scores.qual_scores_MOD_3_0}' | |
3013 #end if | |
3014 | |
3015 #end if | |
3016 | |
3017 #if str($CONDITIONAL_qual_threshold.CONDITIONAL_SELECT_qual_threshold) == "set": | |
3018 --qual-threshold | |
3019 | |
3020 | |
3021 #if $str($CONDITIONAL_qual_threshold.qual_threshold_MOD_0_0): | |
3022 '${CONDITIONAL_qual_threshold.qual_threshold_MOD_0_0}' | |
3023 #end if | |
3024 | |
3025 #end if | |
3026 | |
3027 #if str($CONDITIONAL_qual_max_threshold.CONDITIONAL_SELECT_qual_max_threshold) == "set": | |
3028 --qual-max-threshold | |
3029 | |
3030 | |
3031 #if $str($CONDITIONAL_qual_max_threshold.qual_max_threshold_MOD_0_0): | |
3032 '${CONDITIONAL_qual_max_threshold.qual_max_threshold_MOD_0_0}' | |
3033 #end if | |
3034 | |
3035 #end if | |
3036 | |
3037 #if str($CONDITIONAL_allow_no_sex.CONDITIONAL_SELECT_allow_no_sex) == "set": | |
3038 --allow-no-sex | |
3039 | |
3040 | |
3041 #end if | |
3042 | |
3043 #if str($CONDITIONAL_must_have_sex.CONDITIONAL_SELECT_must_have_sex) == "set": | |
3044 --must-have-sex | |
3045 | |
3046 | |
3047 #end if | |
3048 | |
3049 #if str($CONDITIONAL_filter_cases.CONDITIONAL_SELECT_filter_cases) == "set": | |
3050 --filter-cases | |
3051 | |
3052 | |
3053 #end if | |
3054 | |
3055 #if str($CONDITIONAL_filter_controls.CONDITIONAL_SELECT_filter_controls) == "set": | |
3056 --filter-controls | |
3057 | |
3058 | |
3059 #end if | |
3060 | |
3061 #if str($CONDITIONAL_filter_males.CONDITIONAL_SELECT_filter_males) == "set": | |
3062 --filter-males | |
3063 | |
3064 | |
3065 #end if | |
3066 | |
3067 #if str($CONDITIONAL_filter_females.CONDITIONAL_SELECT_filter_females) == "set": | |
3068 --filter-females | |
3069 | |
3070 | |
3071 #end if | |
3072 | |
3073 #if str($CONDITIONAL_filter_founders.CONDITIONAL_SELECT_filter_founders) == "set": | |
3074 --filter-founders | |
3075 | |
3076 | |
3077 #end if | |
3078 | |
3079 #if str($CONDITIONAL_filter_nonfounders.CONDITIONAL_SELECT_filter_nonfounders) == "set": | |
3080 --filter-nonfounders | |
3081 | |
3082 | |
3083 #end if | |
3084 | |
3085 #if str($CONDITIONAL_nonfounders.CONDITIONAL_SELECT_nonfounders) == "set": | |
3086 --nonfounders | |
3087 | |
3088 | |
3089 #end if | |
3090 | |
3091 #if str($CONDITIONAL_make_founders.CONDITIONAL_SELECT_make_founders) == "set": | |
3092 --make-founders | |
3093 | |
3094 | |
3095 #if $str($CONDITIONAL_make_founders.make_founders_MOD_0_0): | |
3096 '${CONDITIONAL_make_founders.make_founders_MOD_0_0}' | |
3097 #end if | |
3098 | |
3099 #if $str($CONDITIONAL_make_founders.make_founders_MOD_1_0): | |
3100 '${CONDITIONAL_make_founders.make_founders_MOD_1_0}' | |
3101 #end if | |
3102 | |
3103 #end if | |
3104 | |
3105 #if str($CONDITIONAL_recode_allele.CONDITIONAL_SELECT_recode_allele) == "set": | |
3106 --recode-allele | |
3107 | |
3108 | |
3109 #if $CONDITIONAL_recode_allele.recode_allele_MOD_0_0: | |
3110 '${CONDITIONAL_recode_allele.recode_allele_MOD_0_0}' | |
3111 #end if | |
3112 | |
3113 #end if | |
3114 | |
3115 #if str($CONDITIONAL_output_chr.CONDITIONAL_SELECT_output_chr) == "set": | |
3116 --output-chr | |
3117 | |
3118 | |
3119 #if $str($CONDITIONAL_output_chr.output_chr_MOD_0_0): | |
3120 '${CONDITIONAL_output_chr.output_chr_MOD_0_0}' | |
3121 #end if | |
3122 | |
3123 #end if | |
3124 | |
3125 #if str($CONDITIONAL_output_missing_genotype.CONDITIONAL_SELECT_output_missing_genotype) == "set": | |
3126 --output-missing-genotype | |
3127 | |
3128 | |
3129 #if $str($CONDITIONAL_output_missing_genotype.output_missing_genotype_MOD_0_0): | |
3130 '${CONDITIONAL_output_missing_genotype.output_missing_genotype_MOD_0_0}' | |
3131 #end if | |
3132 | |
3133 #end if | |
3134 | |
3135 #if str($CONDITIONAL_output_missing_phenotype.CONDITIONAL_SELECT_output_missing_phenotype) == "set": | |
3136 --output-missing-phenotype | |
3137 | |
3138 | |
3139 #if $str($CONDITIONAL_output_missing_phenotype.output_missing_phenotype_MOD_0_0): | |
3140 '${CONDITIONAL_output_missing_phenotype.output_missing_phenotype_MOD_0_0}' | |
3141 #end if | |
3142 | |
3143 #end if | |
3144 | |
3145 #if str($CONDITIONAL_zero_cluster.CONDITIONAL_SELECT_zero_cluster) == "set": | |
3146 --zero-cluster | |
3147 | |
3148 | |
3149 #if $CONDITIONAL_zero_cluster.zero_cluster_MOD_0_0: | |
3150 '${CONDITIONAL_zero_cluster.zero_cluster_MOD_0_0}' | |
3151 #end if | |
3152 | |
3153 #end if | |
3154 | |
3155 #if str($CONDITIONAL_set_hh_missing.CONDITIONAL_SELECT_set_hh_missing) == "set": | |
3156 --set-hh-missing | |
3157 | |
3158 | |
3159 #end if | |
3160 | |
3161 #if str($CONDITIONAL_set_mixed_mt_missing.CONDITIONAL_SELECT_set_mixed_mt_missing) == "set": | |
3162 --set-mixed-mt-missing | |
3163 | |
3164 | |
3165 #end if | |
3166 | |
3167 #if str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_OVERLOADED_SELECT_split_x) == "form_0": | |
3168 #if str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.CONDITIONAL_SELECT_split_x) == "set": | |
3169 --split-x | |
3170 | |
3171 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_0_0): | |
3172 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_0_0}' | |
3173 #end if | |
3174 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_1_0): | |
3175 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_1_0}' | |
3176 #end if | |
3177 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_2_0): | |
3178 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_2_0}' | |
3179 #end if | |
3180 #end if | |
3181 #end if | |
3182 | |
3183 #if str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_OVERLOADED_SELECT_split_x) == "form_1": | |
3184 #if str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.CONDITIONAL_SELECT_split_x) == "set": | |
3185 --split-x | |
3186 | |
3187 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_0_0): | |
3188 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_0_0}' | |
3189 #end if | |
3190 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_1_0): | |
3191 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_1_0}' | |
3192 #end if | |
3193 #if $str($CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_2_0): | |
3194 '${CONDITIONAL_OVERLOADED_split_x.CONDITIONAL_split_x.split_x_MOD_2_0}' | |
3195 #end if | |
3196 #end if | |
3197 #end if | |
3198 | |
3199 #if str($CONDITIONAL_merge_x.CONDITIONAL_SELECT_merge_x) == "set": | |
3200 --merge-x | |
3201 | |
3202 | |
3203 #if $str($CONDITIONAL_merge_x.merge_x_MOD_0_0): | |
3204 '${CONDITIONAL_merge_x.merge_x_MOD_0_0}' | |
3205 #end if | |
3206 | |
3207 #end if | |
3208 | |
3209 #if str($CONDITIONAL_set_me_missing.CONDITIONAL_SELECT_set_me_missing) == "set": | |
3210 --set-me-missing | |
3211 | |
3212 | |
3213 #end if | |
3214 | |
3215 #if str($CONDITIONAL_fill_missing_a2.CONDITIONAL_SELECT_fill_missing_a2) == "set": | |
3216 --fill-missing-a2 | |
3217 | |
3218 | |
3219 #end if | |
3220 | |
3221 #if str($CONDITIONAL_set_missing_var_ids.CONDITIONAL_SELECT_set_missing_var_ids) == "set": | |
3222 --set-missing-var-ids | |
3223 | |
3224 | |
3225 #if $str($CONDITIONAL_set_missing_var_ids.set_missing_var_ids_MOD_0_0): | |
3226 '${CONDITIONAL_set_missing_var_ids.set_missing_var_ids_MOD_0_0}' | |
3227 #end if | |
3228 | |
3229 #end if | |
3230 | |
3231 #if str($CONDITIONAL_new_id_max_allele_len.CONDITIONAL_SELECT_new_id_max_allele_len) == "set": | |
3232 --new-id-max-allele-len | |
3233 | |
3234 | |
3235 #if $str($CONDITIONAL_new_id_max_allele_len.new_id_max_allele_len_MOD_0_0): | |
3236 '${CONDITIONAL_new_id_max_allele_len.new_id_max_allele_len_MOD_0_0}' | |
3237 #end if | |
3238 | |
3239 #end if | |
3240 | |
3241 #if str($CONDITIONAL_missing_var_code.CONDITIONAL_SELECT_missing_var_code) == "set": | |
3242 --missing-var-code | |
3243 | |
3244 | |
3245 #if $str($CONDITIONAL_missing_var_code.missing_var_code_MOD_0_0): | |
3246 '${CONDITIONAL_missing_var_code.missing_var_code_MOD_0_0}' | |
3247 #end if | |
3248 | |
3249 #end if | |
3250 | |
3251 #if str($CONDITIONAL_update_chr.CONDITIONAL_SELECT_update_chr) == "set": | |
3252 --update-chr | |
3253 | |
3254 | |
3255 #if $CONDITIONAL_update_chr.update_chr_MOD_0_0: | |
3256 '${CONDITIONAL_update_chr.update_chr_MOD_0_0}' | |
3257 #end if | |
3258 | |
3259 #if $str($CONDITIONAL_update_chr.update_chr_MOD_1_0): | |
3260 '${CONDITIONAL_update_chr.update_chr_MOD_1_0}' | |
3261 #end if | |
3262 | |
3263 #if $str($CONDITIONAL_update_chr.update_chr_MOD_2_0): | |
3264 '${CONDITIONAL_update_chr.update_chr_MOD_2_0}' | |
3265 #end if | |
3266 | |
3267 #if $str($CONDITIONAL_update_chr.update_chr_MOD_3_0): | |
3268 '${CONDITIONAL_update_chr.update_chr_MOD_3_0}' | |
3269 #end if | |
3270 | |
3271 #end if | |
3272 | |
3273 #if str($CONDITIONAL_update_cm.CONDITIONAL_SELECT_update_cm) == "set": | |
3274 --update-cm | |
3275 | |
3276 | |
3277 #if $CONDITIONAL_update_cm.update_cm_MOD_0_0: | |
3278 '${CONDITIONAL_update_cm.update_cm_MOD_0_0}' | |
3279 #end if | |
3280 | |
3281 #if $str($CONDITIONAL_update_cm.update_cm_MOD_1_0): | |
3282 '${CONDITIONAL_update_cm.update_cm_MOD_1_0}' | |
3283 #end if | |
3284 | |
3285 #if $str($CONDITIONAL_update_cm.update_cm_MOD_2_0): | |
3286 '${CONDITIONAL_update_cm.update_cm_MOD_2_0}' | |
3287 #end if | |
3288 | |
3289 #if $str($CONDITIONAL_update_cm.update_cm_MOD_3_0): | |
3290 '${CONDITIONAL_update_cm.update_cm_MOD_3_0}' | |
3291 #end if | |
3292 | |
3293 #end if | |
3294 | |
3295 #if str($CONDITIONAL_update_map.CONDITIONAL_SELECT_update_map) == "set": | |
3296 --update-map | |
3297 | |
3298 | |
3299 #if $CONDITIONAL_update_map.update_map_MOD_0_0: | |
3300 '${CONDITIONAL_update_map.update_map_MOD_0_0}' | |
3301 #end if | |
3302 | |
3303 #if $str($CONDITIONAL_update_map.update_map_MOD_1_0): | |
3304 '${CONDITIONAL_update_map.update_map_MOD_1_0}' | |
3305 #end if | |
3306 | |
3307 #if $str($CONDITIONAL_update_map.update_map_MOD_2_0): | |
3308 '${CONDITIONAL_update_map.update_map_MOD_2_0}' | |
3309 #end if | |
3310 | |
3311 #if $str($CONDITIONAL_update_map.update_map_MOD_3_0): | |
3312 '${CONDITIONAL_update_map.update_map_MOD_3_0}' | |
3313 #end if | |
3314 | |
3315 #end if | |
3316 | |
3317 #if str($CONDITIONAL_update_name.CONDITIONAL_SELECT_update_name) == "set": | |
3318 --update-name | |
3319 | |
3320 | |
3321 #if $CONDITIONAL_update_name.update_name_MOD_0_0: | |
3322 '${CONDITIONAL_update_name.update_name_MOD_0_0}' | |
3323 #end if | |
3324 | |
3325 #if $str($CONDITIONAL_update_name.update_name_MOD_1_0): | |
3326 '${CONDITIONAL_update_name.update_name_MOD_1_0}' | |
3327 #end if | |
3328 | |
3329 #if $str($CONDITIONAL_update_name.update_name_MOD_2_0): | |
3330 '${CONDITIONAL_update_name.update_name_MOD_2_0}' | |
3331 #end if | |
3332 | |
3333 #if $str($CONDITIONAL_update_name.update_name_MOD_3_0): | |
3334 '${CONDITIONAL_update_name.update_name_MOD_3_0}' | |
3335 #end if | |
3336 | |
3337 #end if | |
3338 | |
3339 #if str($CONDITIONAL_update_alleles.CONDITIONAL_SELECT_update_alleles) == "set": | |
3340 --update-alleles | |
3341 | |
3342 | |
3343 #if $CONDITIONAL_update_alleles.update_alleles_MOD_0_0: | |
3344 '${CONDITIONAL_update_alleles.update_alleles_MOD_0_0}' | |
3345 #end if | |
3346 | |
3347 #end if | |
3348 | |
3349 #if str($CONDITIONAL_allele1234.CONDITIONAL_SELECT_allele1234) == "set": | |
3350 --allele1234 | |
3351 | |
3352 | |
3353 #if $str($CONDITIONAL_allele1234.allele1234_MOD_0_0): | |
3354 '${CONDITIONAL_allele1234.allele1234_MOD_0_0}' | |
3355 #end if | |
3356 | |
3357 #end if | |
3358 | |
3359 #if str($CONDITIONAL_alleleACGT.CONDITIONAL_SELECT_alleleACGT) == "set": | |
3360 --alleleACGT | |
3361 | |
3362 | |
3363 #if $str($CONDITIONAL_alleleACGT.alleleACGT_MOD_0_0): | |
3364 '${CONDITIONAL_alleleACGT.alleleACGT_MOD_0_0}' | |
3365 #end if | |
3366 | |
3367 #end if | |
3368 | |
3369 #if str($CONDITIONAL_update_ids.CONDITIONAL_SELECT_update_ids) == "set": | |
3370 --update-ids | |
3371 | |
3372 | |
3373 #if $CONDITIONAL_update_ids.update_ids_MOD_0_0: | |
3374 '${CONDITIONAL_update_ids.update_ids_MOD_0_0}' | |
3375 #end if | |
3376 | |
3377 #end if | |
3378 | |
3379 #if str($CONDITIONAL_update_parents.CONDITIONAL_SELECT_update_parents) == "set": | |
3380 --update-parents | |
3381 | |
3382 | |
3383 #if $CONDITIONAL_update_parents.update_parents_MOD_0_0: | |
3384 '${CONDITIONAL_update_parents.update_parents_MOD_0_0}' | |
3385 #end if | |
3386 | |
3387 #end if | |
3388 | |
3389 #if str($CONDITIONAL_update_sex.CONDITIONAL_SELECT_update_sex) == "set": | |
3390 --update-sex | |
3391 | |
3392 | |
3393 #if $CONDITIONAL_update_sex.update_sex_MOD_0_0: | |
3394 '${CONDITIONAL_update_sex.update_sex_MOD_0_0}' | |
3395 #end if | |
3396 | |
3397 #if $str($CONDITIONAL_update_sex.update_sex_MOD_1_0): | |
3398 '${CONDITIONAL_update_sex.update_sex_MOD_1_0}' | |
3399 #end if | |
3400 | |
3401 #end if | |
3402 | |
3403 #if str($CONDITIONAL_flip.CONDITIONAL_SELECT_flip) == "set": | |
3404 --flip | |
3405 | |
3406 | |
3407 #if $CONDITIONAL_flip.flip_MOD_0_0: | |
3408 '${CONDITIONAL_flip.flip_MOD_0_0}' | |
3409 #end if | |
3410 | |
3411 #end if | |
3412 | |
3413 #if str($CONDITIONAL_flip_subset.CONDITIONAL_SELECT_flip_subset) == "set": | |
3414 --flip-subset | |
3415 | |
3416 | |
3417 #if $CONDITIONAL_flip_subset.flip_subset_MOD_0_0: | |
3418 '${CONDITIONAL_flip_subset.flip_subset_MOD_0_0}' | |
3419 #end if | |
3420 | |
3421 #end if | |
3422 | |
3423 #if str($CONDITIONAL_flip_scan_window.CONDITIONAL_SELECT_flip_scan_window) == "set": | |
3424 --flip-scan-window | |
3425 | |
3426 | |
3427 #if $str($CONDITIONAL_flip_scan_window.flip_scan_window_MOD_0_0): | |
3428 '${CONDITIONAL_flip_scan_window.flip_scan_window_MOD_0_0}' | |
3429 #end if | |
3430 | |
3431 #end if | |
3432 | |
3433 #if str($CONDITIONAL_flip_scan_window_kb.CONDITIONAL_SELECT_flip_scan_window_kb) == "set": | |
3434 --flip-scan-window-kb | |
3435 | |
3436 | |
3437 #if $str($CONDITIONAL_flip_scan_window_kb.flip_scan_window_kb_MOD_0_0): | |
3438 '${CONDITIONAL_flip_scan_window_kb.flip_scan_window_kb_MOD_0_0}' | |
3439 #end if | |
3440 | |
3441 #end if | |
3442 | |
3443 #if str($CONDITIONAL_flip_scan_threshold.CONDITIONAL_SELECT_flip_scan_threshold) == "set": | |
3444 --flip-scan-threshold | |
3445 | |
3446 | |
3447 #if $str($CONDITIONAL_flip_scan_threshold.flip_scan_threshold_MOD_0_0): | |
3448 '${CONDITIONAL_flip_scan_threshold.flip_scan_threshold_MOD_0_0}' | |
3449 #end if | |
3450 | |
3451 #end if | |
3452 | |
3453 #if str($CONDITIONAL_keep_allele_order.CONDITIONAL_SELECT_keep_allele_order) == "set": | |
3454 --keep-allele-order | |
3455 | |
3456 | |
3457 #end if | |
3458 | |
3459 #if str($CONDITIONAL_real_ref_alleles.CONDITIONAL_SELECT_real_ref_alleles) == "set": | |
3460 --real-ref-alleles | |
3461 | |
3462 | |
3463 #if $str($CONDITIONAL_real_ref_alleles.real_ref_alleles_MOD_0_0): | |
3464 '${CONDITIONAL_real_ref_alleles.real_ref_alleles_MOD_0_0}' | |
3465 #end if | |
3466 | |
3467 #end if | |
3468 | |
3469 #if str($CONDITIONAL_a1_allele.CONDITIONAL_SELECT_a1_allele) == "set": | |
3470 --a1-allele | |
3471 | |
3472 | |
3473 #if $CONDITIONAL_a1_allele.a1_allele_MOD_0_0: | |
3474 '${CONDITIONAL_a1_allele.a1_allele_MOD_0_0}' | |
3475 #end if | |
3476 | |
3477 #if $str($CONDITIONAL_a1_allele.a1_allele_MOD_1_0): | |
3478 '${CONDITIONAL_a1_allele.a1_allele_MOD_1_0}' | |
3479 #end if | |
3480 | |
3481 #if $str($CONDITIONAL_a1_allele.a1_allele_MOD_2_0): | |
3482 '${CONDITIONAL_a1_allele.a1_allele_MOD_2_0}' | |
3483 #end if | |
3484 | |
3485 #if $str($CONDITIONAL_a1_allele.a1_allele_MOD_3_0): | |
3486 '${CONDITIONAL_a1_allele.a1_allele_MOD_3_0}' | |
3487 #end if | |
3488 | |
3489 #end if | |
3490 | |
3491 #if str($CONDITIONAL_a2_allele.CONDITIONAL_SELECT_a2_allele) == "set": | |
3492 --a2-allele | |
3493 | |
3494 | |
3495 #if $CONDITIONAL_a2_allele.a2_allele_MOD_0_0: | |
3496 '${CONDITIONAL_a2_allele.a2_allele_MOD_0_0}' | |
3497 #end if | |
3498 | |
3499 #if $str($CONDITIONAL_a2_allele.a2_allele_MOD_1_0): | |
3500 '${CONDITIONAL_a2_allele.a2_allele_MOD_1_0}' | |
3501 #end if | |
3502 | |
3503 #if $str($CONDITIONAL_a2_allele.a2_allele_MOD_2_0): | |
3504 '${CONDITIONAL_a2_allele.a2_allele_MOD_2_0}' | |
3505 #end if | |
3506 | |
3507 #if $str($CONDITIONAL_a2_allele.a2_allele_MOD_3_0): | |
3508 '${CONDITIONAL_a2_allele.a2_allele_MOD_3_0}' | |
3509 #end if | |
3510 | |
3511 #end if | |
3512 | |
3513 #if str($CONDITIONAL_indiv_sort.CONDITIONAL_SELECT_indiv_sort) == "set": | |
3514 --indiv-sort | |
3515 | |
3516 | |
3517 #if $str($CONDITIONAL_indiv_sort.indiv_sort_MOD_0_0): | |
3518 '${CONDITIONAL_indiv_sort.indiv_sort_MOD_0_0}' | |
3519 #end if | |
3520 | |
3521 #if $CONDITIONAL_indiv_sort.indiv_sort_MOD_1_0: | |
3522 '${CONDITIONAL_indiv_sort.indiv_sort_MOD_1_0}' | |
3523 #end if | |
3524 | |
3525 #end if | |
3526 | |
3527 #if str($CONDITIONAL_with_phenotype.CONDITIONAL_SELECT_with_phenotype) == "set": | |
3528 --with-phenotype | |
3529 | |
3530 | |
3531 #if $str($CONDITIONAL_with_phenotype.with_phenotype_MOD_0_0): | |
3532 '${CONDITIONAL_with_phenotype.with_phenotype_MOD_0_0}' | |
3533 #end if | |
3534 | |
3535 #if $str($CONDITIONAL_with_phenotype.CONDITIONAL_with_phenotype_MOD_1.CONDITIONAL_SELECT_with_phenotype_MOD_1) == 'from_list' | |
3536 '${CONDITIONAL_with_phenotype.CONDITIONAL_with_phenotype_MOD_1.with_phenotype_MOD_1}' | |
3537 #end if | |
3538 | |
3539 | |
3540 #end if | |
3541 | |
3542 #if str($CONDITIONAL_dummy_coding.CONDITIONAL_SELECT_dummy_coding) == "set": | |
3543 --dummy-coding | |
3544 | |
3545 | |
3546 #if $str($CONDITIONAL_dummy_coding.dummy_coding_MOD_0_0): | |
3547 '${CONDITIONAL_dummy_coding.dummy_coding_MOD_0_0}' | |
3548 #end if | |
3549 | |
3550 #if $str($CONDITIONAL_dummy_coding.dummy_coding_MOD_1_0): | |
3551 '${CONDITIONAL_dummy_coding.dummy_coding_MOD_1_0}' | |
3552 #end if | |
3553 | |
3554 #end if | |
3555 | |
3556 #if str($CONDITIONAL_merge_mode.CONDITIONAL_SELECT_merge_mode) == "set": | |
3557 --merge-mode | |
3558 | |
3559 | |
3560 #if $str($CONDITIONAL_merge_mode.merge_mode_MOD_0_0): | |
3561 '${CONDITIONAL_merge_mode.merge_mode_MOD_0_0}' | |
3562 #end if | |
3563 | |
3564 #end if | |
3565 | |
3566 #if str($CONDITIONAL_merge_equal_pos.CONDITIONAL_SELECT_merge_equal_pos) == "set": | |
3567 --merge-equal-pos | |
3568 | |
3569 | |
3570 #end if | |
3571 | |
3572 #if str($CONDITIONAL_mendel_duos.CONDITIONAL_SELECT_mendel_duos) == "set": | |
3573 --mendel-duos | |
3574 | |
3575 | |
3576 #end if | |
3577 | |
3578 #if str($CONDITIONAL_mendel_multigen.CONDITIONAL_SELECT_mendel_multigen) == "set": | |
3579 --mendel-multigen | |
3580 | |
3581 | |
3582 #end if | |
3583 | |
3584 #if str($CONDITIONAL_ld_window.CONDITIONAL_SELECT_ld_window) == "set": | |
3585 --ld-window | |
3586 | |
3587 | |
3588 #if $str($CONDITIONAL_ld_window.ld_window_MOD_0_0): | |
3589 '${CONDITIONAL_ld_window.ld_window_MOD_0_0}' | |
3590 #end if | |
3591 | |
3592 #end if | |
3593 | |
3594 #if str($CONDITIONAL_ld_window_kb.CONDITIONAL_SELECT_ld_window_kb) == "set": | |
3595 --ld-window-kb | |
3596 | |
3597 | |
3598 #if $str($CONDITIONAL_ld_window_kb.ld_window_kb_MOD_0_0): | |
3599 '${CONDITIONAL_ld_window_kb.ld_window_kb_MOD_0_0}' | |
3600 #end if | |
3601 | |
3602 #end if | |
3603 | |
3604 #if str($CONDITIONAL_ld_window_cm.CONDITIONAL_SELECT_ld_window_cm) == "set": | |
3605 --ld-window-cm | |
3606 | |
3607 | |
3608 #if $str($CONDITIONAL_ld_window_cm.ld_window_cm_MOD_0_0): | |
3609 '${CONDITIONAL_ld_window_cm.ld_window_cm_MOD_0_0}' | |
3610 #end if | |
3611 | |
3612 #end if | |
3613 | |
3614 #if str($CONDITIONAL_ld_window_r2.CONDITIONAL_SELECT_ld_window_r2) == "set": | |
3615 --ld-window-r2 | |
3616 | |
3617 | |
3618 #if $str($CONDITIONAL_ld_window_r2.ld_window_r2_MOD_0_0): | |
3619 '${CONDITIONAL_ld_window_r2.ld_window_r2_MOD_0_0}' | |
3620 #end if | |
3621 | |
3622 #end if | |
3623 | |
3624 #if str($CONDITIONAL_ld_snp.CONDITIONAL_SELECT_ld_snp) == "set": | |
3625 --ld-snp | |
3626 | |
3627 | |
3628 #if $str($CONDITIONAL_ld_snp.ld_snp_MOD_0_0): | |
3629 '${CONDITIONAL_ld_snp.ld_snp_MOD_0_0}' | |
3630 #end if | |
3631 | |
3632 #end if | |
3633 | |
3634 #if str($CONDITIONAL_ld_snps.CONDITIONAL_SELECT_ld_snps) == "set": | |
3635 --ld-snps | |
3636 | |
3637 | |
3638 #if $str($CONDITIONAL_ld_snps.ld_snps_MOD_0_0): | |
3639 '${CONDITIONAL_ld_snps.ld_snps_MOD_0_0}' | |
3640 #end if | |
3641 | |
3642 #end if | |
3643 | |
3644 #if str($CONDITIONAL_ld_snp_list.CONDITIONAL_SELECT_ld_snp_list) == "set": | |
3645 --ld-snp-list | |
3646 | |
3647 | |
3648 #if $CONDITIONAL_ld_snp_list.ld_snp_list_MOD_0_0: | |
3649 '${CONDITIONAL_ld_snp_list.ld_snp_list_MOD_0_0}' | |
3650 #end if | |
3651 | |
3652 #end if | |
3653 | |
3654 #if str($CONDITIONAL_list_all.CONDITIONAL_SELECT_list_all) == "set": | |
3655 --list-all | |
3656 | |
3657 | |
3658 #end if | |
3659 | |
3660 #if str($CONDITIONAL_tag_kb.CONDITIONAL_SELECT_tag_kb) == "set": | |
3661 --tag-kb | |
3662 | |
3663 | |
3664 #if $str($CONDITIONAL_tag_kb.tag_kb_MOD_0_0): | |
3665 '${CONDITIONAL_tag_kb.tag_kb_MOD_0_0}' | |
3666 #end if | |
3667 | |
3668 #end if | |
3669 | |
3670 #if str($CONDITIONAL_tag_r2.CONDITIONAL_SELECT_tag_r2) == "set": | |
3671 --tag-r2 | |
3672 | |
3673 | |
3674 #if $str($CONDITIONAL_tag_r2.tag_r2_MOD_0_0): | |
3675 '${CONDITIONAL_tag_r2.tag_r2_MOD_0_0}' | |
3676 #end if | |
3677 | |
3678 #end if | |
3679 | |
3680 #if str($CONDITIONAL_tag_mode2.CONDITIONAL_SELECT_tag_mode2) == "set": | |
3681 --tag-mode2 | |
3682 | |
3683 | |
3684 #end if | |
3685 | |
3686 #if str($CONDITIONAL_ld_xchr.CONDITIONAL_SELECT_ld_xchr) == "set": | |
3687 --ld-xchr | |
3688 | |
3689 | |
3690 #if $str($CONDITIONAL_ld_xchr.ld_xchr_MOD_0_0): | |
3691 '${CONDITIONAL_ld_xchr.ld_xchr_MOD_0_0}' | |
3692 #end if | |
3693 | |
3694 #end if | |
3695 | |
3696 #if str($CONDITIONAL_blocks_max_kb.CONDITIONAL_SELECT_blocks_max_kb) == "set": | |
3697 --blocks-max-kb | |
3698 | |
3699 | |
3700 #if $str($CONDITIONAL_blocks_max_kb.blocks_max_kb_MOD_0_0): | |
3701 '${CONDITIONAL_blocks_max_kb.blocks_max_kb_MOD_0_0}' | |
3702 #end if | |
3703 | |
3704 #end if | |
3705 | |
3706 #if str($CONDITIONAL_blocks_min_maf.CONDITIONAL_SELECT_blocks_min_maf) == "set": | |
3707 --blocks-min-maf | |
3708 | |
3709 | |
3710 #if $str($CONDITIONAL_blocks_min_maf.blocks_min_maf_MOD_0_0): | |
3711 '${CONDITIONAL_blocks_min_maf.blocks_min_maf_MOD_0_0}' | |
3712 #end if | |
3713 | |
3714 #end if | |
3715 | |
3716 #if str($CONDITIONAL_blocks_strong_lowci.CONDITIONAL_SELECT_blocks_strong_lowci) == "set": | |
3717 --blocks-strong-lowci | |
3718 | |
3719 | |
3720 #if $str($CONDITIONAL_blocks_strong_lowci.blocks_strong_lowci_MOD_0_0): | |
3721 '${CONDITIONAL_blocks_strong_lowci.blocks_strong_lowci_MOD_0_0}' | |
3722 #end if | |
3723 | |
3724 #end if | |
3725 | |
3726 #if str($CONDITIONAL_blocks_strong_highci.CONDITIONAL_SELECT_blocks_strong_highci) == "set": | |
3727 --blocks-strong-highci | |
3728 | |
3729 | |
3730 #if $str($CONDITIONAL_blocks_strong_highci.blocks_strong_highci_MOD_0_0): | |
3731 '${CONDITIONAL_blocks_strong_highci.blocks_strong_highci_MOD_0_0}' | |
3732 #end if | |
3733 | |
3734 #end if | |
3735 | |
3736 #if str($CONDITIONAL_blocks_recomb_highci.CONDITIONAL_SELECT_blocks_recomb_highci) == "set": | |
3737 --blocks-recomb-highci | |
3738 | |
3739 | |
3740 #if $str($CONDITIONAL_blocks_recomb_highci.blocks_recomb_highci_MOD_0_0): | |
3741 '${CONDITIONAL_blocks_recomb_highci.blocks_recomb_highci_MOD_0_0}' | |
3742 #end if | |
3743 | |
3744 #end if | |
3745 | |
3746 #if str($CONDITIONAL_blocks_inform_frac.CONDITIONAL_SELECT_blocks_inform_frac) == "set": | |
3747 --blocks-inform-frac | |
3748 | |
3749 | |
3750 #if $str($CONDITIONAL_blocks_inform_frac.blocks_inform_frac_MOD_0_0): | |
3751 '${CONDITIONAL_blocks_inform_frac.blocks_inform_frac_MOD_0_0}' | |
3752 #end if | |
3753 | |
3754 #end if | |
3755 | |
3756 #if str($CONDITIONAL_distance_wts.CONDITIONAL_SELECT_distance_wts) == "set": | |
3757 --distance-wts | |
3758 | |
3759 | |
3760 #if $str($CONDITIONAL_distance_wts.distance_wts_MOD_0_0): | |
3761 '${CONDITIONAL_distance_wts.distance_wts_MOD_0_0}' | |
3762 #end if | |
3763 | |
3764 #end if | |
3765 | |
3766 #if str($CONDITIONAL_read_dists.CONDITIONAL_SELECT_read_dists) == "set": | |
3767 --read-dists | |
3768 | |
3769 | |
3770 #if $str($CONDITIONAL_read_dists.read_dists_MOD_0_0): | |
3771 '${CONDITIONAL_read_dists.read_dists_MOD_0_0}' | |
3772 #end if | |
3773 | |
3774 #if $str($CONDITIONAL_read_dists.read_dists_MOD_1_0): | |
3775 '${CONDITIONAL_read_dists.read_dists_MOD_1_0}' | |
3776 #end if | |
3777 | |
3778 #end if | |
3779 | |
3780 #if str($CONDITIONAL_ppc_gap.CONDITIONAL_SELECT_ppc_gap) == "set": | |
3781 --ppc-gap | |
3782 | |
3783 | |
3784 #if $str($CONDITIONAL_ppc_gap.ppc_gap_MOD_0_0): | |
3785 '${CONDITIONAL_ppc_gap.ppc_gap_MOD_0_0}' | |
3786 #end if | |
3787 | |
3788 #end if | |
3789 | |
3790 #if str($CONDITIONAL_min.CONDITIONAL_SELECT_min) == "set": | |
3791 --min | |
3792 | |
3793 | |
3794 #if $str($CONDITIONAL_min.min_MOD_0_0): | |
3795 '${CONDITIONAL_min.min_MOD_0_0}' | |
3796 #end if | |
3797 | |
3798 #end if | |
3799 | |
3800 #if str($CONDITIONAL_max.CONDITIONAL_SELECT_max) == "set": | |
3801 --max | |
3802 | |
3803 | |
3804 #if $str($CONDITIONAL_max.max_MOD_0_0): | |
3805 '${CONDITIONAL_max.max_MOD_0_0}' | |
3806 #end if | |
3807 | |
3808 #end if | |
3809 | |
3810 #if str($CONDITIONAL_homozyg_match.CONDITIONAL_SELECT_homozyg_match) == "set": | |
3811 --homozyg-match | |
3812 | |
3813 | |
3814 #if $str($CONDITIONAL_homozyg_match.homozyg_match_MOD_0_0): | |
3815 '${CONDITIONAL_homozyg_match.homozyg_match_MOD_0_0}' | |
3816 #end if | |
3817 | |
3818 #end if | |
3819 | |
3820 #if str($CONDITIONAL_pool_size.CONDITIONAL_SELECT_pool_size) == "set": | |
3821 --pool-size | |
3822 | |
3823 | |
3824 #if $str($CONDITIONAL_pool_size.pool_size_MOD_0_0): | |
3825 '${CONDITIONAL_pool_size.pool_size_MOD_0_0}' | |
3826 #end if | |
3827 | |
3828 #end if | |
3829 | |
3830 #if str($CONDITIONAL_read_genome.CONDITIONAL_SELECT_read_genome) == "set": | |
3831 --read-genome | |
3832 | |
3833 | |
3834 #if $CONDITIONAL_read_genome.read_genome_MOD_0_0: | |
3835 '${CONDITIONAL_read_genome.read_genome_MOD_0_0}' | |
3836 #end if | |
3837 | |
3838 #end if | |
3839 | |
3840 #if str($CONDITIONAL_ppc.CONDITIONAL_SELECT_ppc) == "set": | |
3841 --ppc | |
3842 | |
3843 | |
3844 #if $str($CONDITIONAL_ppc.ppc_MOD_0_0): | |
3845 '${CONDITIONAL_ppc.ppc_MOD_0_0}' | |
3846 #end if | |
3847 | |
3848 #end if | |
3849 | |
3850 #if str($CONDITIONAL_mc.CONDITIONAL_SELECT_mc) == "set": | |
3851 --mc | |
3852 | |
3853 | |
3854 #if $str($CONDITIONAL_mc.mc_MOD_0_0): | |
3855 '${CONDITIONAL_mc.mc_MOD_0_0}' | |
3856 #end if | |
3857 | |
3858 #end if | |
3859 | |
3860 #if str($CONDITIONAL_mcc.CONDITIONAL_SELECT_mcc) == "set": | |
3861 --mcc | |
3862 | |
3863 | |
3864 #if $str($CONDITIONAL_mcc.mcc_MOD_0_0): | |
3865 '${CONDITIONAL_mcc.mcc_MOD_0_0}' | |
3866 #end if | |
3867 | |
3868 #if $str($CONDITIONAL_mcc.mcc_MOD_1_0): | |
3869 '${CONDITIONAL_mcc.mcc_MOD_1_0}' | |
3870 #end if | |
3871 | |
3872 #end if | |
3873 | |
3874 #if str($CONDITIONAL_K.CONDITIONAL_SELECT_K) == "set": | |
3875 --K | |
3876 | |
3877 | |
3878 #if $str($CONDITIONAL_K.K_MOD_0_0): | |
3879 '${CONDITIONAL_K.K_MOD_0_0}' | |
3880 #end if | |
3881 | |
3882 #end if | |
3883 | |
3884 #if str($CONDITIONAL_ibm.CONDITIONAL_SELECT_ibm) == "set": | |
3885 --ibm | |
3886 | |
3887 | |
3888 #if $str($CONDITIONAL_ibm.ibm_MOD_0_0): | |
3889 '${CONDITIONAL_ibm.ibm_MOD_0_0}' | |
3890 #end if | |
3891 | |
3892 #end if | |
3893 | |
3894 #if str($CONDITIONAL_match.CONDITIONAL_SELECT_match) == "set": | |
3895 --match | |
3896 | |
3897 | |
3898 #if $CONDITIONAL_match.match_MOD_0_0: | |
3899 '${CONDITIONAL_match.match_MOD_0_0}' | |
3900 #end if | |
3901 | |
3902 #if $str($CONDITIONAL_match.match_MOD_1_0): | |
3903 '${CONDITIONAL_match.match_MOD_1_0}' | |
3904 #end if | |
3905 | |
3906 #end if | |
3907 | |
3908 #if str($CONDITIONAL_match_type.CONDITIONAL_SELECT_match_type) == "set": | |
3909 --match-type | |
3910 | |
3911 | |
3912 #if $CONDITIONAL_match_type.match_type_MOD_0_0: | |
3913 '${CONDITIONAL_match_type.match_type_MOD_0_0}' | |
3914 #end if | |
3915 | |
3916 #end if | |
3917 | |
3918 #if str($CONDITIONAL_qmatch.CONDITIONAL_SELECT_qmatch) == "set": | |
3919 --qmatch | |
3920 | |
3921 | |
3922 #if $CONDITIONAL_qmatch.qmatch_MOD_0_0: | |
3923 '${CONDITIONAL_qmatch.qmatch_MOD_0_0}' | |
3924 #end if | |
3925 | |
3926 #if $str($CONDITIONAL_qmatch.qmatch_MOD_1_0): | |
3927 '${CONDITIONAL_qmatch.qmatch_MOD_1_0}' | |
3928 #end if | |
3929 | |
3930 #end if | |
3931 | |
3932 #if str($CONDITIONAL_qt.CONDITIONAL_SELECT_qt) == "set": | |
3933 --qt | |
3934 | |
3935 | |
3936 #if $CONDITIONAL_qt.qt_MOD_0_0: | |
3937 '${CONDITIONAL_qt.qt_MOD_0_0}' | |
3938 #end if | |
3939 | |
3940 #end if | |
3941 | |
3942 #if str($CONDITIONAL_pca_cluster_names.CONDITIONAL_SELECT_pca_cluster_names) == "set": | |
3943 --pca-cluster-names | |
3944 | |
3945 | |
3946 #if $str($CONDITIONAL_pca_cluster_names.pca_cluster_names_MOD_0_0): | |
3947 '${CONDITIONAL_pca_cluster_names.pca_cluster_names_MOD_0_0}' | |
3948 #end if | |
3949 | |
3950 #end if | |
3951 | |
3952 #if str($CONDITIONAL_pca_clusters.CONDITIONAL_SELECT_pca_clusters) == "set": | |
3953 --pca-clusters | |
3954 | |
3955 | |
3956 #if $CONDITIONAL_pca_clusters.pca_clusters_MOD_0_0: | |
3957 '${CONDITIONAL_pca_clusters.pca_clusters_MOD_0_0}' | |
3958 #end if | |
3959 | |
3960 #end if | |
3961 | |
3962 #if str($CONDITIONAL_mds_plot.CONDITIONAL_SELECT_mds_plot) == "set": | |
3963 --mds-plot | |
3964 | |
3965 | |
3966 #if $str($CONDITIONAL_mds_plot.mds_plot_MOD_0_0): | |
3967 '${CONDITIONAL_mds_plot.mds_plot_MOD_0_0}' | |
3968 #end if | |
3969 | |
3970 #if $str($CONDITIONAL_mds_plot.mds_plot_MOD_1_0): | |
3971 '${CONDITIONAL_mds_plot.mds_plot_MOD_1_0}' | |
3972 #end if | |
3973 | |
3974 #if $str($CONDITIONAL_mds_plot.mds_plot_MOD_2_0): | |
3975 '${CONDITIONAL_mds_plot.mds_plot_MOD_2_0}' | |
3976 #end if | |
3977 | |
3978 #if $str($CONDITIONAL_mds_plot.mds_plot_MOD_3_0): | |
3979 '${CONDITIONAL_mds_plot.mds_plot_MOD_3_0}' | |
3980 #end if | |
3981 | |
3982 #end if | |
3983 | |
3984 #if str($CONDITIONAL_cell.CONDITIONAL_SELECT_cell) == "set": | |
3985 --cell | |
3986 | |
3987 | |
3988 #if $str($CONDITIONAL_cell.cell_MOD_0_0): | |
3989 '${CONDITIONAL_cell.cell_MOD_0_0}' | |
3990 #end if | |
3991 | |
3992 #end if | |
3993 | |
3994 #if str($CONDITIONAL_condition.CONDITIONAL_SELECT_condition) == "set": | |
3995 --condition | |
3996 | |
3997 | |
3998 #if $str($CONDITIONAL_condition.condition_MOD_0_0): | |
3999 '${CONDITIONAL_condition.condition_MOD_0_0}' | |
4000 #end if | |
4001 | |
4002 #if $str($CONDITIONAL_condition.CONDITIONAL_condition_MOD_1.CONDITIONAL_SELECT_condition_MOD_1) == 'from_list' | |
4003 '${CONDITIONAL_condition.CONDITIONAL_condition_MOD_1.condition_MOD_1}' | |
4004 #end if | |
4005 | |
4006 | |
4007 #end if | |
4008 | |
4009 #if str($CONDITIONAL_condition_list.CONDITIONAL_SELECT_condition_list) == "set": | |
4010 --condition-list | |
4011 | |
4012 | |
4013 #if $CONDITIONAL_condition_list.condition_list_MOD_0_0: | |
4014 '${CONDITIONAL_condition_list.condition_list_MOD_0_0}' | |
4015 #end if | |
4016 | |
4017 #if $str($CONDITIONAL_condition_list.CONDITIONAL_condition_list_MOD_1.CONDITIONAL_SELECT_condition_list_MOD_1) == 'from_list' | |
4018 '${CONDITIONAL_condition_list.CONDITIONAL_condition_list_MOD_1.condition_list_MOD_1}' | |
4019 #end if | |
4020 | |
4021 | |
4022 #end if | |
4023 | |
4024 #if str($CONDITIONAL_parameters.CONDITIONAL_SELECT_parameters) == "set": | |
4025 --parameters | |
4026 | |
4027 | |
4028 #if $str($CONDITIONAL_parameters.parameters_MOD_0_0): | |
4029 '${CONDITIONAL_parameters.parameters_MOD_0_0}' | |
4030 #end if | |
4031 | |
4032 #end if | |
4033 | |
4034 #if str($CONDITIONAL_tests.CONDITIONAL_SELECT_tests) == "set": | |
4035 --tests | |
4036 | |
4037 | |
4038 #if $str($CONDITIONAL_tests.tests_MOD_0_0): | |
4039 '${CONDITIONAL_tests.tests_MOD_0_0}' | |
4040 #end if | |
4041 | |
4042 #if $str($CONDITIONAL_tests.tests_MOD_1_0): | |
4043 '${CONDITIONAL_tests.tests_MOD_1_0}' | |
4044 #end if | |
4045 | |
4046 #end if | |
4047 | |
4048 #if str($CONDITIONAL_vif.CONDITIONAL_SELECT_vif) == "set": | |
4049 --vif | |
4050 | |
4051 | |
4052 #if $str($CONDITIONAL_vif.vif_MOD_0_0): | |
4053 '${CONDITIONAL_vif.vif_MOD_0_0}' | |
4054 #end if | |
4055 | |
4056 #end if | |
4057 | |
4058 #if str($CONDITIONAL_xchr_model.CONDITIONAL_SELECT_xchr_model) == "set": | |
4059 --xchr-model | |
4060 | |
4061 | |
4062 #if $str($CONDITIONAL_xchr_model.xchr_model_MOD_0_0): | |
4063 '${CONDITIONAL_xchr_model.xchr_model_MOD_0_0}' | |
4064 #end if | |
4065 | |
4066 #end if | |
4067 | |
4068 #if str($CONDITIONAL_lasso_select_covars.CONDITIONAL_SELECT_lasso_select_covars) == "set": | |
4069 --lasso-select-covars | |
4070 | |
4071 | |
4072 #if $str($CONDITIONAL_lasso_select_covars.lasso_select_covars_MOD_0_0): | |
4073 '${CONDITIONAL_lasso_select_covars.lasso_select_covars_MOD_0_0}' | |
4074 #end if | |
4075 | |
4076 #end if | |
4077 | |
4078 #if str($CONDITIONAL_adjust.CONDITIONAL_SELECT_adjust) == "set": | |
4079 --adjust | |
4080 | |
4081 | |
4082 #if $str($CONDITIONAL_adjust.adjust_MOD_0_0): | |
4083 '${CONDITIONAL_adjust.adjust_MOD_0_0}' | |
4084 #end if | |
4085 | |
4086 #if $str($CONDITIONAL_adjust.adjust_MOD_1_0): | |
4087 '${CONDITIONAL_adjust.adjust_MOD_1_0}' | |
4088 #end if | |
4089 | |
4090 #if $str($CONDITIONAL_adjust.adjust_MOD_2_0): | |
4091 '${CONDITIONAL_adjust.adjust_MOD_2_0}' | |
4092 #end if | |
4093 | |
4094 #end if | |
4095 | |
4096 #if str($CONDITIONAL_lambda.CONDITIONAL_SELECT_lambda) == "set": | |
4097 --lambda | |
4098 | |
4099 | |
4100 #if $str($CONDITIONAL_lambda.lambda_MOD_0_0): | |
4101 '${CONDITIONAL_lambda.lambda_MOD_0_0}' | |
4102 #end if | |
4103 | |
4104 #end if | |
4105 | |
4106 #if str($CONDITIONAL_ci.CONDITIONAL_SELECT_ci) == "set": | |
4107 --ci | |
4108 | |
4109 | |
4110 #if $str($CONDITIONAL_ci.ci_MOD_0_0): | |
4111 '${CONDITIONAL_ci.ci_MOD_0_0}' | |
4112 #end if | |
4113 | |
4114 #end if | |
4115 | |
4116 #if str($CONDITIONAL_pfilter.CONDITIONAL_SELECT_pfilter) == "set": | |
4117 --pfilter | |
4118 | |
4119 | |
4120 #if $str($CONDITIONAL_pfilter.pfilter_MOD_0_0): | |
4121 '${CONDITIONAL_pfilter.pfilter_MOD_0_0}' | |
4122 #end if | |
4123 | |
4124 #end if | |
4125 | |
4126 #if str($CONDITIONAL_aperm.CONDITIONAL_SELECT_aperm) == "set": | |
4127 --aperm | |
4128 | |
4129 | |
4130 #if $str($CONDITIONAL_aperm.aperm_MOD_0_0): | |
4131 '${CONDITIONAL_aperm.aperm_MOD_0_0}' | |
4132 #end if | |
4133 | |
4134 #if $str($CONDITIONAL_aperm.aperm_MOD_1_0): | |
4135 '${CONDITIONAL_aperm.aperm_MOD_1_0}' | |
4136 #end if | |
4137 | |
4138 #if $str($CONDITIONAL_aperm.aperm_MOD_2_0): | |
4139 '${CONDITIONAL_aperm.aperm_MOD_2_0}' | |
4140 #end if | |
4141 | |
4142 #if $str($CONDITIONAL_aperm.aperm_MOD_3_0): | |
4143 '${CONDITIONAL_aperm.aperm_MOD_3_0}' | |
4144 #end if | |
4145 | |
4146 #if $str($CONDITIONAL_aperm.aperm_MOD_4_0): | |
4147 '${CONDITIONAL_aperm.aperm_MOD_4_0}' | |
4148 #end if | |
4149 | |
4150 #if $str($CONDITIONAL_aperm.aperm_MOD_5_0): | |
4151 '${CONDITIONAL_aperm.aperm_MOD_5_0}' | |
4152 #end if | |
4153 | |
4154 #end if | |
4155 | |
4156 #if str($CONDITIONAL_mperm_save.CONDITIONAL_SELECT_mperm_save) == "set": | |
4157 --mperm-save | |
4158 | |
4159 | |
4160 #end if | |
4161 | |
4162 #if str($CONDITIONAL_mperm_save_all.CONDITIONAL_SELECT_mperm_save_all) == "set": | |
4163 --mperm-save-all | |
4164 | |
4165 | |
4166 #end if | |
4167 | |
4168 #if str($CONDITIONAL_set_p.CONDITIONAL_SELECT_set_p) == "set": | |
4169 --set-p | |
4170 | |
4171 | |
4172 #if $str($CONDITIONAL_set_p.set_p_MOD_0_0): | |
4173 '${CONDITIONAL_set_p.set_p_MOD_0_0}' | |
4174 #end if | |
4175 | |
4176 #end if | |
4177 | |
4178 #if str($CONDITIONAL_set_r2.CONDITIONAL_SELECT_set_r2) == "set": | |
4179 --set-r2 | |
4180 | |
4181 | |
4182 #if $str($CONDITIONAL_set_r2.set_r2_MOD_0_0): | |
4183 '${CONDITIONAL_set_r2.set_r2_MOD_0_0}' | |
4184 #end if | |
4185 | |
4186 #if $str($CONDITIONAL_set_r2.set_r2_MOD_1_0): | |
4187 '${CONDITIONAL_set_r2.set_r2_MOD_1_0}' | |
4188 #end if | |
4189 | |
4190 #end if | |
4191 | |
4192 #if str($CONDITIONAL_set_max.CONDITIONAL_SELECT_set_max) == "set": | |
4193 --set-max | |
4194 | |
4195 | |
4196 #if $str($CONDITIONAL_set_max.set_max_MOD_0_0): | |
4197 '${CONDITIONAL_set_max.set_max_MOD_0_0}' | |
4198 #end if | |
4199 | |
4200 #end if | |
4201 | |
4202 #if str($CONDITIONAL_set_test_lambda.CONDITIONAL_SELECT_set_test_lambda) == "set": | |
4203 --set-test-lambda | |
4204 | |
4205 | |
4206 #if $str($CONDITIONAL_set_test_lambda.set_test_lambda_MOD_0_0): | |
4207 '${CONDITIONAL_set_test_lambda.set_test_lambda_MOD_0_0}' | |
4208 #end if | |
4209 | |
4210 #end if | |
4211 | |
4212 #if str($CONDITIONAL_border.CONDITIONAL_SELECT_border) == "set": | |
4213 --border | |
4214 | |
4215 | |
4216 #if $str($CONDITIONAL_border.border_MOD_0_0): | |
4217 '${CONDITIONAL_border.border_MOD_0_0}' | |
4218 #end if | |
4219 | |
4220 #end if | |
4221 | |
4222 #if str($CONDITIONAL_annotate_snp_field.CONDITIONAL_SELECT_annotate_snp_field) == "set": | |
4223 --annotate-snp-field | |
4224 | |
4225 | |
4226 #if $str($CONDITIONAL_annotate_snp_field.annotate_snp_field_MOD_0_0): | |
4227 '${CONDITIONAL_annotate_snp_field.annotate_snp_field_MOD_0_0}' | |
4228 #end if | |
4229 | |
4230 #end if | |
4231 | |
4232 #if str($CONDITIONAL_clump_p1.CONDITIONAL_SELECT_clump_p1) == "set": | |
4233 --clump-p1 | |
4234 | |
4235 | |
4236 #if $str($CONDITIONAL_clump_p1.clump_p1_MOD_0_0): | |
4237 '${CONDITIONAL_clump_p1.clump_p1_MOD_0_0}' | |
4238 #end if | |
4239 | |
4240 #end if | |
4241 | |
4242 #if str($CONDITIONAL_clump_p2.CONDITIONAL_SELECT_clump_p2) == "set": | |
4243 --clump-p2 | |
4244 | |
4245 | |
4246 #if $str($CONDITIONAL_clump_p2.clump_p2_MOD_0_0): | |
4247 '${CONDITIONAL_clump_p2.clump_p2_MOD_0_0}' | |
4248 #end if | |
4249 | |
4250 #end if | |
4251 | |
4252 #if str($CONDITIONAL_clump_r2.CONDITIONAL_SELECT_clump_r2) == "set": | |
4253 --clump-r2 | |
4254 | |
4255 | |
4256 #if $str($CONDITIONAL_clump_r2.clump_r2_MOD_0_0): | |
4257 '${CONDITIONAL_clump_r2.clump_r2_MOD_0_0}' | |
4258 #end if | |
4259 | |
4260 #end if | |
4261 | |
4262 #if str($CONDITIONAL_clump_kb.CONDITIONAL_SELECT_clump_kb) == "set": | |
4263 --clump-kb | |
4264 | |
4265 | |
4266 #if $str($CONDITIONAL_clump_kb.clump_kb_MOD_0_0): | |
4267 '${CONDITIONAL_clump_kb.clump_kb_MOD_0_0}' | |
4268 #end if | |
4269 | |
4270 #end if | |
4271 | |
4272 #if str($CONDITIONAL_clump_snp_field.CONDITIONAL_SELECT_clump_snp_field) == "set": | |
4273 --clump-snp-field | |
4274 | |
4275 | |
4276 #if $str($CONDITIONAL_clump_snp_field.clump_snp_field_MOD_0_0): | |
4277 '${CONDITIONAL_clump_snp_field.clump_snp_field_MOD_0_0}' | |
4278 #end if | |
4279 | |
4280 #end if | |
4281 | |
4282 #if str($CONDITIONAL_clump_field.CONDITIONAL_SELECT_clump_field) == "set": | |
4283 --clump-field | |
4284 | |
4285 | |
4286 #if $str($CONDITIONAL_clump_field.clump_field_MOD_0_0): | |
4287 '${CONDITIONAL_clump_field.clump_field_MOD_0_0}' | |
4288 #end if | |
4289 | |
4290 #end if | |
4291 | |
4292 #if str($CONDITIONAL_clump_allow_overlap.CONDITIONAL_SELECT_clump_allow_overlap) == "set": | |
4293 --clump-allow-overlap | |
4294 | |
4295 | |
4296 #end if | |
4297 | |
4298 #if str($CONDITIONAL_clump_verbose.CONDITIONAL_SELECT_clump_verbose) == "set": | |
4299 --clump-verbose | |
4300 | |
4301 | |
4302 #end if | |
4303 | |
4304 #if str($CONDITIONAL_clump_annotate.CONDITIONAL_SELECT_clump_annotate) == "set": | |
4305 --clump-annotate | |
4306 | |
4307 | |
4308 #if $str($CONDITIONAL_clump_annotate.clump_annotate_MOD_0_0): | |
4309 '${CONDITIONAL_clump_annotate.clump_annotate_MOD_0_0}' | |
4310 #end if | |
4311 | |
4312 #end if | |
4313 | |
4314 #if str($CONDITIONAL_clump_range.CONDITIONAL_SELECT_clump_range) == "set": | |
4315 --clump-range | |
4316 | |
4317 | |
4318 #if $CONDITIONAL_clump_range.clump_range_MOD_0_0: | |
4319 '${CONDITIONAL_clump_range.clump_range_MOD_0_0}' | |
4320 #end if | |
4321 | |
4322 #end if | |
4323 | |
4324 #if str($CONDITIONAL_clump_range_border.CONDITIONAL_SELECT_clump_range_border) == "set": | |
4325 --clump-range-border | |
4326 | |
4327 | |
4328 #if $str($CONDITIONAL_clump_range_border.clump_range_border_MOD_0_0): | |
4329 '${CONDITIONAL_clump_range_border.clump_range_border_MOD_0_0}' | |
4330 #end if | |
4331 | |
4332 #end if | |
4333 | |
4334 #if str($CONDITIONAL_clump_index_first.CONDITIONAL_SELECT_clump_index_first) == "set": | |
4335 --clump-index-first | |
4336 | |
4337 | |
4338 #end if | |
4339 | |
4340 #if str($CONDITIONAL_clump_replicate.CONDITIONAL_SELECT_clump_replicate) == "set": | |
4341 --clump-replicate | |
4342 | |
4343 | |
4344 #end if | |
4345 | |
4346 #if str($CONDITIONAL_clump_best.CONDITIONAL_SELECT_clump_best) == "set": | |
4347 --clump-best | |
4348 | |
4349 | |
4350 #end if | |
4351 | |
4352 #if str($CONDITIONAL_meta_analysis_snp_field.CONDITIONAL_SELECT_meta_analysis_snp_field) == "set": | |
4353 --meta-analysis-snp-field | |
4354 | |
4355 | |
4356 #if $str($CONDITIONAL_meta_analysis_snp_field.meta_analysis_snp_field_MOD_0_0): | |
4357 '${CONDITIONAL_meta_analysis_snp_field.meta_analysis_snp_field_MOD_0_0}' | |
4358 #end if | |
4359 | |
4360 #end if | |
4361 | |
4362 #if str($CONDITIONAL_meta_analysis_a1_field.CONDITIONAL_SELECT_meta_analysis_a1_field) == "set": | |
4363 --meta-analysis-a1-field | |
4364 | |
4365 | |
4366 #if $str($CONDITIONAL_meta_analysis_a1_field.meta_analysis_a1_field_MOD_0_0): | |
4367 '${CONDITIONAL_meta_analysis_a1_field.meta_analysis_a1_field_MOD_0_0}' | |
4368 #end if | |
4369 | |
4370 #end if | |
4371 | |
4372 #if str($CONDITIONAL_meta_analysis_a2_field.CONDITIONAL_SELECT_meta_analysis_a2_field) == "set": | |
4373 --meta-analysis-a2-field | |
4374 | |
4375 | |
4376 #if $str($CONDITIONAL_meta_analysis_a2_field.meta_analysis_a2_field_MOD_0_0): | |
4377 '${CONDITIONAL_meta_analysis_a2_field.meta_analysis_a2_field_MOD_0_0}' | |
4378 #end if | |
4379 | |
4380 #end if | |
4381 | |
4382 #if str($CONDITIONAL_meta_analysis_p_field.CONDITIONAL_SELECT_meta_analysis_p_field) == "set": | |
4383 --meta-analysis-p-field | |
4384 | |
4385 | |
4386 #if $str($CONDITIONAL_meta_analysis_p_field.meta_analysis_p_field_MOD_0_0): | |
4387 '${CONDITIONAL_meta_analysis_p_field.meta_analysis_p_field_MOD_0_0}' | |
4388 #end if | |
4389 | |
4390 #end if | |
4391 | |
4392 #if str($CONDITIONAL_meta_analysis_ess_field.CONDITIONAL_SELECT_meta_analysis_ess_field) == "set": | |
4393 --meta-analysis-ess-field | |
4394 | |
4395 | |
4396 #if $str($CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_0_0): | |
4397 '${CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_0_0}' | |
4398 #end if | |
4399 | |
4400 #if $str($CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_1_0): | |
4401 '${CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_1_0}' | |
4402 #end if | |
4403 | |
4404 #if $str($CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_2_0): | |
4405 '${CONDITIONAL_meta_analysis_ess_field.meta_analysis_ess_field_MOD_2_0}' | |
4406 #end if | |
4407 | |
4408 #end if | |
4409 | |
4410 #if str($CONDITIONAL_meta_analysis_report_dups.CONDITIONAL_SELECT_meta_analysis_report_dups) == "set": | |
4411 --meta-analysis-report-dups | |
4412 | |
4413 | |
4414 #end if | |
4415 | |
4416 #if str($CONDITIONAL_gene_list_border.CONDITIONAL_SELECT_gene_list_border) == "set": | |
4417 --gene-list-border | |
4418 | |
4419 | |
4420 #if $str($CONDITIONAL_gene_list_border.gene_list_border_MOD_0_0): | |
4421 '${CONDITIONAL_gene_list_border.gene_list_border_MOD_0_0}' | |
4422 #end if | |
4423 | |
4424 #end if | |
4425 | |
4426 #if str($CONDITIONAL_gene_subset.CONDITIONAL_SELECT_gene_subset) == "set": | |
4427 --gene-subset | |
4428 | |
4429 | |
4430 #if $CONDITIONAL_gene_subset.gene_subset_MOD_0_0: | |
4431 '${CONDITIONAL_gene_subset.gene_subset_MOD_0_0}' | |
4432 #end if | |
4433 | |
4434 #end if | |
4435 | |
4436 #if str($CONDITIONAL_gene_report_snp_field.CONDITIONAL_SELECT_gene_report_snp_field) == "set": | |
4437 --gene-report-snp-field | |
4438 | |
4439 | |
4440 #if $str($CONDITIONAL_gene_report_snp_field.gene_report_snp_field_MOD_0_0): | |
4441 '${CONDITIONAL_gene_report_snp_field.gene_report_snp_field_MOD_0_0}' | |
4442 #end if | |
4443 | |
4444 #end if | |
4445 | |
4446 #if str($CONDITIONAL_gap.CONDITIONAL_SELECT_gap) == "set": | |
4447 --gap | |
4448 | |
4449 | |
4450 #if $str($CONDITIONAL_gap.gap_MOD_0_0): | |
4451 '${CONDITIONAL_gap.gap_MOD_0_0}' | |
4452 #end if | |
4453 | |
4454 #end if | |
4455 | |
4456 #if str($CONDITIONAL_epi1.CONDITIONAL_SELECT_epi1) == "set": | |
4457 --epi1 | |
4458 | |
4459 | |
4460 #if $str($CONDITIONAL_epi1.epi1_MOD_0_0): | |
4461 '${CONDITIONAL_epi1.epi1_MOD_0_0}' | |
4462 #end if | |
4463 | |
4464 #end if | |
4465 | |
4466 #if str($CONDITIONAL_epi2.CONDITIONAL_SELECT_epi2) == "set": | |
4467 --epi2 | |
4468 | |
4469 | |
4470 #if $str($CONDITIONAL_epi2.epi2_MOD_0_0): | |
4471 '${CONDITIONAL_epi2.epi2_MOD_0_0}' | |
4472 #end if | |
4473 | |
4474 #end if | |
4475 | |
4476 #if str($CONDITIONAL_je_cellmin.CONDITIONAL_SELECT_je_cellmin) == "set": | |
4477 --je-cellmin | |
4478 | |
4479 | |
4480 #if $str($CONDITIONAL_je_cellmin.je_cellmin_MOD_0_0): | |
4481 '${CONDITIONAL_je_cellmin.je_cellmin_MOD_0_0}' | |
4482 #end if | |
4483 | |
4484 #end if | |
4485 | |
4486 #if str($CONDITIONAL_q_score_range.CONDITIONAL_SELECT_q_score_range) == "set": | |
4487 --q-score-range | |
4488 | |
4489 | |
4490 #if $str($CONDITIONAL_q_score_range.q_score_range_MOD_0_0): | |
4491 '${CONDITIONAL_q_score_range.q_score_range_MOD_0_0}' | |
4492 #end if | |
4493 | |
4494 #if $str($CONDITIONAL_q_score_range.q_score_range_MOD_1_0): | |
4495 '${CONDITIONAL_q_score_range.q_score_range_MOD_1_0}' | |
4496 #end if | |
4497 | |
4498 #if $str($CONDITIONAL_q_score_range.q_score_range_MOD_2_0): | |
4499 '${CONDITIONAL_q_score_range.q_score_range_MOD_2_0}' | |
4500 #end if | |
4501 | |
4502 #if $str($CONDITIONAL_q_score_range.q_score_range_MOD_3_0): | |
4503 '${CONDITIONAL_q_score_range.q_score_range_MOD_3_0}' | |
4504 #end if | |
4505 | |
4506 #if $str($CONDITIONAL_q_score_range.q_score_range_MOD_4_0): | |
4507 '${CONDITIONAL_q_score_range.q_score_range_MOD_4_0}' | |
4508 #end if | |
4509 | |
4510 #end if | |
4511 | |
4512 #if str($CONDITIONAL_memory.CONDITIONAL_SELECT_memory) == "set": | |
4513 --memory | |
4514 | |
4515 | |
4516 #if $str($CONDITIONAL_memory.memory_MOD_0_0): | |
4517 '${CONDITIONAL_memory.memory_MOD_0_0}' | |
4518 #end if | |
4519 | |
4520 #end if | |
4521 | |
4522 #if str($CONDITIONAL_threads.CONDITIONAL_SELECT_threads) == "set": | |
4523 --threads | |
4524 | |
4525 | |
4526 #if $str($CONDITIONAL_threads.threads_MOD_0_0): | |
4527 '${CONDITIONAL_threads.threads_MOD_0_0}' | |
4528 #end if | |
4529 | |
4530 #end if | |
4531 | |
4532 #if str($CONDITIONAL_d.CONDITIONAL_SELECT_d) == "set": | |
4533 --d | |
4534 | |
4535 | |
4536 #if $str($CONDITIONAL_d.d_MOD_0_0): | |
4537 '${CONDITIONAL_d.d_MOD_0_0}' | |
4538 #end if | |
4539 | |
4540 #end if | |
4541 | |
4542 #if str($CONDITIONAL_seed.CONDITIONAL_SELECT_seed) == "set": | |
4543 --seed | |
4544 | |
4545 | |
4546 #if $str($CONDITIONAL_seed.seed_MOD_0_0): | |
4547 '${CONDITIONAL_seed.seed_MOD_0_0}' | |
4548 #end if | |
4549 | |
4550 #end if | |
4551 | |
4552 #if str($CONDITIONAL_perm_batch_size.CONDITIONAL_SELECT_perm_batch_size) == "set": | |
4553 --perm-batch-size | |
4554 | |
4555 | |
4556 #if $str($CONDITIONAL_perm_batch_size.perm_batch_size_MOD_0_0): | |
4557 '${CONDITIONAL_perm_batch_size.perm_batch_size_MOD_0_0}' | |
4558 #end if | |
4559 | |
4560 #end if | |
4561 | |
4562 #if str($CONDITIONAL_output_min_p.CONDITIONAL_SELECT_output_min_p) == "set": | |
4563 --output-min-p | |
4564 | |
4565 | |
4566 #if $str($CONDITIONAL_output_min_p.output_min_p_MOD_0_0): | |
4567 '${CONDITIONAL_output_min_p.output_min_p_MOD_0_0}' | |
4568 #end if | |
4569 | |
4570 #end if | |
4571 | |
4572 #if str($CONDITIONAL_debug.CONDITIONAL_SELECT_debug) == "set": | |
4573 --debug | |
4574 | |
4575 | |
4576 #end if | |
4577 ]]></command> | |
4578 <inputs> | |
4579 <conditional name="CONDITIONAL_bed"> | |
4580 <param name="CONDITIONAL_SELECT_bed" type="select" label="Set Bed" help="Specify full name of .bed file. " argument="--bed"> | |
4581 <option value="no_set" selected="True">Don't set</option> | |
4582 <option value="set">Set value(s)</option> | |
4583 </param> | |
4584 <when value="no_set"> | |
4585 </when> | |
4586 <when value="set"> | |
4587 | |
4588 <param name="bed_MOD_0_0" type="data" format="plink.bed" label="filename" multiple="False" optional="False" argument="filename"/> | |
4589 </when> | |
4590 </conditional> | |
4591 <conditional name="CONDITIONAL_bim"> | |
4592 <param name="CONDITIONAL_SELECT_bim" type="select" label="Set Bim" help="Specify full name of .bim file. " argument="--bim"> | |
4593 <option value="no_set" selected="True">Don't set</option> | |
4594 <option value="set">Set value(s)</option> | |
4595 </param> | |
4596 <when value="no_set"> | |
4597 </when> | |
4598 <when value="set"> | |
4599 | |
4600 <param name="bim_MOD_0_0" type="data" format="plink.bim" label="filename" multiple="False" optional="False" argument="filename"/> | |
4601 </when> | |
4602 </conditional> | |
4603 <conditional name="CONDITIONAL_fam"> | |
4604 <param name="CONDITIONAL_SELECT_fam" type="select" label="Set Fam" help="Specify full name of .fam file. " argument="--fam"> | |
4605 <option value="no_set" selected="True">Don't set</option> | |
4606 <option value="set">Set value(s)</option> | |
4607 </param> | |
4608 <when value="no_set"> | |
4609 </when> | |
4610 <when value="set"> | |
4611 | |
4612 <param name="fam_MOD_0_0" type="data" format="plink.fam" label="filename" multiple="False" optional="False" argument="filename"/> | |
4613 </when> | |
4614 </conditional> | |
4615 <conditional name="CONDITIONAL_keep_autoconv"> | |
4616 <param name="CONDITIONAL_SELECT_keep_autoconv" type="select" label="Set Keep autoconv" help="With --file/--tfile/--lfile/--vcf/--bcf/--data/--23file, don't delete autogenerated binary fileset at end of run. " argument="--keep-autoconv"> | |
4617 <option value="no_set" selected="True">Don't set</option> | |
4618 <option value="set">Set value(s)</option> | |
4619 </param> | |
4620 <when value="no_set"> | |
4621 </when> | |
4622 <when value="set"> | |
4623 | |
4624 </when> | |
4625 </conditional> | |
4626 <conditional name="CONDITIONAL_ped"> | |
4627 <param name="CONDITIONAL_SELECT_ped" type="select" label="Set Ped" help="Specify full name of .ped file. " argument="--ped"> | |
4628 <option value="no_set" selected="True">Don't set</option> | |
4629 <option value="set">Set value(s)</option> | |
4630 </param> | |
4631 <when value="no_set"> | |
4632 </when> | |
4633 <when value="set"> | |
4634 | |
4635 <param name="ped_MOD_0_0" type="data" format="plink.ped" label="filename" multiple="False" optional="False" argument="filename"/> | |
4636 </when> | |
4637 </conditional> | |
4638 <conditional name="CONDITIONAL_map"> | |
4639 <param name="CONDITIONAL_SELECT_map" type="select" label="Set Map" help="Specify full name of .map file. " argument="--map"> | |
4640 <option value="no_set" selected="True">Don't set</option> | |
4641 <option value="set">Set value(s)</option> | |
4642 </param> | |
4643 <when value="no_set"> | |
4644 </when> | |
4645 <when value="set"> | |
4646 | |
4647 <param name="map_MOD_0_0" type="data" format="plink.map" label="filename" multiple="False" optional="False" argument="filename"/> | |
4648 </when> | |
4649 </conditional> | |
4650 <conditional name="CONDITIONAL_no_fid"> | |
4651 <param name="CONDITIONAL_SELECT_no_fid" type="select" label="Set No fid" help=".fam/.ped file does not contain column 1 (family ID). " argument="--no-fid"> | |
4652 <option value="no_set" selected="True">Don't set</option> | |
4653 <option value="set">Set value(s)</option> | |
4654 </param> | |
4655 <when value="no_set"> | |
4656 </when> | |
4657 <when value="set"> | |
4658 | |
4659 </when> | |
4660 </conditional> | |
4661 <conditional name="CONDITIONAL_no_parents"> | |
4662 <param name="CONDITIONAL_SELECT_no_parents" type="select" label="Set No parents" help=".fam/.ped file does not contain columns 3-4 (parents). " argument="--no-parents"> | |
4663 <option value="no_set" selected="True">Don't set</option> | |
4664 <option value="set">Set value(s)</option> | |
4665 </param> | |
4666 <when value="no_set"> | |
4667 </when> | |
4668 <when value="set"> | |
4669 | |
4670 </when> | |
4671 </conditional> | |
4672 <conditional name="CONDITIONAL_no_sex"> | |
4673 <param name="CONDITIONAL_SELECT_no_sex" type="select" label="Set No sex" help=".fam/.ped file does not contain column 5 (sex). " argument="--no-sex"> | |
4674 <option value="no_set" selected="True">Don't set</option> | |
4675 <option value="set">Set value(s)</option> | |
4676 </param> | |
4677 <when value="no_set"> | |
4678 </when> | |
4679 <when value="set"> | |
4680 | |
4681 </when> | |
4682 </conditional> | |
4683 <conditional name="CONDITIONAL_no_pheno"> | |
4684 <param name="CONDITIONAL_SELECT_no_pheno" type="select" label="Set No pheno" help=".fam/.ped file does not contain column 6 (phenotype). " argument="--no-pheno"> | |
4685 <option value="no_set" selected="True">Don't set</option> | |
4686 <option value="set">Set value(s)</option> | |
4687 </param> | |
4688 <when value="no_set"> | |
4689 </when> | |
4690 <when value="set"> | |
4691 | |
4692 </when> | |
4693 </conditional> | |
4694 <conditional name="CONDITIONAL_tped"> | |
4695 <param name="CONDITIONAL_SELECT_tped" type="select" label="Set Tped" help="Specify full name of .tped file. " argument="--tped"> | |
4696 <option value="no_set" selected="True">Don't set</option> | |
4697 <option value="set">Set value(s)</option> | |
4698 </param> | |
4699 <when value="no_set"> | |
4700 </when> | |
4701 <when value="set"> | |
4702 | |
4703 <param name="tped_MOD_0_0" type="data" format="plink.tped" label="fname" multiple="False" optional="False" argument="fname"/> | |
4704 </when> | |
4705 </conditional> | |
4706 <conditional name="CONDITIONAL_tfam"> | |
4707 <param name="CONDITIONAL_SELECT_tfam" type="select" label="Set Tfam" help="Specify full name of .tfam file. " argument="--tfam"> | |
4708 <option value="no_set" selected="True">Don't set</option> | |
4709 <option value="set">Set value(s)</option> | |
4710 </param> | |
4711 <when value="no_set"> | |
4712 </when> | |
4713 <when value="set"> | |
4714 | |
4715 <param name="tfam_MOD_0_0" type="data" format="plink.tfam" label="fname" multiple="False" optional="False" argument="fname"/> | |
4716 </when> | |
4717 </conditional> | |
4718 <conditional name="CONDITIONAL_lgen"> | |
4719 <param name="CONDITIONAL_SELECT_lgen" type="select" label="Set Lgen" help="Specify full name of .lgen file. " argument="--lgen"> | |
4720 <option value="no_set" selected="True">Don't set</option> | |
4721 <option value="set">Set value(s)</option> | |
4722 </param> | |
4723 <when value="no_set"> | |
4724 </when> | |
4725 <when value="set"> | |
4726 | |
4727 <param name="lgen_MOD_0_0" type="data" format="plink.lgen" label="fname" multiple="False" optional="False" argument="fname"/> | |
4728 </when> | |
4729 </conditional> | |
4730 <conditional name="CONDITIONAL_reference"> | |
4731 <param name="CONDITIONAL_SELECT_reference" type="select" label="Set Reference" help="Specify default allele file accompanying .lgen input. " argument="--reference"> | |
4732 <option value="no_set" selected="True">Don't set</option> | |
4733 <option value="set">Set value(s)</option> | |
4734 </param> | |
4735 <when value="no_set"> | |
4736 </when> | |
4737 <when value="set"> | |
4738 | |
4739 <param name="reference_MOD_0_0" type="data" format="plink.reference" label="fn" multiple="False" optional="False" argument="fn"/> | |
4740 </when> | |
4741 </conditional> | |
4742 <conditional name="CONDITIONAL_allele_count"> | |
4743 <param name="CONDITIONAL_SELECT_allele_count" type="select" label="Set Allele count" help="When used with --lfile/--lgen + --reference, specifies that the .lgen file contains reference allele counts. " argument="--allele-count"> | |
4744 <option value="no_set" selected="True">Don't set</option> | |
4745 <option value="set">Set value(s)</option> | |
4746 </param> | |
4747 <when value="no_set"> | |
4748 </when> | |
4749 <when value="set"> | |
4750 | |
4751 </when> | |
4752 </conditional> | |
4753 <conditional name="CONDITIONAL_vcf"> | |
4754 <param name="CONDITIONAL_SELECT_vcf" type="select" label="Set Vcf" help="Specify full name of .vcf or .vcf.gz file. " argument="--vcf"> | |
4755 <option value="no_set" selected="True">Don't set</option> | |
4756 <option value="set">Set value(s)</option> | |
4757 </param> | |
4758 <when value="no_set"> | |
4759 </when> | |
4760 <when value="set"> | |
4761 | |
4762 <param name="vcf_MOD_0_0" type="data" format="vcf" label="filename" multiple="False" optional="False" argument="filename"/> | |
4763 </when> | |
4764 </conditional> | |
4765 <conditional name="CONDITIONAL_bcf"> | |
4766 <param name="CONDITIONAL_SELECT_bcf" type="select" label="Set Bcf" help="Specify full name of BCF2 file. " argument="--bcf"> | |
4767 <option value="no_set" selected="True">Don't set</option> | |
4768 <option value="set">Set value(s)</option> | |
4769 </param> | |
4770 <when value="no_set"> | |
4771 </when> | |
4772 <when value="set"> | |
4773 | |
4774 <param name="bcf_MOD_0_0" type="data" format="bcf" label="filename" multiple="False" optional="False" argument="filename"/> | |
4775 </when> | |
4776 </conditional> | |
4777 <conditional name="CONDITIONAL_gen"> | |
4778 <param name="CONDITIONAL_SELECT_gen" type="select" label="Set Gen" help="Specify full name of .gen or .gen.gz file. " argument="--gen"> | |
4779 <option value="no_set" selected="True">Don't set</option> | |
4780 <option value="set">Set value(s)</option> | |
4781 </param> | |
4782 <when value="no_set"> | |
4783 </when> | |
4784 <when value="set"> | |
4785 | |
4786 <param name="gen_MOD_0_0" type="data" format="plink.gen" label="filename" multiple="False" optional="False" argument="filename"/> | |
4787 </when> | |
4788 </conditional> | |
4789 <conditional name="CONDITIONAL_bgen"> | |
4790 <param name="CONDITIONAL_SELECT_bgen" type="select" label="Set Bgen" help="Specify full name of .bgen file. " argument="--bgen"> | |
4791 <option value="no_set" selected="True">Don't set</option> | |
4792 <option value="set">Set value(s)</option> | |
4793 </param> | |
4794 <when value="no_set"> | |
4795 </when> | |
4796 <when value="set"> | |
4797 | |
4798 <param name="bgen_MOD_0_0" type="data" format="plink.bgen" label="f" multiple="False" optional="False" argument="f"/> | |
4799 <param name="bgen_MOD_1_0" type="text" label="snpid-chr" value="" optional="True" argument="snpid-chr" help=""/> | |
4800 </when> | |
4801 </conditional> | |
4802 <conditional name="CONDITIONAL_sample"> | |
4803 <param name="CONDITIONAL_SELECT_sample" type="select" label="Set Sample" help="Specify full name of .sample file. " argument="--sample"> | |
4804 <option value="no_set" selected="True">Don't set</option> | |
4805 <option value="set">Set value(s)</option> | |
4806 </param> | |
4807 <when value="no_set"> | |
4808 </when> | |
4809 <when value="set"> | |
4810 | |
4811 <param name="sample_MOD_0_0" type="data" format="plink.sample" label="fname" multiple="False" optional="False" argument="fname"/> | |
4812 </when> | |
4813 </conditional> | |
4814 <conditional name="CONDITIONAL_GALAXY_23file"> | |
4815 <param name="CONDITIONAL_SELECT_GALAXY_23file" type="select" label="Set 23file" help="Specify 23andMe input file." argument="--23file"> | |
4816 <option value="no_set" selected="True">Don't set</option> | |
4817 <option value="set">Set value(s)</option> | |
4818 </param> | |
4819 <when value="no_set"> | |
4820 </when> | |
4821 <when value="set"> | |
4822 | |
4823 <param name="GALAXY_23file_MOD_0_0" type="data" format="txt" label="fname" multiple="False" optional="False" argument="fname"/> | |
4824 <param name="GALAXY_23file_MOD_1_0" type="text" label="FID" value="" optional="True" argument="FID" help=""/> | |
4825 <param name="GALAXY_23file_MOD_2_0" type="text" label="IID" value="" optional="True" argument="IID" help=""/> | |
4826 <param name="GALAXY_23file_MOD_3_0" type="text" label="sex" value="" optional="True" argument="sex" help=""/> | |
4827 <param name="GALAXY_23file_MOD_4_0" type="text" label="pheno" value="" optional="True" argument="pheno" help=""/> | |
4828 <param name="GALAXY_23file_MOD_5_0" type="text" label="pat. ID" value="" optional="True" argument="pat. ID" help=""/> | |
4829 <param name="GALAXY_23file_MOD_6_0" type="text" label="mat. ID" value="" optional="True" argument="mat. ID" help=""/> | |
4830 </when> | |
4831 </conditional> | |
4832 <conditional name="CONDITIONAL_grm_gz"> | |
4833 <param name="CONDITIONAL_SELECT_grm_gz" type="select" label="Set Grm gz" help="Specify .grm.gz + .grm.id (GCTA rel. matrix) prefix. " argument="--grm-gz"> | |
4834 <option value="no_set" selected="True">Don't set</option> | |
4835 <option value="set">Set value(s)</option> | |
4836 </param> | |
4837 <when value="no_set"> | |
4838 </when> | |
4839 <when value="set"> | |
4840 | |
4841 <param name="grm_gz_MOD_0_0" type="text" label="prfx" value="" optional="True" argument="prfx" help=""/> | |
4842 </when> | |
4843 </conditional> | |
4844 <conditional name="CONDITIONAL_grm_bin"> | |
4845 <param name="CONDITIONAL_SELECT_grm_bin" type="select" label="Set Grm bin" help="Specify .grm.bin + .grm.N.bin + .grm.id (GCTA triangular binary relationship matrix) filename prefix. " argument="--grm-bin"> | |
4846 <option value="no_set" selected="True">Don't set</option> | |
4847 <option value="set">Set value(s)</option> | |
4848 </param> | |
4849 <when value="no_set"> | |
4850 </when> | |
4851 <when value="set"> | |
4852 | |
4853 <param name="grm_bin_MOD_0_0" type="text" label="prfx" value="" optional="True" argument="prfx" help=""/> | |
4854 </when> | |
4855 </conditional> | |
4856 <conditional name="CONDITIONAL_dummy"> | |
4857 <param name="CONDITIONAL_SELECT_dummy" type="select" label="Set Dummy" help="This generates a fake input dataset with the specified number of samples and SNPs. By default, the missing genotype and phenotype frequencies are zero, and genotypes are As and Bs (change the latter with 'acgt'/'1234'/'12'). The 'scalar-pheno' modifier causes a normally distributed scalar phenotype to be generated instead of a binary one." argument="--dummy"> | |
4858 <option value="no_set" selected="True">Don't set</option> | |
4859 <option value="set">Set value(s)</option> | |
4860 </param> | |
4861 <when value="no_set"> | |
4862 </when> | |
4863 <when value="set"> | |
4864 | |
4865 <param name="dummy_MOD_0_0" type="text" label="sample ct" value="" optional="False" argument="sample ct" help=""/> | |
4866 <param name="dummy_MOD_1_0" type="text" label="SNP ct" value="" optional="False" argument="SNP ct" help=""/> | |
4867 <param name="dummy_MOD_2_0" type="text" label="missing geno freq" value="" optional="True" argument="missing geno freq" help=""/> | |
4868 <param name="dummy_MOD_3_0" type="text" label="missing pheno freq" value="" optional="True" argument="missing pheno freq" help=""/> | |
4869 <conditional name="CONDITIONAL_dummy_MOD_4"> | |
4870 <param name="CONDITIONAL_SELECT_dummy_MOD_4" type="select" label="How to set Dummy"> | |
4871 <option value="no_set" selected="True">Don't set</option> | |
4872 <option value="from_list">Select from list</option> | |
4873 | |
4874 </param> | |
4875 <when value="no_set"> | |
4876 </when> | |
4877 | |
4878 <when value="from_list"> | |
4879 <param name="dummy_MOD_4" type="select" label="Select value"> | |
4880 <option value="acgt">acgt</option> | |
4881 <option value="1234">1234</option> | |
4882 <option value="12">12</option> | |
4883 </param> | |
4884 </when> | |
4885 </conditional> | |
4886 <param name="dummy_MOD_5_0" type="text" label="scalar-pheno" value="" optional="True" argument="scalar-pheno" help=""/> | |
4887 </when> | |
4888 </conditional> | |
4889 <conditional name="CONDITIONAL_simulate"> | |
4890 <param name="CONDITIONAL_SELECT_simulate" type="select" label="Set Simulate" help="" argument="--simulate"> | |
4891 <option value="no_set" selected="True">Don't set</option> | |
4892 <option value="set">Set value(s)</option> | |
4893 </param> | |
4894 <when value="no_set"> | |
4895 </when> | |
4896 <when value="set"> | |
4897 | |
4898 <param name="simulate_MOD_0_0" type="text" label="simulation parameter file" value="" optional="False" argument="simulation parameter file" help=""/> | |
4899 <conditional name="CONDITIONAL_simulate_MOD_1"> | |
4900 <param name="CONDITIONAL_SELECT_simulate_MOD_1" type="select" label="How to set Simulate"> | |
4901 <option value="no_set" selected="True">Don't set</option> | |
4902 <option value="from_list">Select from list</option> | |
4903 | |
4904 </param> | |
4905 <when value="no_set"> | |
4906 </when> | |
4907 | |
4908 <when value="from_list"> | |
4909 <param name="simulate_MOD_1" type="select" label="Select value"> | |
4910 <option value="tags">tags</option> | |
4911 <option value="haps">haps</option> | |
4912 </param> | |
4913 </when> | |
4914 </conditional> | |
4915 <conditional name="CONDITIONAL_simulate_MOD_2"> | |
4916 <param name="CONDITIONAL_SELECT_simulate_MOD_2" type="select" label="How to set Simulate"> | |
4917 <option value="no_set" selected="True">Don't set</option> | |
4918 <option value="from_list">Select from list</option> | |
4919 | |
4920 </param> | |
4921 <when value="no_set"> | |
4922 </when> | |
4923 | |
4924 <when value="from_list"> | |
4925 <param name="simulate_MOD_2" type="select" label="Select value"> | |
4926 <option value="acgt">acgt</option> | |
4927 <option value="1234">1234</option> | |
4928 <option value="12">12</option> | |
4929 </param> | |
4930 </when> | |
4931 </conditional> | |
4932 </when> | |
4933 </conditional> | |
4934 <conditional name="CONDITIONAL_simulate_qt"> | |
4935 <param name="CONDITIONAL_SELECT_simulate_qt" type="select" label="Set Simulate qt" help="--simulate generates a fake input dataset with disease-associated SNPs, while --simulate-qt generates a dataset with quantitative trait loci." argument="--simulate-qt"> | |
4936 <option value="no_set" selected="True">Don't set</option> | |
4937 <option value="set">Set value(s)</option> | |
4938 </param> | |
4939 <when value="no_set"> | |
4940 </when> | |
4941 <when value="set"> | |
4942 | |
4943 <param name="simulate_qt_MOD_0_0" type="text" label="simulation parameter file" value="" optional="False" argument="simulation parameter file" help=""/> | |
4944 <conditional name="CONDITIONAL_simulate_qt_MOD_1"> | |
4945 <param name="CONDITIONAL_SELECT_simulate_qt_MOD_1" type="select" label="How to set Simulate qt"> | |
4946 <option value="no_set" selected="True">Don't set</option> | |
4947 <option value="from_list">Select from list</option> | |
4948 | |
4949 </param> | |
4950 <when value="no_set"> | |
4951 </when> | |
4952 | |
4953 <when value="from_list"> | |
4954 <param name="simulate_qt_MOD_1" type="select" label="Select value"> | |
4955 <option value="tags">tags</option> | |
4956 <option value="haps">haps</option> | |
4957 </param> | |
4958 </when> | |
4959 </conditional> | |
4960 <conditional name="CONDITIONAL_simulate_qt_MOD_2"> | |
4961 <param name="CONDITIONAL_SELECT_simulate_qt_MOD_2" type="select" label="How to set Simulate qt"> | |
4962 <option value="no_set" selected="True">Don't set</option> | |
4963 <option value="from_list">Select from list</option> | |
4964 | |
4965 </param> | |
4966 <when value="no_set"> | |
4967 </when> | |
4968 | |
4969 <when value="from_list"> | |
4970 <param name="simulate_qt_MOD_2" type="select" label="Select value"> | |
4971 <option value="acgt">acgt</option> | |
4972 <option value="1234">1234</option> | |
4973 <option value="12">12</option> | |
4974 </param> | |
4975 </when> | |
4976 </conditional> | |
4977 </when> | |
4978 </conditional> | |
4979 <param name="make_bed" type="boolean" label="Make bed" truevalue="--make-bed" falsevalue="" optional="true" argument="--make-bed" help="Create a new binary fileset. Unlike the automatic text-to-binary converters (which only heed chromosome filters), this supports all of PLINK's filtering flags." checked="False"/> | |
4980 <param name="make_just_bim" type="boolean" label="Make just bim" truevalue="--make-just-bim" falsevalue="" optional="true" argument="--make-just-bim" help="" checked="False"/> | |
4981 <param name="make_just_fam" type="boolean" label="Make just fam" truevalue="--make-just-fam" falsevalue="" optional="true" argument="--make-just-fam" help="Variants of --make-bed which only write a new .bim or .fam file. Can be used with only .bim/.fam input. USE THESE CAUTIOUSLY. It is very easy to desynchronize your binary genotype data and your .bim/.fam indexes if you use these commands improperly. If you have any doubt, stick with --make-bed." checked="False"/> | |
4982 <conditional name="CONDITIONAL_recode"> | |
4983 <param name="CONDITIONAL_SELECT_recode" type="select" label="Set Recode" help="Create a new text fileset with all filters applied. The following output formats are supported: * '23': 23andMe 4-column format. This can only be used on a single sample's data (--keep may be handy), and does not support multicharacter allele codes. * 'A': Sample-major additive (0/1/2) coding, suitable for loading from R. If you need uncounted alleles to be named in the header line, add the 'include-alt' modifier. * 'AD': Sample-major additive (0/1/2) + dominant (het=1/hom=0) coding. Also supports 'include-alt'. * 'A-transpose': Variant-major 0/1/2. * 'beagle': Unphased per-autosome .dat and .map files, readable by early BEAGLE versions. * 'beagle-nomap': Single .beagle.dat file. * 'bimbam': Regular BIMBAM format. * 'bimbam-1chr': BIMBAM format, with a two-column .pos.txt file. Does not support multiple chromosomes. * 'fastphase': Per-chromosome fastPHASE files, with .chr-[chr #].recode.phase.inp filename extensions. * 'fastphase-1chr': Single .recode.phase.inp file. Does not support multiple chromosomes. * 'HV': Per-chromosome Haploview files, with .chr-[chr #][.ped + .info] filename extensions. * 'HV-1chr': Single Haploview .ped + .info file pair. Does not support multiple chromosomes. * 'lgen': PLINK 1 long-format (.lgen + .fam + .map), loadable with --lfile. * 'lgen-ref': .lgen + .fam + .map + .ref, loadable with --lfile + --reference. * 'list': Single genotype-based list, up to 4 lines per variant. To omit nonmale genotypes on the Y chromosome, add the 'omit-nonmale-y' modifier. * 'rlist': .rlist + .fam + .map fileset, where the .rlist file is a genotype-based list which omits the most common genotype for each variant. Also supports 'omit-nonmale-y'. * 'oxford': Oxford-format .gen + .sample. With the 'gen-gz' modifier, the .gen file is gzipped. * 'ped': PLINK 1 sample-major (.ped + .map), loadable with --file. * 'compound-genotypes': Same as 'ped', except that the space between each pair of same-variant allele codes is removed. * 'structure': Structure-format. * 'transpose': PLINK 1 variant-major (.tped + .tfam), loadable with --tfile. * 'vcf', 'vcf-fid', 'vcf-iid': VCFv4.2. 'vcf-fid' and 'vcf-iid' cause family IDs or within-family IDs respectively to be used for the sample IDs in the last header row, while 'vcf' merges both IDs and puts an underscore between them. If the 'bgz' modifier is added, the VCF file is block-gzipped. The A2 allele is saved as the reference and normally flagged as not based on a real reference genome (INFO:PR). When it is important for reference alleles to be correct, you'll also want to include --a2-allele and --real-ref-alleles in your command. In addition, * The '12' modifier causes A1 (usually minor) alleles to be coded as '1' and A2 alleles to be coded as '2', while '01' maps A1 -> 0 and A2 -> 1. * The 'tab' modifier makes the output mostly tab-delimited instead of mostly space-delimited. 'tabx' and 'spacex' force all tabs and all spaces, respectively." argument="--recode"> | |
4984 <option value="no_set" selected="True">Don't set</option> | |
4985 <option value="set">Set value(s)</option> | |
4986 </param> | |
4987 <when value="no_set"> | |
4988 </when> | |
4989 <when value="set"> | |
4990 | |
4991 <param name="recode_MOD_0_0" type="text" label="output format" value="" optional="False" argument="output format" help=""/> | |
4992 <conditional name="CONDITIONAL_recode_MOD_1"> | |
4993 <param name="CONDITIONAL_SELECT_recode_MOD_1" type="select" label="How to set Recode"> | |
4994 <option value="no_set" selected="True">Don't set</option> | |
4995 <option value="from_list">Select from list</option> | |
4996 | |
4997 </param> | |
4998 <when value="no_set"> | |
4999 </when> | |
5000 | |
5001 <when value="from_list"> | |
5002 <param name="recode_MOD_1" type="select" label="Select value"> | |
5003 <option value="01">01</option> | |
5004 <option value="12">12</option> | |
5005 </param> | |
5006 </when> | |
5007 </conditional> | |
5008 <conditional name="CONDITIONAL_recode_MOD_2"> | |
5009 <param name="CONDITIONAL_SELECT_recode_MOD_2" type="select" label="How to set Recode"> | |
5010 <option value="no_set" selected="True">Don't set</option> | |
5011 <option value="from_list">Select from list</option> | |
5012 | |
5013 </param> | |
5014 <when value="no_set"> | |
5015 </when> | |
5016 | |
5017 <when value="from_list"> | |
5018 <param name="recode_MOD_2" type="select" label="Select value"> | |
5019 <option value="tab">tab</option> | |
5020 <option value="tabx">tabx</option> | |
5021 <option value="spacex">spacex</option> | |
5022 <option value="bgz">bgz</option> | |
5023 <option value="gen-gz">gen-gz</option> | |
5024 </param> | |
5025 </when> | |
5026 </conditional> | |
5027 <param name="recode_MOD_3_0" type="text" label="include-alt" value="" optional="True" argument="include-alt" help=""/> | |
5028 <param name="recode_MOD_4_0" type="text" label="omit-nonmale-y" value="" optional="True" argument="omit-nonmale-y" help=""/> | |
5029 </when> | |
5030 </conditional> | |
5031 <conditional name="CONDITIONAL_flip_scan"> | |
5032 <param name="CONDITIONAL_SELECT_flip_scan" type="select" label="Set Flip scan" help="(alias: --flipscan) LD-based scan for case/control strand inconsistency." argument="--flip-scan"> | |
5033 <option value="no_set" selected="True">Don't set</option> | |
5034 <option value="set">Set value(s)</option> | |
5035 </param> | |
5036 <when value="no_set"> | |
5037 </when> | |
5038 <when value="set"> | |
5039 | |
5040 <param name="flip_scan_MOD_0_0" type="text" label="verbose" value="" optional="True" argument="verbose" help=""/> | |
5041 </when> | |
5042 </conditional> | |
5043 <param name="write_covar" type="boolean" label="Write covar" truevalue="--write-covar" falsevalue="" optional="true" argument="--write-covar" help="If a --covar file is loaded, --make-bed/--make-just-fam and --recode automatically generate an updated version (with all filters applied). However, if you do not wish to simultaneously generate a new genotype file, you can use --write-covar to just produce a pruned covariate file." checked="False"/> | |
5044 <conditional name="CONDITIONAL_write_cluster"> | |
5045 <param name="CONDITIONAL_SELECT_write_cluster" type="select" label="Set Write cluster" help="If clusters are specified with --within/--family, this generates a new cluster file (with all filters applied). The 'omit-unassigned' modifier causes unclustered samples to be omitted from the file; otherwise their cluster is 'NA'." argument="--write-cluster"> | |
5046 <option value="no_set" selected="True">Don't set</option> | |
5047 <option value="set">Set value(s)</option> | |
5048 </param> | |
5049 <when value="no_set"> | |
5050 </when> | |
5051 <when value="set"> | |
5052 | |
5053 <param name="write_cluster_MOD_0_0" type="text" label="omit-unassigned" value="" optional="True" argument="omit-unassigned" help=""/> | |
5054 </when> | |
5055 </conditional> | |
5056 <param name="write_set" type="boolean" label="Write set" truevalue="--write-set" falsevalue="" optional="true" argument="--write-set" help="" checked="False"/> | |
5057 <param name="set_table" type="boolean" label="Set table" truevalue="--set-table" falsevalue="" optional="true" argument="--set-table" help="If sets have been defined, --write-set dumps 'END'-terminated set membership lists to {output prefix}.set, while --set-table writes a variant-by-set membership table to {output prefix}.set.table." checked="False"/> | |
5058 <conditional name="CONDITIONAL_OVERLOADED_merge"> | |
5059 <param name="CONDITIONAL_OVERLOADED_SELECT_merge" type="select" label="Choose argument form for Merge" help="Overloaded argument, must chose a form"> | |
5060 <option value="form_0">Form 0</option> | |
5061 <option value="form_1">Form 1</option> | |
5062 </param> | |
5063 <when value="form_0"> | |
5064 | |
5065 <conditional name="CONDITIONAL_merge"> | |
5066 <param name="CONDITIONAL_SELECT_merge" type="select" label="Set Merge" help="" argument="--merge"> | |
5067 <option value="no_set" selected="True">Don't set</option> | |
5068 <option value="set">Set value(s)</option> | |
5069 </param> | |
5070 <when value="no_set"> | |
5071 </when> | |
5072 <when value="set"> | |
5073 | |
5074 <param name="merge_MOD_0_0" type="text" label=".ped filename" value="" optional="False" argument=".ped filename" help=""/> | |
5075 <param name="merge_MOD_1_0" type="text" label=".map filename" value="" optional="False" argument=".map filename" help=""/> | |
5076 </when> | |
5077 </conditional> | |
5078 </when> | |
5079 <when value="form_1"> | |
5080 | |
5081 <conditional name="CONDITIONAL_merge"> | |
5082 <param name="CONDITIONAL_SELECT_merge" type="select" label="Set Merge" help="" argument="--merge"> | |
5083 <option value="no_set" selected="True">Don't set</option> | |
5084 <option value="set">Set value(s)</option> | |
5085 </param> | |
5086 <when value="no_set"> | |
5087 </when> | |
5088 <when value="set"> | |
5089 | |
5090 <param name="merge_MOD_0_0" type="text" label="text fileset prefix" value="" optional="False" argument="text fileset prefix" help=""/> | |
5091 </when> | |
5092 </conditional> | |
5093 </when> | |
5094 </conditional> | |
5095 <conditional name="CONDITIONAL_OVERLOADED_bmerge"> | |
5096 <param name="CONDITIONAL_OVERLOADED_SELECT_bmerge" type="select" label="Choose argument form for Bmerge" help="Overloaded argument, must chose a form"> | |
5097 <option value="form_0">Form 0</option> | |
5098 <option value="form_1">Form 1</option> | |
5099 </param> | |
5100 <when value="form_0"> | |
5101 | |
5102 <conditional name="CONDITIONAL_bmerge"> | |
5103 <param name="CONDITIONAL_SELECT_bmerge" type="select" label="Set Bmerge" help="" argument="--bmerge"> | |
5104 <option value="no_set" selected="True">Don't set</option> | |
5105 <option value="set">Set value(s)</option> | |
5106 </param> | |
5107 <when value="no_set"> | |
5108 </when> | |
5109 <when value="set"> | |
5110 | |
5111 <param name="bmerge_MOD_0_0" type="text" label=".bed filename" value="" optional="False" argument=".bed filename" help=""/> | |
5112 <param name="bmerge_MOD_1_0" type="text" label=".bim filename" value="" optional="False" argument=".bim filename" help=""/> | |
5113 <param name="bmerge_MOD_2_0" type="text" label=".fam filename" value="" optional="False" argument=".fam filename" help=""/> | |
5114 </when> | |
5115 </conditional> | |
5116 </when> | |
5117 <when value="form_1"> | |
5118 | |
5119 <conditional name="CONDITIONAL_bmerge"> | |
5120 <param name="CONDITIONAL_SELECT_bmerge" type="select" label="Set Bmerge" help="Merge the given fileset with the initially loaded fileset, writing the result to {output prefix}.bed + .bim + .fam. (It is no longer necessary to simultaneously specify --make-bed.)" argument="--bmerge"> | |
5121 <option value="no_set" selected="True">Don't set</option> | |
5122 <option value="set">Set value(s)</option> | |
5123 </param> | |
5124 <when value="no_set"> | |
5125 </when> | |
5126 <when value="set"> | |
5127 | |
5128 <param name="bmerge_MOD_0_0" type="text" label="binary fileset prefix" value="" optional="False" argument="binary fileset prefix" help=""/> | |
5129 </when> | |
5130 </conditional> | |
5131 </when> | |
5132 </conditional> | |
5133 <conditional name="CONDITIONAL_merge_list"> | |
5134 <param name="CONDITIONAL_SELECT_merge_list" type="select" label="Set Merge list" help="Merge all filesets named in the text file with the reference fileset, if one was specified. (However, this can also be used *without* a reference; in that case, the newly created fileset is then treated as the reference by most other PLINK operations.) The text file is interpreted as follows: * If a line contains only one name, it is assumed to be the prefix for a binary fileset. * If a line contains exactly two names, they are assumed to be the full filenames for a text fileset (.ped first, then .map). * If a line contains exactly three names, they are assumed to be the full filenames for a binary fileset (.bed, then .bim, then .fam)." argument="--merge-list"> | |
5135 <option value="no_set" selected="True">Don't set</option> | |
5136 <option value="set">Set value(s)</option> | |
5137 </param> | |
5138 <when value="no_set"> | |
5139 </when> | |
5140 <when value="set"> | |
5141 | |
5142 <param name="merge_list_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
5143 </when> | |
5144 </conditional> | |
5145 <param name="write_snplist" type="boolean" label="Write snplist" truevalue="--write-snplist" falsevalue="" optional="true" argument="--write-snplist" help="" checked="False"/> | |
5146 <param name="list_23_indels" type="boolean" label="List 23 indels" truevalue="--list-23-indels" falsevalue="" optional="true" argument="--list-23-indels" help="--write-snplist writes a .snplist file listing the names of all variants which pass the filters and inclusion thresholds you've specified, while --list-23-indels writes the subset with 23andMe-style indel calls (D/I allele codes)." checked="False"/> | |
5147 <conditional name="CONDITIONAL_list_duplicate_vars"> | |
5148 <param name="CONDITIONAL_SELECT_list_duplicate_vars" type="select" label="Set List duplicate vars" help="--list-duplicate-vars writes a .dupvar file describing all groups of variants with matching positions and allele codes. * By default, A1/A2 allele assignments are ignored; use 'require-same-ref' to override this. * Normally, the report contains position and allele codes. To remove them (and produce a file directly usable with e.g. --extract/--exclude), use 'ids-only'. Note that this command will fail in 'ids-only' mode if any of the reported IDs are not unique. * 'suppress-first' causes the first variant ID in each group to be omitted from the report." argument="--list-duplicate-vars"> | |
5149 <option value="no_set" selected="True">Don't set</option> | |
5150 <option value="set">Set value(s)</option> | |
5151 </param> | |
5152 <when value="no_set"> | |
5153 </when> | |
5154 <when value="set"> | |
5155 | |
5156 <param name="list_duplicate_vars_MOD_0_0" type="text" label="require-same-ref" value="" optional="True" argument="require-same-ref" help=""/> | |
5157 <param name="list_duplicate_vars_MOD_1_0" type="text" label="ids-only" value="" optional="True" argument="ids-only" help=""/> | |
5158 <param name="list_duplicate_vars_MOD_2_0" type="text" label="suppress-first" value="" optional="True" argument="suppress-first" help=""/> | |
5159 </when> | |
5160 </conditional> | |
5161 <conditional name="CONDITIONAL_freq"> | |
5162 <param name="CONDITIONAL_SELECT_freq" type="select" label="Set Freq" help="" argument="--freq"> | |
5163 <option value="no_set" selected="True">Don't set</option> | |
5164 <option value="set">Set value(s)</option> | |
5165 </param> | |
5166 <when value="no_set"> | |
5167 </when> | |
5168 <when value="set"> | |
5169 | |
5170 <conditional name="CONDITIONAL_freq_MOD_0"> | |
5171 <param name="CONDITIONAL_SELECT_freq_MOD_0" type="select" label="How to set Freq"> | |
5172 <option value="no_set" selected="True">Don't set</option> | |
5173 <option value="from_list">Select from list</option> | |
5174 | |
5175 </param> | |
5176 <when value="no_set"> | |
5177 </when> | |
5178 | |
5179 <when value="from_list"> | |
5180 <param name="freq_MOD_0" type="select" label="Select value"> | |
5181 <option value="counts">counts</option> | |
5182 <option value="case-control">case-control</option> | |
5183 </param> | |
5184 </when> | |
5185 </conditional> | |
5186 <param name="freq_MOD_1_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5187 </when> | |
5188 </conditional> | |
5189 <conditional name="CONDITIONAL_freqx"> | |
5190 <param name="CONDITIONAL_SELECT_freqx" type="select" label="Set Freqx" help="--freq generates a basic allele frequency (or count, if the 'counts' modifier is present) report. This can be combined with --within/--family to produce a cluster-stratified allele frequency/count report instead, or the 'case-control' modifier to report case and control allele frequencies separately. --freqx generates a more detailed genotype count report, designed for use with --read-freq." argument="--freqx"> | |
5191 <option value="no_set" selected="True">Don't set</option> | |
5192 <option value="set">Set value(s)</option> | |
5193 </param> | |
5194 <when value="no_set"> | |
5195 </when> | |
5196 <when value="set"> | |
5197 | |
5198 <param name="freqx_MOD_0_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5199 </when> | |
5200 </conditional> | |
5201 <conditional name="CONDITIONAL_missing"> | |
5202 <param name="CONDITIONAL_SELECT_missing" type="select" label="Set Missing" help="Generate sample- and variant-based missing data reports. If clusters are defined, the variant-based report is cluster-stratified. 'gz' causes the output files to be gzipped." argument="--missing"> | |
5203 <option value="no_set" selected="True">Don't set</option> | |
5204 <option value="set">Set value(s)</option> | |
5205 </param> | |
5206 <when value="no_set"> | |
5207 </when> | |
5208 <when value="set"> | |
5209 | |
5210 <param name="missing_MOD_0_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5211 </when> | |
5212 </conditional> | |
5213 <param name="test_mishap" type="boolean" label="Test mishap" truevalue="--test-mishap" falsevalue="" optional="true" argument="--test-mishap" help="Check for association between missing calls and flanking haplotypes." checked="False"/> | |
5214 <conditional name="CONDITIONAL_hardy"> | |
5215 <param name="CONDITIONAL_SELECT_hardy" type="select" label="Set Hardy" help="Generate a Hardy-Weinberg exact test p-value report. (This does NOT simultaneously filter on the p-value any more; use --hwe for that.) With the 'midp' modifier, the test applies the mid-p adjustment described in Graffelman J, Moreno V (2013) The mid p-value in exact tests for Hardy-Weinberg Equilibrium." argument="--hardy"> | |
5216 <option value="no_set" selected="True">Don't set</option> | |
5217 <option value="set">Set value(s)</option> | |
5218 </param> | |
5219 <when value="no_set"> | |
5220 </when> | |
5221 <when value="set"> | |
5222 | |
5223 <param name="hardy_MOD_0_0" type="text" label="midp" value="" optional="True" argument="midp" help=""/> | |
5224 <param name="hardy_MOD_1_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5225 </when> | |
5226 </conditional> | |
5227 <conditional name="CONDITIONAL_mendel"> | |
5228 <param name="CONDITIONAL_SELECT_mendel" type="select" label="Set Mendel" help="Generate a Mendel error report. The 'summaries-only' modifier causes the .mendel file (listing every single error) to be skipped." argument="--mendel"> | |
5229 <option value="no_set" selected="True">Don't set</option> | |
5230 <option value="set">Set value(s)</option> | |
5231 </param> | |
5232 <when value="no_set"> | |
5233 </when> | |
5234 <when value="set"> | |
5235 | |
5236 <param name="mendel_MOD_0_0" type="text" label="summaries-only" value="" optional="True" argument="summaries-only" help=""/> | |
5237 </when> | |
5238 </conditional> | |
5239 <conditional name="CONDITIONAL_het"> | |
5240 <param name="CONDITIONAL_SELECT_het" type="select" label="Set Het" help="" argument="--het"> | |
5241 <option value="no_set" selected="True">Don't set</option> | |
5242 <option value="set">Set value(s)</option> | |
5243 </param> | |
5244 <when value="no_set"> | |
5245 </when> | |
5246 <when value="set"> | |
5247 | |
5248 <param name="het_MOD_0_0" type="text" label="small-sample" value="" optional="True" argument="small-sample" help=""/> | |
5249 <param name="het_MOD_1_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5250 </when> | |
5251 </conditional> | |
5252 <param name="ibc" type="boolean" label="Ibc" truevalue="--ibc" falsevalue="" optional="true" argument="--ibc" help="Estimate inbreeding coefficients. --het reports method-of-moments estimates, while --ibc calculates all three values described in Yang J, Lee SH, Goddard ME and Visscher PM (2011) GCTA: A Tool for Genome-wide Complex Trait Analysis. (That paper also describes the relationship matrix computation we reimplement.) * These functions require decent MAF estimates. If there are very few samples in your immediate fileset, --read-freq is practically mandatory since imputed MAFs are wildly inaccurate in that case. * They also assume the marker set is in approximate linkage equilibrium. * By default, --het omits the n/(n-1) multiplier in Nei's expected homozygosity formula. The 'small-sample' modifier causes it to be included, while forcing --het to use MAFs imputed from founders in the immediate dataset." checked="False"/> | |
5253 <conditional name="CONDITIONAL_OVERLOADED_check_sex"> | |
5254 <param name="CONDITIONAL_OVERLOADED_SELECT_check_sex" type="select" label="Choose argument form for Check_sex" help="Overloaded argument, must chose a form"> | |
5255 <option value="form_0">Form 0</option> | |
5256 <option value="form_1">Form 1</option> | |
5257 <option value="form_2">Form 2</option> | |
5258 </param> | |
5259 <when value="form_0"> | |
5260 | |
5261 <conditional name="CONDITIONAL_check_sex"> | |
5262 <param name="CONDITIONAL_SELECT_check_sex" type="select" label="Set Check sex" help="" argument="--check-sex"> | |
5263 <option value="no_set" selected="True">Don't set</option> | |
5264 <option value="set">Set value(s)</option> | |
5265 </param> | |
5266 <when value="no_set"> | |
5267 </when> | |
5268 <when value="set"> | |
5269 | |
5270 <param name="check_sex_MOD_0_0" type="text" label="female max F" value="" optional="True" argument="female max F" help=""/> | |
5271 <param name="check_sex_MOD_1_0" type="text" label="male min F" value="" optional="True" argument="male min F" help=""/> | |
5272 </when> | |
5273 </conditional> | |
5274 </when> | |
5275 <when value="form_1"> | |
5276 | |
5277 <conditional name="CONDITIONAL_check_sex"> | |
5278 <param name="CONDITIONAL_SELECT_check_sex" type="select" label="Set Check sex" help="" argument="--check-sex"> | |
5279 <option value="no_set" selected="True">Don't set</option> | |
5280 <option value="set">Set value(s)</option> | |
5281 </param> | |
5282 <when value="no_set"> | |
5283 </when> | |
5284 <when value="set"> | |
5285 | |
5286 <param name="check_sex_MOD_0_0" type="text" label="female max F" value="" optional="True" argument="female max F" help=""/> | |
5287 <param name="check_sex_MOD_1_0" type="text" label="male min F" value="" optional="True" argument="male min F" help=""/> | |
5288 <param name="check_sex_MOD_2_0" type="text" label="female max Y obs" value="" optional="True" argument="female max Y obs" help=""/> | |
5289 <param name="check_sex_MOD_3_0" type="text" label="male min Y obs" value="" optional="True" argument="male min Y obs" help=""/> | |
5290 </when> | |
5291 </conditional> | |
5292 </when> | |
5293 <when value="form_2"> | |
5294 | |
5295 <conditional name="CONDITIONAL_check_sex"> | |
5296 <param name="CONDITIONAL_SELECT_check_sex" type="select" label="Set Check sex" help="" argument="--check-sex"> | |
5297 <option value="no_set" selected="True">Don't set</option> | |
5298 <option value="set">Set value(s)</option> | |
5299 </param> | |
5300 <when value="no_set"> | |
5301 </when> | |
5302 <when value="set"> | |
5303 | |
5304 <param name="check_sex_MOD_0_0" type="text" label="female max Y obs" value="" optional="True" argument="female max Y obs" help=""/> | |
5305 <param name="check_sex_MOD_1_0" type="text" label="male min Y obs" value="" optional="True" argument="male min Y obs" help=""/> | |
5306 </when> | |
5307 </conditional> | |
5308 </when> | |
5309 </conditional> | |
5310 <conditional name="CONDITIONAL_OVERLOADED_impute_sex"> | |
5311 <param name="CONDITIONAL_OVERLOADED_SELECT_impute_sex" type="select" label="Choose argument form for Impute_sex" help="Overloaded argument, must chose a form"> | |
5312 <option value="form_0">Form 0</option> | |
5313 <option value="form_1">Form 1</option> | |
5314 <option value="form_2">Form 2</option> | |
5315 </param> | |
5316 <when value="form_0"> | |
5317 | |
5318 <conditional name="CONDITIONAL_impute_sex"> | |
5319 <param name="CONDITIONAL_SELECT_impute_sex" type="select" label="Set Impute sex" help="" argument="--impute-sex"> | |
5320 <option value="no_set" selected="True">Don't set</option> | |
5321 <option value="set">Set value(s)</option> | |
5322 </param> | |
5323 <when value="no_set"> | |
5324 </when> | |
5325 <when value="set"> | |
5326 | |
5327 <param name="impute_sex_MOD_0_0" type="text" label="female max F" value="" optional="True" argument="female max F" help=""/> | |
5328 <param name="impute_sex_MOD_1_0" type="text" label="male min F" value="" optional="True" argument="male min F" help=""/> | |
5329 </when> | |
5330 </conditional> | |
5331 </when> | |
5332 <when value="form_1"> | |
5333 | |
5334 <conditional name="CONDITIONAL_impute_sex"> | |
5335 <param name="CONDITIONAL_SELECT_impute_sex" type="select" label="Set Impute sex" help="" argument="--impute-sex"> | |
5336 <option value="no_set" selected="True">Don't set</option> | |
5337 <option value="set">Set value(s)</option> | |
5338 </param> | |
5339 <when value="no_set"> | |
5340 </when> | |
5341 <when value="set"> | |
5342 | |
5343 <param name="impute_sex_MOD_0_0" type="text" label="female max F" value="" optional="True" argument="female max F" help=""/> | |
5344 <param name="impute_sex_MOD_1_0" type="text" label="male min F" value="" optional="True" argument="male min F" help=""/> | |
5345 <param name="impute_sex_MOD_2_0" type="text" label="female max Y obs" value="" optional="True" argument="female max Y obs" help=""/> | |
5346 <param name="impute_sex_MOD_3_0" type="text" label="male min Y obs" value="" optional="True" argument="male min Y obs" help=""/> | |
5347 </when> | |
5348 </conditional> | |
5349 </when> | |
5350 <when value="form_2"> | |
5351 | |
5352 <conditional name="CONDITIONAL_impute_sex"> | |
5353 <param name="CONDITIONAL_SELECT_impute_sex" type="select" label="Set Impute sex" help="--check-sex normally compares sex assignments in the input dataset with those imputed from X chromosome inbreeding coefficients. * Make sure that the X chromosome pseudo-autosomal region has been split off (with e.g. --split-x) before using this. * You also need decent MAF estimates (so, with very few samples in your immediate fileset, use --read-freq), and your marker set should be in approximate linkage equilibrium. * By default, F estimates smaller than 0.2 yield female calls, and values larger than 0.8 yield male calls. If you pass numeric parameter(s) to --check-sex, the first two control these thresholds. There are now two modes which consider Y chromosome data. * In 'ycount' mode, gender is still imputed from the X chromosome, but female calls are downgraded to ambiguous whenever more than 0 nonmissing Y genotypes are present, and male calls are downgraded when fewer than 0 are present. (Note that these are counts, not rates.) These thresholds are controllable with --check-sex ycount's optional 3rd and 4th numeric parameters. * In 'y-only' mode, gender is imputed from nonmissing Y genotype counts. The male minimum threshold defaults to 1 instead of zero in this case. --impute-sex changes sex assignments to the imputed values, and is otherwise identical to --check-sex. It must be used with --make-bed/--recode/--write-covar." argument="--impute-sex"> | |
5354 <option value="no_set" selected="True">Don't set</option> | |
5355 <option value="set">Set value(s)</option> | |
5356 </param> | |
5357 <when value="no_set"> | |
5358 </when> | |
5359 <when value="set"> | |
5360 | |
5361 <param name="impute_sex_MOD_0_0" type="text" label="female max Y obs" value="" optional="True" argument="female max Y obs" help=""/> | |
5362 <param name="impute_sex_MOD_1_0" type="text" label="male min Y obs" value="" optional="True" argument="male min Y obs" help=""/> | |
5363 </when> | |
5364 </conditional> | |
5365 </when> | |
5366 </conditional> | |
5367 <conditional name="CONDITIONAL_fst"> | |
5368 <param name="CONDITIONAL_SELECT_fst" type="select" label="Set Fst" help="(alias: --Fst) Estimate Wright's Fst for each autosomal diploid variant using the method introduced in Weir BS, Cockerham CC (1984) Estimating F-statistics for the analysis of population structure, given a set of subpopulations defined via --within. Raw and weighted global means are also reported. * If you're interested in the global means, it is usually best to perform this calculation on a marker set in approximate linkage equilibrium. * If you have only two subpopulations, you can represent them with case/control status and use the 'case-control' modifier." argument="--fst"> | |
5369 <option value="no_set" selected="True">Don't set</option> | |
5370 <option value="set">Set value(s)</option> | |
5371 </param> | |
5372 <when value="no_set"> | |
5373 </when> | |
5374 <when value="set"> | |
5375 | |
5376 <param name="fst_MOD_0_0" type="text" label="case-control" value="" optional="True" argument="case-control" help=""/> | |
5377 </when> | |
5378 </conditional> | |
5379 <conditional name="CONDITIONAL_indep"> | |
5380 <param name="CONDITIONAL_SELECT_indep" type="select" label="Set Indep" help="" argument="--indep"> | |
5381 <option value="no_set" selected="True">Don't set</option> | |
5382 <option value="set">Set value(s)</option> | |
5383 </param> | |
5384 <when value="no_set"> | |
5385 </when> | |
5386 <when value="set"> | |
5387 | |
5388 <param name="indep_MOD_0_0" type="text" label="window size" value="" optional="False" argument="window size" help=""/> | |
5389 <param name="indep_MOD_1_0" type="text" label="kb" value="" optional="True" argument="kb" help=""/> | |
5390 <param name="indep_MOD_2_0" type="text" label="step size (variant ct)" value="" optional="False" argument="step size (variant ct)" help=""/> | |
5391 <param name="indep_MOD_3_0" type="text" label="VIF threshold" value="" optional="False" argument="VIF threshold" help=""/> | |
5392 </when> | |
5393 </conditional> | |
5394 <conditional name="CONDITIONAL_indep_pairwise"> | |
5395 <param name="CONDITIONAL_SELECT_indep_pairwise" type="select" label="Set Indep pairwise" help="" argument="--indep-pairwise"> | |
5396 <option value="no_set" selected="True">Don't set</option> | |
5397 <option value="set">Set value(s)</option> | |
5398 </param> | |
5399 <when value="no_set"> | |
5400 </when> | |
5401 <when value="set"> | |
5402 | |
5403 <param name="indep_pairwise_MOD_0_0" type="text" label="window size" value="" optional="False" argument="window size" help=""/> | |
5404 <param name="indep_pairwise_MOD_1_0" type="text" label="kb" value="" optional="True" argument="kb" help=""/> | |
5405 <param name="indep_pairwise_MOD_2_0" type="text" label="step size (variant ct)" value="" optional="False" argument="step size (variant ct)" help=""/> | |
5406 <param name="indep_pairwise_MOD_3_0" type="text" label="r^2 threshold" value="" optional="False" argument="r^2 threshold" help=""/> | |
5407 </when> | |
5408 </conditional> | |
5409 <conditional name="CONDITIONAL_indep_pairphase"> | |
5410 <param name="CONDITIONAL_SELECT_indep_pairphase" type="select" label="Set Indep pairphase" help="Generate a list of markers in approximate linkage equilibrium. With the 'kb' modifier, the window size is in kilobase instead of variant count units. (Pre-'kb' space is optional, i.e. '--indep-pairwise 500 kb 5 0.5' and '--indep-pairwise 500kb 5 0.5' have the same effect.) Note that you need to rerun PLINK using --extract or --exclude on the .prune.in/.prune.out file to apply the list to another computation." argument="--indep-pairphase"> | |
5411 <option value="no_set" selected="True">Don't set</option> | |
5412 <option value="set">Set value(s)</option> | |
5413 </param> | |
5414 <when value="no_set"> | |
5415 </when> | |
5416 <when value="set"> | |
5417 | |
5418 <param name="indep_pairphase_MOD_0_0" type="text" label="window size" value="" optional="False" argument="window size" help=""/> | |
5419 <param name="indep_pairphase_MOD_1_0" type="text" label="kb" value="" optional="True" argument="kb" help=""/> | |
5420 <param name="indep_pairphase_MOD_2_0" type="text" label="step size (variant ct)" value="" optional="False" argument="step size (variant ct)" help=""/> | |
5421 <param name="indep_pairphase_MOD_3_0" type="text" label="r^2 threshold" value="" optional="False" argument="r^2 threshold" help=""/> | |
5422 </when> | |
5423 </conditional> | |
5424 <conditional name="CONDITIONAL_r"> | |
5425 <param name="CONDITIONAL_SELECT_r" type="select" label="Set R" help="<in-phase> <d | dprime | dprime-signed> <with-freqs> <yes-really>" argument="--r"> | |
5426 <option value="no_set" selected="True">Don't set</option> | |
5427 <option value="set">Set value(s)</option> | |
5428 </param> | |
5429 <when value="no_set"> | |
5430 </when> | |
5431 <when value="set"> | |
5432 | |
5433 <conditional name="CONDITIONAL_r_MOD_0"> | |
5434 <param name="CONDITIONAL_SELECT_r_MOD_0" type="select" label="How to set R"> | |
5435 <option value="no_set" selected="True">Don't set</option> | |
5436 <option value="from_list">Select from list</option> | |
5437 | |
5438 </param> | |
5439 <when value="no_set"> | |
5440 </when> | |
5441 | |
5442 <when value="from_list"> | |
5443 <param name="r_MOD_0" type="select" label="Select value"> | |
5444 <option value="square">square</option> | |
5445 <option value="square0">square0</option> | |
5446 <option value="triangle">triangle</option> | |
5447 <option value="inter-chr">inter-chr</option> | |
5448 </param> | |
5449 </when> | |
5450 </conditional> | |
5451 <conditional name="CONDITIONAL_r_MOD_1"> | |
5452 <param name="CONDITIONAL_SELECT_r_MOD_1" type="select" label="How to set R"> | |
5453 <option value="no_set" selected="True">Don't set</option> | |
5454 <option value="from_list">Select from list</option> | |
5455 | |
5456 </param> | |
5457 <when value="no_set"> | |
5458 </when> | |
5459 | |
5460 <when value="from_list"> | |
5461 <param name="r_MOD_1" type="select" label="Select value"> | |
5462 <option value="gz">gz</option> | |
5463 <option value="bin">bin</option> | |
5464 <option value="bin4">bin4</option> | |
5465 </param> | |
5466 </when> | |
5467 </conditional> | |
5468 <param name="r_MOD_2_0" type="text" label="spaces" value="" optional="True" argument="spaces" help=""/> | |
5469 </when> | |
5470 </conditional> | |
5471 <conditional name="CONDITIONAL_r2"> | |
5472 <param name="CONDITIONAL_SELECT_r2" type="select" label="Set R2" help="<in-phase> <d | dprime | dprime-signed> <with-freqs> <yes-really> LD statistic reports. --r yields raw inter-variant correlations, while --r2 reports their squares. You can request results for all pairs in matrix format (if you specify 'bin' or one of the shape modifiers), all pairs in table format ('inter-chr'), or a limited window in table format (default). * The 'gz' modifier causes the output text file to be gzipped. * 'bin' causes the output matrix to be written in double-precision binary format, while 'bin4' specifics single-precision binary. The matrix is square if no shape is explicitly specified. * By default, text matrices are tab-delimited; 'spaces' switches this. * 'in-phase' adds a column with in-phase allele pairs to table-formatted reports. (This cannot be used with very long allele codes.) * 'dprime' adds the absolute value of Lewontin's D-prime statistic to table-formatted reports, and forces both r/r^2 and D-prime to be based on the maximum likelihood solution to the cubic equation discussed in Gaunt T, Rodriguez S, Day I (2007) Cubic exact solutions for the estimation of pairwise haplotype frequencies. 'dprime-signed' keeps the sign, while 'd' skips division by D_{max}. * 'with-freqs' adds MAF columns to table-formatted reports. * Since the resulting file can easily be huge, you're required to add the 'yes-really' modifier when requesting an unfiltered, non-distributed all pairs computation on more than 400k variants. * These computations can be subdivided with --parallel (even when the 'square' modifier is active)." argument="--r2"> | |
5473 <option value="no_set" selected="True">Don't set</option> | |
5474 <option value="set">Set value(s)</option> | |
5475 </param> | |
5476 <when value="no_set"> | |
5477 </when> | |
5478 <when value="set"> | |
5479 | |
5480 <conditional name="CONDITIONAL_r2_MOD_0"> | |
5481 <param name="CONDITIONAL_SELECT_r2_MOD_0" type="select" label="How to set R2"> | |
5482 <option value="no_set" selected="True">Don't set</option> | |
5483 <option value="from_list">Select from list</option> | |
5484 | |
5485 </param> | |
5486 <when value="no_set"> | |
5487 </when> | |
5488 | |
5489 <when value="from_list"> | |
5490 <param name="r2_MOD_0" type="select" label="Select value"> | |
5491 <option value="square">square</option> | |
5492 <option value="square0">square0</option> | |
5493 <option value="triangle">triangle</option> | |
5494 <option value="inter-chr">inter-chr</option> | |
5495 </param> | |
5496 </when> | |
5497 </conditional> | |
5498 <conditional name="CONDITIONAL_r2_MOD_1"> | |
5499 <param name="CONDITIONAL_SELECT_r2_MOD_1" type="select" label="How to set R2"> | |
5500 <option value="no_set" selected="True">Don't set</option> | |
5501 <option value="from_list">Select from list</option> | |
5502 | |
5503 </param> | |
5504 <when value="no_set"> | |
5505 </when> | |
5506 | |
5507 <when value="from_list"> | |
5508 <param name="r2_MOD_1" type="select" label="Select value"> | |
5509 <option value="gz">gz</option> | |
5510 <option value="bin">bin</option> | |
5511 <option value="bin4">bin4</option> | |
5512 </param> | |
5513 </when> | |
5514 </conditional> | |
5515 <param name="r2_MOD_2_0" type="text" label="spaces" value="" optional="True" argument="spaces" help=""/> | |
5516 </when> | |
5517 </conditional> | |
5518 <conditional name="CONDITIONAL_ld"> | |
5519 <param name="CONDITIONAL_SELECT_ld" type="select" label="Set Ld" help="This displays haplotype frequencies, r^2, and D' for a single pair of variants. When there are multiple biologically possible solutions to the haplotype frequency cubic equation, all are displayed (instead of just the maximum likelihood solution identified by --r/--r2), along with HWE exact test statistics." argument="--ld"> | |
5520 <option value="no_set" selected="True">Don't set</option> | |
5521 <option value="set">Set value(s)</option> | |
5522 </param> | |
5523 <when value="no_set"> | |
5524 </when> | |
5525 <when value="set"> | |
5526 | |
5527 <param name="ld_MOD_0_0" type="text" label="variant ID" value="" optional="False" argument="variant ID" help=""/> | |
5528 <param name="ld_MOD_1_0" type="text" label="variant ID" value="" optional="False" argument="variant ID" help=""/> | |
5529 <param name="ld_MOD_2_0" type="text" label="hwe-midp" value="" optional="True" argument="hwe-midp" help=""/> | |
5530 </when> | |
5531 </conditional> | |
5532 <conditional name="CONDITIONAL_OVERLOADED_show_tags"> | |
5533 <param name="CONDITIONAL_OVERLOADED_SELECT_show_tags" type="select" label="Choose argument form for Show_tags" help="Overloaded argument, must chose a form"> | |
5534 <option value="form_0">Form 0</option> | |
5535 <option value="form_1">Form 1</option> | |
5536 </param> | |
5537 <when value="form_0"> | |
5538 | |
5539 <conditional name="CONDITIONAL_show_tags"> | |
5540 <param name="CONDITIONAL_SELECT_show_tags" type="select" label="Set Show tags" help="" argument="--show-tags"> | |
5541 <option value="no_set" selected="True">Don't set</option> | |
5542 <option value="set">Set value(s)</option> | |
5543 </param> | |
5544 <when value="no_set"> | |
5545 </when> | |
5546 <when value="set"> | |
5547 | |
5548 <param name="show_tags_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
5549 </when> | |
5550 </conditional> | |
5551 </when> | |
5552 <when value="form_1"> | |
5553 | |
5554 <conditional name="CONDITIONAL_show_tags"> | |
5555 <param name="CONDITIONAL_SELECT_show_tags" type="select" label="Set Show tags" help="* If a file is specified, list all variants which tag at least one variant named in the file. (This will normally be a superset of the original list, since a variant is considered to tag itself here.) * If 'all' mode is specified, for each variant, each *other* variant which tags it is reported." argument="--show-tags"> | |
5556 <option value="no_set" selected="True">Don't set</option> | |
5557 <option value="set">Set value(s)</option> | |
5558 </param> | |
5559 <when value="no_set"> | |
5560 </when> | |
5561 <when value="set"> | |
5562 | |
5563 </when> | |
5564 </conditional> | |
5565 </when> | |
5566 </conditional> | |
5567 <conditional name="CONDITIONAL_blocks"> | |
5568 <param name="CONDITIONAL_SELECT_blocks" type="select" label="Set Blocks" help="Estimate haplotype blocks, via Haploview's interpretation of the block definition suggested by Gabriel S et al. (2002) The Structure of Haplotype Blocks in the Human Genome. * Normally, samples with missing phenotypes are not considered by this computation; the 'no-pheno-req' modifier lifts this restriction. * Normally, size-2 blocks may not span more than 20kb, and size-3 blocks are limited to 30kb. The 'no-small-max-span' modifier removes these limits. The .blocks file is valid input for PLINK 1.07's --hap command. However, the --hap... family of flags has not been reimplemented in PLINK 1.9 due to poor phasing accuracy relative to other software; for now, we recommend using BEAGLE instead of PLINK for case/control haplotype association analysis. (You can use '--recode beagle' to export data to BEAGLE 3.3.) We apologize for the inconvenience, and plan to develop variants of the --hap... flags which handle pre-phased data effectively." argument="--blocks"> | |
5569 <option value="no_set" selected="True">Don't set</option> | |
5570 <option value="set">Set value(s)</option> | |
5571 </param> | |
5572 <when value="no_set"> | |
5573 </when> | |
5574 <when value="set"> | |
5575 | |
5576 <param name="blocks_MOD_0_0" type="text" label="no-pheno-req" value="" optional="True" argument="no-pheno-req" help=""/> | |
5577 <param name="blocks_MOD_1_0" type="text" label="no-small-max-span" value="" optional="True" argument="no-small-max-span" help=""/> | |
5578 </when> | |
5579 </conditional> | |
5580 <conditional name="CONDITIONAL_distance"> | |
5581 <param name="CONDITIONAL_SELECT_distance" type="select" label="Set Distance" help="Write a lower-triangular tab-delimited table of (weighted) genomic distances in allele count units to {output prefix}.dist, and a list of the corresponding sample IDs to {output prefix}.dist.id. The first row of the .dist file contains a single {genome 1-genome 2} distance, the second row has the {genome 1-genome 3} and {genome 2-genome 3} distances in that order, etc. * It is usually best to perform this calculation on a marker set in approximate linkage equilibrium. * If the 'square' or 'square0' modifier is present, a square matrix is written instead; 'square0' fills the upper right triangle with zeroes. * If the 'gz' modifier is present, a compressed .dist.gz file is written instead of a plain text file. * If the 'bin' modifier is present, a binary (square) matrix of double-precision floating point values, suitable for loading from R, is instead written to {output prefix}.dist.bin. ('bin4' specifies single-precision numbers instead.) This can be combined with 'square0' if you still want the upper right zeroed out, or 'triangle' if you don't want to pad the upper right at all. * If the 'ibs' modifier is present, an identity-by-state matrix is written to {output prefix}.mibs. '1-ibs' causes distances expressed as genomic proportions (i.e. 1 - IBS) to be written to {output prefix}.mdist. Combine with 'allele-ct' if you want to generate the usual .dist file as well. * By default, distance rescaling in the presence of missing genotype calls is sensitive to allele count distributions: if variant A contributes, on average, twice as much to other pairwise distances as variant B, a missing call at variant A will result in twice as large of a missingness correction. To turn this off (because e.g. your missing calls are highly nonrandom), use the 'flat-missing' modifier. * The computation can be subdivided with --parallel." argument="--distance"> | |
5582 <option value="no_set" selected="True">Don't set</option> | |
5583 <option value="set">Set value(s)</option> | |
5584 </param> | |
5585 <when value="no_set"> | |
5586 </when> | |
5587 <when value="set"> | |
5588 | |
5589 <conditional name="CONDITIONAL_distance_MOD_0"> | |
5590 <param name="CONDITIONAL_SELECT_distance_MOD_0" type="select" label="How to set Distance"> | |
5591 <option value="no_set" selected="True">Don't set</option> | |
5592 <option value="from_list">Select from list</option> | |
5593 | |
5594 </param> | |
5595 <when value="no_set"> | |
5596 </when> | |
5597 | |
5598 <when value="from_list"> | |
5599 <param name="distance_MOD_0" type="select" label="Select value"> | |
5600 <option value="square">square</option> | |
5601 <option value="square0">square0</option> | |
5602 <option value="triangle">triangle</option> | |
5603 </param> | |
5604 </when> | |
5605 </conditional> | |
5606 <conditional name="CONDITIONAL_distance_MOD_1"> | |
5607 <param name="CONDITIONAL_SELECT_distance_MOD_1" type="select" label="How to set Distance"> | |
5608 <option value="no_set" selected="True">Don't set</option> | |
5609 <option value="from_list">Select from list</option> | |
5610 | |
5611 </param> | |
5612 <when value="no_set"> | |
5613 </when> | |
5614 | |
5615 <when value="from_list"> | |
5616 <param name="distance_MOD_1" type="select" label="Select value"> | |
5617 <option value="gz">gz</option> | |
5618 <option value="bin">bin</option> | |
5619 <option value="bin4">bin4</option> | |
5620 </param> | |
5621 </when> | |
5622 </conditional> | |
5623 <param name="distance_MOD_2_0" type="text" label="ibs" value="" optional="True" argument="ibs" help=""/> | |
5624 <param name="distance_MOD_3_0" type="text" label="1-ibs" value="" optional="True" argument="1-ibs" help=""/> | |
5625 <param name="distance_MOD_4_0" type="text" label="allele-ct" value="" optional="True" argument="allele-ct" help=""/> | |
5626 <param name="distance_MOD_5_0" type="text" label="flat-missing" value="" optional="True" argument="flat-missing" help=""/> | |
5627 </when> | |
5628 </conditional> | |
5629 <param name="distance_matrix" type="boolean" label="Distance matrix" truevalue="--distance-matrix" falsevalue="" optional="true" argument="--distance-matrix" help="" checked="False"/> | |
5630 <param name="ibs_matrix" type="boolean" label="Ibs matrix" truevalue="--ibs-matrix" falsevalue="" optional="true" argument="--ibs-matrix" help="These deprecated commands are equivalent to '--distance 1-ibs flat-missing square' and '--distance ibs flat-missing square', respectively, except that they generate space- instead of tab-delimited text matrices." checked="False"/> | |
5631 <conditional name="CONDITIONAL_make_rel"> | |
5632 <param name="CONDITIONAL_SELECT_make_rel" type="select" label="Set Make rel" help="Write a lower-triangular variance-standardized realized relationship matrix to {output prefix}.rel, and corresponding IDs to {output prefix}.rel.id. * It is usually best to perform this calculation on a marker set in approximate linkage equilibrium. * 'square', 'square0', 'triangle', 'gz', 'bin', and 'bin4' act as they do on --distance. * The 'cov' modifier removes the variance standardization step, causing a covariance matrix to be calculated instead. * By default, the diagonal elements in the relationship matrix are based on --ibc's Fhat1; use the 'ibc2' or 'ibc3' modifiers to base them on Fhat2 or Fhat3 instead. * The computation can be subdivided with --parallel." argument="--make-rel"> | |
5633 <option value="no_set" selected="True">Don't set</option> | |
5634 <option value="set">Set value(s)</option> | |
5635 </param> | |
5636 <when value="no_set"> | |
5637 </when> | |
5638 <when value="set"> | |
5639 | |
5640 <conditional name="CONDITIONAL_make_rel_MOD_0"> | |
5641 <param name="CONDITIONAL_SELECT_make_rel_MOD_0" type="select" label="How to set Make rel"> | |
5642 <option value="no_set" selected="True">Don't set</option> | |
5643 <option value="from_list">Select from list</option> | |
5644 | |
5645 </param> | |
5646 <when value="no_set"> | |
5647 </when> | |
5648 | |
5649 <when value="from_list"> | |
5650 <param name="make_rel_MOD_0" type="select" label="Select value"> | |
5651 <option value="square">square</option> | |
5652 <option value="square0">square0</option> | |
5653 <option value="triangle">triangle</option> | |
5654 </param> | |
5655 </when> | |
5656 </conditional> | |
5657 <conditional name="CONDITIONAL_make_rel_MOD_1"> | |
5658 <param name="CONDITIONAL_SELECT_make_rel_MOD_1" type="select" label="How to set Make rel"> | |
5659 <option value="no_set" selected="True">Don't set</option> | |
5660 <option value="from_list">Select from list</option> | |
5661 | |
5662 </param> | |
5663 <when value="no_set"> | |
5664 </when> | |
5665 | |
5666 <when value="from_list"> | |
5667 <param name="make_rel_MOD_1" type="select" label="Select value"> | |
5668 <option value="gz">gz</option> | |
5669 <option value="bin">bin</option> | |
5670 <option value="bin4">bin4</option> | |
5671 </param> | |
5672 </when> | |
5673 </conditional> | |
5674 <conditional name="CONDITIONAL_make_rel_MOD_2"> | |
5675 <param name="CONDITIONAL_SELECT_make_rel_MOD_2" type="select" label="How to set Make rel"> | |
5676 <option value="no_set" selected="True">Don't set</option> | |
5677 <option value="from_list">Select from list</option> | |
5678 | |
5679 </param> | |
5680 <when value="no_set"> | |
5681 </when> | |
5682 | |
5683 <when value="from_list"> | |
5684 <param name="make_rel_MOD_2" type="select" label="Select value"> | |
5685 <option value="cov">cov</option> | |
5686 <option value="ibc2">ibc2</option> | |
5687 <option value="ibc3">ibc3</option> | |
5688 </param> | |
5689 </when> | |
5690 </conditional> | |
5691 </when> | |
5692 </conditional> | |
5693 <conditional name="CONDITIONAL_make_grm_gz"> | |
5694 <param name="CONDITIONAL_SELECT_make_grm_gz" type="select" label="Set Make grm gz" help="" argument="--make-grm-gz"> | |
5695 <option value="no_set" selected="True">Don't set</option> | |
5696 <option value="set">Set value(s)</option> | |
5697 </param> | |
5698 <when value="no_set"> | |
5699 </when> | |
5700 <when value="set"> | |
5701 | |
5702 <param name="make_grm_gz_MOD_0_0" type="text" label="no-gz" value="" optional="True" argument="no-gz" help=""/> | |
5703 <conditional name="CONDITIONAL_make_grm_gz_MOD_1"> | |
5704 <param name="CONDITIONAL_SELECT_make_grm_gz_MOD_1" type="select" label="How to set Make grm gz"> | |
5705 <option value="no_set" selected="True">Don't set</option> | |
5706 <option value="from_list">Select from list</option> | |
5707 | |
5708 </param> | |
5709 <when value="no_set"> | |
5710 </when> | |
5711 | |
5712 <when value="from_list"> | |
5713 <param name="make_grm_gz_MOD_1" type="select" label="Select value"> | |
5714 <option value="cov">cov</option> | |
5715 <option value="ibc2">ibc2</option> | |
5716 <option value="ibc3">ibc3</option> | |
5717 </param> | |
5718 </when> | |
5719 </conditional> | |
5720 </when> | |
5721 </conditional> | |
5722 <conditional name="CONDITIONAL_make_grm_bin"> | |
5723 <param name="CONDITIONAL_SELECT_make_grm_bin" type="select" label="Set Make grm bin" help="--make-grm-gz writes the relationships in GCTA's original gzipped list format, which describes one pair per line, while --make-grm-bin writes them in GCTA 1.1+'s single-precision triangular binary format. Note that these formats explicitly report the number of valid observations (where neither sample has a missing call) for each pair, which is useful input for some scripts. These computations can be subdivided with --parallel." argument="--make-grm-bin"> | |
5724 <option value="no_set" selected="True">Don't set</option> | |
5725 <option value="set">Set value(s)</option> | |
5726 </param> | |
5727 <when value="no_set"> | |
5728 </when> | |
5729 <when value="set"> | |
5730 | |
5731 <conditional name="CONDITIONAL_make_grm_bin_MOD_0"> | |
5732 <param name="CONDITIONAL_SELECT_make_grm_bin_MOD_0" type="select" label="How to set Make grm bin"> | |
5733 <option value="no_set" selected="True">Don't set</option> | |
5734 <option value="from_list">Select from list</option> | |
5735 | |
5736 </param> | |
5737 <when value="no_set"> | |
5738 </when> | |
5739 | |
5740 <when value="from_list"> | |
5741 <param name="make_grm_bin_MOD_0" type="select" label="Select value"> | |
5742 <option value="cov">cov</option> | |
5743 <option value="ibc2">ibc2</option> | |
5744 <option value="ibc3">ibc3</option> | |
5745 </param> | |
5746 </when> | |
5747 </conditional> | |
5748 </when> | |
5749 </conditional> | |
5750 <conditional name="CONDITIONAL_rel_cutoff"> | |
5751 <param name="CONDITIONAL_SELECT_rel_cutoff" type="select" label="Set Rel cutoff" help="(alias: --grm-cutoff) Exclude one member of each pair of samples with relatedness greater than the given cutoff value (default 0.025). If no later operation will cause the list of remaining samples to be written to disk, this will save it to {output prefix}.rel.id. Note that maximizing the remaining sample size is equivalent to the NP-hard maximum independent set problem, so we use a greedy algorithm instead of guaranteeing optimality. (Use the --make-rel and --keep/--remove flags if you want to try to do better.)" argument="--rel-cutoff"> | |
5752 <option value="no_set" selected="True">Don't set</option> | |
5753 <option value="set">Set value(s)</option> | |
5754 </param> | |
5755 <when value="no_set"> | |
5756 </when> | |
5757 <when value="set"> | |
5758 | |
5759 <param name="rel_cutoff_MOD_0_0" type="text" label="val" value="" optional="True" argument="val" help=""/> | |
5760 </when> | |
5761 </conditional> | |
5762 <conditional name="CONDITIONAL_ibs_test"> | |
5763 <param name="CONDITIONAL_SELECT_ibs_test" type="select" label="Set Ibs test" help="" argument="--ibs-test"> | |
5764 <option value="no_set" selected="True">Don't set</option> | |
5765 <option value="set">Set value(s)</option> | |
5766 </param> | |
5767 <when value="no_set"> | |
5768 </when> | |
5769 <when value="set"> | |
5770 | |
5771 <param name="ibs_test_MOD_0_0" type="text" label="permutation count" value="" optional="True" argument="permutation count" help=""/> | |
5772 </when> | |
5773 </conditional> | |
5774 <conditional name="CONDITIONAL_groupdist"> | |
5775 <param name="CONDITIONAL_SELECT_groupdist" type="select" label="Set Groupdist" help="Given case/control phenotype data, these commands consider three subsets of the distance matrix: pairs of affected samples, affected-unaffected pairs, and pairs of unaffected samples. Each of these subsets has a distribution of pairwise genomic distances; --ibs-test uses permutation to estimate p-values re: which types of pairs are most similar, while --groupdist focuses on the differences between the centers of these distributions and estimates standard errors via delete-d jackknife." argument="--groupdist"> | |
5776 <option value="no_set" selected="True">Don't set</option> | |
5777 <option value="set">Set value(s)</option> | |
5778 </param> | |
5779 <when value="no_set"> | |
5780 </when> | |
5781 <when value="set"> | |
5782 | |
5783 <param name="groupdist_MOD_0_0" type="text" label="iters" value="" optional="True" argument="iters" help=""/> | |
5784 <param name="groupdist_MOD_1_0" type="text" label="d" value="" optional="True" argument="d" help=""/> | |
5785 </when> | |
5786 </conditional> | |
5787 <conditional name="CONDITIONAL_regress_distance"> | |
5788 <param name="CONDITIONAL_SELECT_regress_distance" type="select" label="Set Regress distance" help="Linear regression of pairwise genomic distances on pairwise average phenotypes and vice versa, using delete-d jackknife for standard errors. A scalar phenotype is required. * With less than two parameters, d is set to {number of people}^0.6 rounded down. With no parameters, 100k iterations are run." argument="--regress-distance"> | |
5789 <option value="no_set" selected="True">Don't set</option> | |
5790 <option value="set">Set value(s)</option> | |
5791 </param> | |
5792 <when value="no_set"> | |
5793 </when> | |
5794 <when value="set"> | |
5795 | |
5796 <param name="regress_distance_MOD_0_0" type="text" label="iters" value="" optional="True" argument="iters" help=""/> | |
5797 <param name="regress_distance_MOD_1_0" type="text" label="d" value="" optional="True" argument="d" help=""/> | |
5798 </when> | |
5799 </conditional> | |
5800 <conditional name="CONDITIONAL_regress_rel"> | |
5801 <param name="CONDITIONAL_SELECT_regress_rel" type="select" label="Set Regress rel" help="Linear regression of pairwise genomic relationships on pairwise average phenotypes, and vice versa. Defaults for iters and d are the same as for --regress-distance." argument="--regress-rel"> | |
5802 <option value="no_set" selected="True">Don't set</option> | |
5803 <option value="set">Set value(s)</option> | |
5804 </param> | |
5805 <when value="no_set"> | |
5806 </when> | |
5807 <when value="set"> | |
5808 | |
5809 <param name="regress_rel_MOD_0_0" type="text" label="iters" value="" optional="True" argument="iters" help=""/> | |
5810 <param name="regress_rel_MOD_1_0" type="text" label="d" value="" optional="True" argument="d" help=""/> | |
5811 </when> | |
5812 </conditional> | |
5813 <conditional name="CONDITIONAL_genome"> | |
5814 <param name="CONDITIONAL_SELECT_genome" type="select" label="Set Genome" help="Generate an identity-by-descent report. * It is usually best to perform this calculation on a marker set in approximate linkage equilibrium. * The 'rel-check' modifier excludes pairs of samples with different FIDs from the final report. * 'full' adds raw pairwise comparison data to the report. * The P(IBD=0/1/2) estimator employed by this command sometimes yields numbers outside the range [0,1]; by default, these are clipped. The 'unbounded' modifier turns off this clipping. * Then, when PI_HAT^2 < P(IBD=2), 'nudge' adjusts the final P(IBD=0/1/2) estimates to a theoretically possible configuration. * The computation can be subdivided with --parallel." argument="--genome"> | |
5815 <option value="no_set" selected="True">Don't set</option> | |
5816 <option value="set">Set value(s)</option> | |
5817 </param> | |
5818 <when value="no_set"> | |
5819 </when> | |
5820 <when value="set"> | |
5821 | |
5822 <param name="genome_MOD_0_0" type="text" label="gz" value="" optional="True" argument="gz" help=""/> | |
5823 <param name="genome_MOD_1_0" type="text" label="rel-check" value="" optional="True" argument="rel-check" help=""/> | |
5824 <param name="genome_MOD_2_0" type="text" label="full" value="" optional="True" argument="full" help=""/> | |
5825 <param name="genome_MOD_3_0" type="text" label="unbounded" value="" optional="True" argument="unbounded" help=""/> | |
5826 <param name="genome_MOD_4_0" type="text" label="nudge" value="" optional="True" argument="nudge" help=""/> | |
5827 </when> | |
5828 </conditional> | |
5829 <conditional name="CONDITIONAL_homozyg"> | |
5830 <param name="CONDITIONAL_SELECT_homozyg" type="select" label="Set Homozyg" help="" argument="--homozyg"> | |
5831 <option value="no_set" selected="True">Don't set</option> | |
5832 <option value="set">Set value(s)</option> | |
5833 </param> | |
5834 <when value="no_set"> | |
5835 </when> | |
5836 <when value="set"> | |
5837 | |
5838 <conditional name="CONDITIONAL_homozyg_MOD_0"> | |
5839 <param name="CONDITIONAL_SELECT_homozyg_MOD_0" type="select" label="How to set Homozyg"> | |
5840 <option value="no_set" selected="True">Don't set</option> | |
5841 <option value="from_list">Select from list</option> | |
5842 | |
5843 </param> | |
5844 <when value="no_set"> | |
5845 </when> | |
5846 | |
5847 <when value="from_list"> | |
5848 <param name="homozyg_MOD_0" type="select" label="Select value"> | |
5849 <option value="group">group</option> | |
5850 <option value="group-verbose">group-verbose</option> | |
5851 </param> | |
5852 </when> | |
5853 </conditional> | |
5854 <param name="homozyg_MOD_1_0" type="text" label="consensus-match" value="" optional="True" argument="consensus-match" help=""/> | |
5855 <param name="homozyg_MOD_2_0" type="text" label="extend" value="" optional="True" argument="extend" help=""/> | |
5856 <param name="homozyg_MOD_3_0" type="text" label="subtract-1-from-lengths" value="" optional="True" argument="subtract-1-from-lengths" help=""/> | |
5857 </when> | |
5858 </conditional> | |
5859 <conditional name="CONDITIONAL_homozyg_snp"> | |
5860 <param name="CONDITIONAL_SELECT_homozyg_snp" type="select" label="Set Homozyg snp" help="" argument="--homozyg-snp"> | |
5861 <option value="no_set" selected="True">Don't set</option> | |
5862 <option value="set">Set value(s)</option> | |
5863 </param> | |
5864 <when value="no_set"> | |
5865 </when> | |
5866 <when value="set"> | |
5867 | |
5868 <param name="homozyg_snp_MOD_0_0" type="text" label="min var count" value="" optional="False" argument="min var count" help=""/> | |
5869 </when> | |
5870 </conditional> | |
5871 <conditional name="CONDITIONAL_homozyg_kb"> | |
5872 <param name="CONDITIONAL_SELECT_homozyg_kb" type="select" label="Set Homozyg kb" help="" argument="--homozyg-kb"> | |
5873 <option value="no_set" selected="True">Don't set</option> | |
5874 <option value="set">Set value(s)</option> | |
5875 </param> | |
5876 <when value="no_set"> | |
5877 </when> | |
5878 <when value="set"> | |
5879 | |
5880 <param name="homozyg_kb_MOD_0_0" type="text" label="min length" value="" optional="False" argument="min length" help=""/> | |
5881 </when> | |
5882 </conditional> | |
5883 <conditional name="CONDITIONAL_homozyg_density"> | |
5884 <param name="CONDITIONAL_SELECT_homozyg_density" type="select" label="Set Homozyg density" help="" argument="--homozyg-density"> | |
5885 <option value="no_set" selected="True">Don't set</option> | |
5886 <option value="set">Set value(s)</option> | |
5887 </param> | |
5888 <when value="no_set"> | |
5889 </when> | |
5890 <when value="set"> | |
5891 | |
5892 <param name="homozyg_density_MOD_0_0" type="text" label="max inverse density (kb/var)" value="" optional="False" argument="max inverse density (kb/var)" help=""/> | |
5893 </when> | |
5894 </conditional> | |
5895 <conditional name="CONDITIONAL_homozyg_gap"> | |
5896 <param name="CONDITIONAL_SELECT_homozyg_gap" type="select" label="Set Homozyg gap" help="" argument="--homozyg-gap"> | |
5897 <option value="no_set" selected="True">Don't set</option> | |
5898 <option value="set">Set value(s)</option> | |
5899 </param> | |
5900 <when value="no_set"> | |
5901 </when> | |
5902 <when value="set"> | |
5903 | |
5904 <param name="homozyg_gap_MOD_0_0" type="text" label="max internal gap kb length" value="" optional="False" argument="max internal gap kb length" help=""/> | |
5905 </when> | |
5906 </conditional> | |
5907 <conditional name="CONDITIONAL_homozyg_het"> | |
5908 <param name="CONDITIONAL_SELECT_homozyg_het" type="select" label="Set Homozyg het" help="" argument="--homozyg-het"> | |
5909 <option value="no_set" selected="True">Don't set</option> | |
5910 <option value="set">Set value(s)</option> | |
5911 </param> | |
5912 <when value="no_set"> | |
5913 </when> | |
5914 <when value="set"> | |
5915 | |
5916 <param name="homozyg_het_MOD_0_0" type="text" label="max hets" value="" optional="False" argument="max hets" help=""/> | |
5917 </when> | |
5918 </conditional> | |
5919 <conditional name="CONDITIONAL_homozyg_window_snp"> | |
5920 <param name="CONDITIONAL_SELECT_homozyg_window_snp" type="select" label="Set Homozyg window snp" help="" argument="--homozyg-window-snp"> | |
5921 <option value="no_set" selected="True">Don't set</option> | |
5922 <option value="set">Set value(s)</option> | |
5923 </param> | |
5924 <when value="no_set"> | |
5925 </when> | |
5926 <when value="set"> | |
5927 | |
5928 <param name="homozyg_window_snp_MOD_0_0" type="text" label="scanning window size" value="" optional="False" argument="scanning window size" help=""/> | |
5929 </when> | |
5930 </conditional> | |
5931 <conditional name="CONDITIONAL_homozyg_window_het"> | |
5932 <param name="CONDITIONAL_SELECT_homozyg_window_het" type="select" label="Set Homozyg window het" help="" argument="--homozyg-window-het"> | |
5933 <option value="no_set" selected="True">Don't set</option> | |
5934 <option value="set">Set value(s)</option> | |
5935 </param> | |
5936 <when value="no_set"> | |
5937 </when> | |
5938 <when value="set"> | |
5939 | |
5940 <param name="homozyg_window_het_MOD_0_0" type="text" label="max hets in scanning window hit" value="" optional="False" argument="max hets in scanning window hit" help=""/> | |
5941 </when> | |
5942 </conditional> | |
5943 <conditional name="CONDITIONAL_homozyg_window_missing"> | |
5944 <param name="CONDITIONAL_SELECT_homozyg_window_missing" type="select" label="Set Homozyg window missing" help="" argument="--homozyg-window-missing"> | |
5945 <option value="no_set" selected="True">Don't set</option> | |
5946 <option value="set">Set value(s)</option> | |
5947 </param> | |
5948 <when value="no_set"> | |
5949 </when> | |
5950 <when value="set"> | |
5951 | |
5952 <param name="homozyg_window_missing_MOD_0_0" type="text" label="max missing calls in scanning window hit" value="" optional="False" argument="max missing calls in scanning window hit" help=""/> | |
5953 </when> | |
5954 </conditional> | |
5955 <conditional name="CONDITIONAL_homozyg_window_threshold"> | |
5956 <param name="CONDITIONAL_SELECT_homozyg_window_threshold" type="select" label="Set Homozyg window threshold" help="These commands request a set of run-of-homozygosity reports, and allow you to customize how they are generated. * If you're satisfied with all the default settings described below, just use --homozyg with no modifiers. Otherwise, --homozyg lets you change a few binary settings: * 'group{-verbose}' adds a report on pools of overlapping runs of homozygosity. (Automatically set when --homozyg-match is present.) * With 'group{-verbose}', 'consensus-match' causes pairwise segmental matches to be called based on the variants in the pool's consensus segment, rather than the variants in the pairwise intersection. * Due to how the scanning window algorithm works, it is possible for a reported ROH to be adjacent to a few homozygous variants. The 'extend' modifier causes them to be included in the reported ROH if that wouldn't cause a violation of the --homozyg-density bound. * By default, segment bp lengths are calculated as [end bp position] - [start bp position] + 1. Therefore, reports normally differ slightly from PLINK 1.07, which does not add 1 at the end. For testing purposes, you can use the 'subtract-1-from-lengths' modifier to apply the old formula. * By default, only runs of homozygosity containing at least 100 variants, and of total length >= 1000 kilobases, are noted. You can change these minimums with --homozyg-snp and --homozyg-kb, respectively. * By default, a ROH must have at least one variant per 50 kb on average; change this bound with --homozyg-density. * By default, if two consecutive variants are more than 1000 kb apart, they cannot be in the same ROH; change this bound with --homozyg-gap. * By default, a ROH can contain an unlimited number of heterozygous calls; you can impose a limit with --homozyg-het. * By default, the scanning window contains 50 variants; change this with --homozyg-window-snp. * By default, a scanning window hit can contain at most 1 heterozygous call and 5 missing calls; change these limits with --homozyg-window-het and --homozyg-window-missing, respectively. * By default, for a variant to be eligible for inclusion in a ROH, the hit rate of all scanning windows containing the variant must be at least 0.05; change this threshold with --homozyg-window-threshold." argument="--homozyg-window-threshold"> | |
5957 <option value="no_set" selected="True">Don't set</option> | |
5958 <option value="set">Set value(s)</option> | |
5959 </param> | |
5960 <when value="no_set"> | |
5961 </when> | |
5962 <when value="set"> | |
5963 | |
5964 <param name="homozyg_window_threshold_MOD_0_0" type="text" label="min scanning window hit rate" value="" optional="False" argument="min scanning window hit rate" help=""/> | |
5965 </when> | |
5966 </conditional> | |
5967 <conditional name="CONDITIONAL_cluster"> | |
5968 <param name="CONDITIONAL_SELECT_cluster" type="select" label="Set Cluster" help="Cluster samples using a pairwise similarity statistic (normally IBS). * The 'cc' modifier forces every cluster to have at least one case and one control. * The 'group-avg' modifier causes clusters to be joined based on average instead of minimum pairwise similarity. * The 'missing' modifier causes clustering to be based on identity-by-missingness instead of identity-by-state, and writes a space-delimited identity-by-missingness matrix to disk. * The 'only2' modifier causes only a .cluster2 file (which is valid input for --within) to be written; otherwise 2 other files will be produced. * By default, IBS ties are not broken in the same manner as PLINK 1.07, so final cluster solutions tend to differ. This is generally harmless. However, to simplify testing, you can use the 'old-tiebreaks' modifier to force emulation of the old algorithm." argument="--cluster"> | |
5969 <option value="no_set" selected="True">Don't set</option> | |
5970 <option value="set">Set value(s)</option> | |
5971 </param> | |
5972 <when value="no_set"> | |
5973 </when> | |
5974 <when value="set"> | |
5975 | |
5976 <param name="cluster_MOD_0_0" type="text" label="cc" value="" optional="True" argument="cc" help=""/> | |
5977 <conditional name="CONDITIONAL_cluster_MOD_1"> | |
5978 <param name="CONDITIONAL_SELECT_cluster_MOD_1" type="select" label="How to set Cluster"> | |
5979 <option value="no_set" selected="True">Don't set</option> | |
5980 <option value="from_list">Select from list</option> | |
5981 | |
5982 </param> | |
5983 <when value="no_set"> | |
5984 </when> | |
5985 | |
5986 <when value="from_list"> | |
5987 <param name="cluster_MOD_1" type="select" label="Select value"> | |
5988 <option value="group-avg">group-avg</option> | |
5989 <option value="old-tiebreaks">old-tiebreaks</option> | |
5990 </param> | |
5991 </when> | |
5992 </conditional> | |
5993 <param name="cluster_MOD_2_0" type="text" label="missing" value="" optional="True" argument="missing" help=""/> | |
5994 <param name="cluster_MOD_3_0" type="text" label="only2" value="" optional="True" argument="only2" help=""/> | |
5995 </when> | |
5996 </conditional> | |
5997 <conditional name="CONDITIONAL_pca"> | |
5998 <param name="CONDITIONAL_SELECT_pca" type="select" label="Set Pca" help="Calculates a variance-standardized relationship matrix (use --make-rel/--make-grm-gz/--make-grm-bin to dump it), and extracts the top 20 principal components. * It is usually best to perform this calculation on a marker set in approximate linkage equilibrium. * You can change the number of PCs by passing a numeric parameter. * The 'header' modifier adds a header line to the .eigenvec output file. (For compatibility with the GCTA flag of the same name, the default is no header line.) * The 'tabs' modifier causes the .eigenvec file(s) to be tab-delimited. * The 'var-wts' modifier requests an additional .eigenvec.var file with PCs expressed as variant weights instead of sample weights." argument="--pca"> | |
5999 <option value="no_set" selected="True">Don't set</option> | |
6000 <option value="set">Set value(s)</option> | |
6001 </param> | |
6002 <when value="no_set"> | |
6003 </when> | |
6004 <when value="set"> | |
6005 | |
6006 <param name="pca_MOD_0_0" type="text" label="count" value="" optional="True" argument="count" help=""/> | |
6007 <param name="pca_MOD_1_0" type="text" label="header" value="" optional="True" argument="header" help=""/> | |
6008 <param name="pca_MOD_2_0" type="text" label="tabs" value="" optional="True" argument="tabs" help=""/> | |
6009 <param name="pca_MOD_3_0" type="text" label="var-wts" value="" optional="True" argument="var-wts" help=""/> | |
6010 </when> | |
6011 </conditional> | |
6012 <conditional name="CONDITIONAL_neighbour"> | |
6013 <param name="CONDITIONAL_SELECT_neighbour" type="select" label="Set Neighbour" help="(alias: --neighbor) Report IBS distances from each sample to their n1th- to n2th-nearest neighbors, associated Z-scores, and the identities of those neighbors. Useful for outlier detection." argument="--neighbour"> | |
6014 <option value="no_set" selected="True">Don't set</option> | |
6015 <option value="set">Set value(s)</option> | |
6016 </param> | |
6017 <when value="no_set"> | |
6018 </when> | |
6019 <when value="set"> | |
6020 | |
6021 <param name="neighbour_MOD_0_0" type="text" label="n1" value="" optional="False" argument="n1" help=""/> | |
6022 <param name="neighbour_MOD_1_0" type="text" label="n2" value="" optional="False" argument="n2" help=""/> | |
6023 </when> | |
6024 </conditional> | |
6025 <conditional name="CONDITIONAL_OVERLOADED_assoc"> | |
6026 <param name="CONDITIONAL_OVERLOADED_SELECT_assoc" type="select" label="Choose argument form for Assoc" help="Overloaded argument, must chose a form"> | |
6027 <option value="form_0">Form 0</option> | |
6028 <option value="form_1">Form 1</option> | |
6029 </param> | |
6030 <when value="form_0"> | |
6031 | |
6032 <conditional name="CONDITIONAL_assoc"> | |
6033 <param name="CONDITIONAL_SELECT_assoc" type="select" label="Set Assoc" help="" argument="--assoc"> | |
6034 <option value="no_set" selected="True">Don't set</option> | |
6035 <option value="set">Set value(s)</option> | |
6036 </param> | |
6037 <when value="no_set"> | |
6038 </when> | |
6039 <when value="set"> | |
6040 | |
6041 <conditional name="CONDITIONAL_assoc_MOD_0"> | |
6042 <param name="CONDITIONAL_SELECT_assoc_MOD_0" type="select" label="How to set Assoc"> | |
6043 <option value="no_set" selected="True">Don't set</option> | |
6044 <option value="from_list">Select from list</option> | |
6045 <option value="GALAXY_manually">Manually set</option> | |
6046 | |
6047 </param> | |
6048 <when value="no_set"> | |
6049 </when> | |
6050 <when value="GALAXY_manually"> | |
6051 <param name="assoc_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6052 </when> | |
6053 <when value="from_list"> | |
6054 <param name="assoc_MOD_0" type="select" label="Select value"> | |
6055 <option value="perm">perm</option> | |
6056 </param> | |
6057 </when> | |
6058 </conditional> | |
6059 <param name="assoc_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6060 <conditional name="CONDITIONAL_assoc_MOD_2"> | |
6061 <param name="CONDITIONAL_SELECT_assoc_MOD_2" type="select" label="How to set Assoc"> | |
6062 <option value="no_set" selected="True">Don't set</option> | |
6063 <option value="from_list">Select from list</option> | |
6064 | |
6065 </param> | |
6066 <when value="no_set"> | |
6067 </when> | |
6068 | |
6069 <when value="from_list"> | |
6070 <param name="assoc_MOD_2" type="select" label="Select value"> | |
6071 <option value="fisher">fisher</option> | |
6072 <option value="fisher-midp">fisher-midp</option> | |
6073 </param> | |
6074 </when> | |
6075 </conditional> | |
6076 <param name="assoc_MOD_3_0" type="text" label="counts" value="" optional="True" argument="counts" help=""/> | |
6077 <param name="assoc_MOD_4_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6078 </when> | |
6079 </conditional> | |
6080 </when> | |
6081 <when value="form_1"> | |
6082 | |
6083 <conditional name="CONDITIONAL_assoc"> | |
6084 <param name="CONDITIONAL_SELECT_assoc" type="select" label="Set Assoc" help="" argument="--assoc"> | |
6085 <option value="no_set" selected="True">Don't set</option> | |
6086 <option value="set">Set value(s)</option> | |
6087 </param> | |
6088 <when value="no_set"> | |
6089 </when> | |
6090 <when value="set"> | |
6091 | |
6092 <conditional name="CONDITIONAL_assoc_MOD_0"> | |
6093 <param name="CONDITIONAL_SELECT_assoc_MOD_0" type="select" label="How to set Assoc"> | |
6094 <option value="no_set" selected="True">Don't set</option> | |
6095 <option value="from_list">Select from list</option> | |
6096 <option value="GALAXY_manually">Manually set</option> | |
6097 | |
6098 </param> | |
6099 <when value="no_set"> | |
6100 </when> | |
6101 <when value="GALAXY_manually"> | |
6102 <param name="assoc_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6103 </when> | |
6104 <when value="from_list"> | |
6105 <param name="assoc_MOD_0" type="select" label="Select value"> | |
6106 <option value="perm">perm</option> | |
6107 </param> | |
6108 </when> | |
6109 </conditional> | |
6110 <param name="assoc_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6111 <param name="assoc_MOD_2_0" type="text" label="qt-means" value="" optional="True" argument="qt-means" help=""/> | |
6112 <param name="assoc_MOD_3_0" type="text" label="lin" value="" optional="True" argument="lin" help=""/> | |
6113 <param name="assoc_MOD_4_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6114 </when> | |
6115 </conditional> | |
6116 </when> | |
6117 </conditional> | |
6118 <conditional name="CONDITIONAL_model"> | |
6119 <param name="CONDITIONAL_SELECT_model" type="select" label="Set Model" help="Basic association analysis report. Given a case/control phenotype, --assoc performs a 1df chi-square allelic test, while --model performs 4 other tests as well (1df dominant gene action, 1df recessive gene action, 2df genotypic, Cochran-Armitage trend). * With 'fisher'/'fisher-midp', Fisher's exact test is used to generate p-values. 'fisher-midp' also applies Lancaster's mid-p adjustment. * 'perm' causes an adaptive permutation test to be performed. * 'mperm=[value]' causes a max(T) permutation test with the specified number of replications to be performed. * 'perm-count' causes the permutation test report to include counts instead of frequencies. * 'counts' causes --assoc to report allele counts instead of frequencies. * 'set-test' tests the significance of variant sets. Requires permutation; can be customized with --set-p/--set-r2/--set-max. * 'dom', 'rec', 'gen', and 'trend' force the corresponding test to be used as the basis for --model permutation. (By default, the most significant result among the allelic, dominant, and recessive tests is used.) * 'trend-only' causes only the trend test to be performed. Given a quantitative phenotype, --assoc normally performs a Wald test. * In this case, the 'qt-means' modifier causes trait means and standard deviations stratified by genotype to be reported as well. * 'lin' causes the Lin statistic to be computed, and makes it the basis for multiple-testing corrections and permutation tests. Several other flags (most notably, --aperm) can be used to customize the permutation test." argument="--model"> | |
6120 <option value="no_set" selected="True">Don't set</option> | |
6121 <option value="set">Set value(s)</option> | |
6122 </param> | |
6123 <when value="no_set"> | |
6124 </when> | |
6125 <when value="set"> | |
6126 | |
6127 <conditional name="CONDITIONAL_model_MOD_0"> | |
6128 <param name="CONDITIONAL_SELECT_model_MOD_0" type="select" label="How to set Model"> | |
6129 <option value="no_set" selected="True">Don't set</option> | |
6130 <option value="from_list">Select from list</option> | |
6131 <option value="GALAXY_manually">Manually set</option> | |
6132 | |
6133 </param> | |
6134 <when value="no_set"> | |
6135 </when> | |
6136 <when value="GALAXY_manually"> | |
6137 <param name="model_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6138 </when> | |
6139 <when value="from_list"> | |
6140 <param name="model_MOD_0" type="select" label="Select value"> | |
6141 <option value="perm">perm</option> | |
6142 </param> | |
6143 </when> | |
6144 </conditional> | |
6145 <param name="model_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6146 <conditional name="CONDITIONAL_model_MOD_2"> | |
6147 <param name="CONDITIONAL_SELECT_model_MOD_2" type="select" label="How to set Model"> | |
6148 <option value="no_set" selected="True">Don't set</option> | |
6149 <option value="from_list">Select from list</option> | |
6150 | |
6151 </param> | |
6152 <when value="no_set"> | |
6153 </when> | |
6154 | |
6155 <when value="from_list"> | |
6156 <param name="model_MOD_2" type="select" label="Select value"> | |
6157 <option value="fisher">fisher</option> | |
6158 <option value="fisher-midp">fisher-midp</option> | |
6159 <option value="trend-only">trend-only</option> | |
6160 </param> | |
6161 </when> | |
6162 </conditional> | |
6163 <param name="model_MOD_3_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6164 <conditional name="CONDITIONAL_model_MOD_4"> | |
6165 <param name="CONDITIONAL_SELECT_model_MOD_4" type="select" label="How to set Model"> | |
6166 <option value="no_set" selected="True">Don't set</option> | |
6167 <option value="from_list">Select from list</option> | |
6168 | |
6169 </param> | |
6170 <when value="no_set"> | |
6171 </when> | |
6172 | |
6173 <when value="from_list"> | |
6174 <param name="model_MOD_4" type="select" label="Select value"> | |
6175 <option value="dom">dom</option> | |
6176 <option value="rec">rec</option> | |
6177 <option value="gen">gen</option> | |
6178 <option value="trend">trend</option> | |
6179 </param> | |
6180 </when> | |
6181 </conditional> | |
6182 </when> | |
6183 </conditional> | |
6184 <conditional name="CONDITIONAL_mh"> | |
6185 <param name="CONDITIONAL_SELECT_mh" type="select" label="Set Mh" help="(alias: --cmh)" argument="--mh"> | |
6186 <option value="no_set" selected="True">Don't set</option> | |
6187 <option value="set">Set value(s)</option> | |
6188 </param> | |
6189 <when value="no_set"> | |
6190 </when> | |
6191 <when value="set"> | |
6192 | |
6193 <conditional name="CONDITIONAL_mh_MOD_0"> | |
6194 <param name="CONDITIONAL_SELECT_mh_MOD_0" type="select" label="How to set Mh"> | |
6195 <option value="no_set" selected="True">Don't set</option> | |
6196 <option value="from_list">Select from list</option> | |
6197 <option value="GALAXY_manually">Manually set</option> | |
6198 | |
6199 </param> | |
6200 <when value="no_set"> | |
6201 </when> | |
6202 <when value="GALAXY_manually"> | |
6203 <param name="mh_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6204 </when> | |
6205 <when value="from_list"> | |
6206 <param name="mh_MOD_0" type="select" label="Select value"> | |
6207 <option value="perm">perm</option> | |
6208 </param> | |
6209 </when> | |
6210 </conditional> | |
6211 <param name="mh_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6212 <param name="mh_MOD_2_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6213 </when> | |
6214 </conditional> | |
6215 <conditional name="CONDITIONAL_bd"> | |
6216 <param name="CONDITIONAL_SELECT_bd" type="select" label="Set Bd" help="" argument="--bd"> | |
6217 <option value="no_set" selected="True">Don't set</option> | |
6218 <option value="set">Set value(s)</option> | |
6219 </param> | |
6220 <when value="no_set"> | |
6221 </when> | |
6222 <when value="set"> | |
6223 | |
6224 <conditional name="CONDITIONAL_bd_MOD_0"> | |
6225 <param name="CONDITIONAL_SELECT_bd_MOD_0" type="select" label="How to set Bd"> | |
6226 <option value="no_set" selected="True">Don't set</option> | |
6227 <option value="from_list">Select from list</option> | |
6228 <option value="GALAXY_manually">Manually set</option> | |
6229 | |
6230 </param> | |
6231 <when value="no_set"> | |
6232 </when> | |
6233 <when value="GALAXY_manually"> | |
6234 <param name="bd_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6235 </when> | |
6236 <when value="from_list"> | |
6237 <param name="bd_MOD_0" type="select" label="Select value"> | |
6238 <option value="perm">perm</option> | |
6239 <option value="perm-bd">perm-bd</option> | |
6240 </param> | |
6241 </when> | |
6242 </conditional> | |
6243 <param name="bd_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6244 <param name="bd_MOD_2_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6245 </when> | |
6246 </conditional> | |
6247 <param name="mh2" type="boolean" label="Mh2" truevalue="--mh2" falsevalue="" optional="true" argument="--mh2" help="" checked="False"/> | |
6248 <param name="homog" type="boolean" label="Homog" truevalue="--homog" falsevalue="" optional="true" argument="--homog" help="Given a case/control phenotype and a set of clusters, --mh computes 2x2xK Cochran-Mantel-Haenszel statistics for each variant, while --bd also performs the Breslow-Day test for odds ratio homogeneity. Permutation and variant set testing based on the CMH (default) or Breslow-Day (when 'perm-bd' is present) statistic are supported. The following similar analyses are also available: * --mh2 swaps the roles of case/control status and cluster membership, performing a phenotype-stratified IxJxK Cochran-Mantel-Haenszel test on association between cluster assignments and genotypes. * --homog executes an alternative to the Breslow-Day test, based on partitioning of the chi-square statistic." checked="False"/> | |
6249 <conditional name="CONDITIONAL_gxe"> | |
6250 <param name="CONDITIONAL_SELECT_gxe" type="select" label="Set Gxe" help="Given both a quantitative phenotype and a case/control covariate loaded with --covar defining two groups, --gxe compares the regression coefficient derived from considering only members of one group to the regression coefficient derived from considering only members of the other. By default, the first covariate in the --covar file defines the groups; use e.g. '--gxe 3' to base them on the third covariate instead." argument="--gxe"> | |
6251 <option value="no_set" selected="True">Don't set</option> | |
6252 <option value="set">Set value(s)</option> | |
6253 </param> | |
6254 <when value="no_set"> | |
6255 </when> | |
6256 <when value="set"> | |
6257 | |
6258 <param name="gxe_MOD_0_0" type="text" label="covariate index" value="" optional="True" argument="covariate index" help=""/> | |
6259 </when> | |
6260 </conditional> | |
6261 <conditional name="CONDITIONAL_linear"> | |
6262 <param name="CONDITIONAL_SELECT_linear" type="select" label="Set Linear" help="" argument="--linear"> | |
6263 <option value="no_set" selected="True">Don't set</option> | |
6264 <option value="set">Set value(s)</option> | |
6265 </param> | |
6266 <when value="no_set"> | |
6267 </when> | |
6268 <when value="set"> | |
6269 | |
6270 <conditional name="CONDITIONAL_linear_MOD_0"> | |
6271 <param name="CONDITIONAL_SELECT_linear_MOD_0" type="select" label="How to set Linear"> | |
6272 <option value="no_set" selected="True">Don't set</option> | |
6273 <option value="from_list">Select from list</option> | |
6274 <option value="GALAXY_manually">Manually set</option> | |
6275 | |
6276 </param> | |
6277 <when value="no_set"> | |
6278 </when> | |
6279 <when value="GALAXY_manually"> | |
6280 <param name="linear_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6281 </when> | |
6282 <when value="from_list"> | |
6283 <param name="linear_MOD_0" type="select" label="Select value"> | |
6284 <option value="perm">perm</option> | |
6285 </param> | |
6286 </when> | |
6287 </conditional> | |
6288 <param name="linear_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6289 <param name="linear_MOD_2_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6290 <conditional name="CONDITIONAL_linear_MOD_3"> | |
6291 <param name="CONDITIONAL_SELECT_linear_MOD_3" type="select" label="How to set Linear"> | |
6292 <option value="no_set" selected="True">Don't set</option> | |
6293 <option value="from_list">Select from list</option> | |
6294 | |
6295 </param> | |
6296 <when value="no_set"> | |
6297 </when> | |
6298 | |
6299 <when value="from_list"> | |
6300 <param name="linear_MOD_3" type="select" label="Select value"> | |
6301 <option value="genotypic">genotypic</option> | |
6302 <option value="hethom">hethom</option> | |
6303 <option value="dominant">dominant</option> | |
6304 <option value="recessive">recessive</option> | |
6305 <option value="no-snp">no-snp</option> | |
6306 </param> | |
6307 </when> | |
6308 </conditional> | |
6309 <param name="linear_MOD_4_0" type="text" label="hide-covar" value="" optional="True" argument="hide-covar" help=""/> | |
6310 <conditional name="CONDITIONAL_linear_MOD_5"> | |
6311 <param name="CONDITIONAL_SELECT_linear_MOD_5" type="select" label="How to set Linear"> | |
6312 <option value="no_set" selected="True">Don't set</option> | |
6313 <option value="from_list">Select from list</option> | |
6314 | |
6315 </param> | |
6316 <when value="no_set"> | |
6317 </when> | |
6318 | |
6319 <when value="from_list"> | |
6320 <param name="linear_MOD_5" type="select" label="Select value"> | |
6321 <option value="sex">sex</option> | |
6322 <option value="no-x-sex">no-x-sex</option> | |
6323 </param> | |
6324 </when> | |
6325 </conditional> | |
6326 <param name="linear_MOD_6_0" type="text" label="interaction" value="" optional="True" argument="interaction" help=""/> | |
6327 <param name="linear_MOD_7_0" type="text" label="beta" value="" optional="True" argument="beta" help=""/> | |
6328 <param name="linear_MOD_8_0" type="text" label="standard-beta" value="" optional="True" argument="standard-beta" help=""/> | |
6329 <param name="linear_MOD_9_0" type="text" label="intercept" value="" optional="True" argument="intercept" help=""/> | |
6330 </when> | |
6331 </conditional> | |
6332 <conditional name="CONDITIONAL_logistic"> | |
6333 <param name="CONDITIONAL_SELECT_logistic" type="select" label="Set Logistic" help="Multi-covariate association analysis on a quantitative (--linear) or case/control (--logistic) phenotype. Normally used with --covar. * 'perm' normally causes an adaptive permutation test to be performed on the main effect, while 'mperm=[value]' starts a max(T) permutation test. * 'perm-count' causes the permutation test report to include counts instead of frequencies. * 'set-test' tests the significance of variant sets. Requires permutation; can be customized with --set-p/--set-r2/--set-max. * The 'genotypic' modifier adds an additive effect/dominance deviation 2df joint test (0/1/2 and 0/1/0 coding), while 'hethom' uses 0/0/1 and 0/1/0 coding instead. If permutation is also requested, these modifiers cause permutation to be based on the joint test. * 'dominant' and 'recessive' specify a model assuming full dominance or recessiveness, respectively, for the A1 allele. * 'no-snp' causes regression to be performed only on the phenotype and the covariates, without reference to genomic data. If permutation is also requested, results are reported for all covariates. * 'hide-covar' removes covariate-specific lines from the report. * By default, sex (male = 1, female = 0) is automatically added as a covariate on X chromosome variants, and nowhere else. The 'sex' modifier causes it to be added everywhere, while 'no-x-sex' excludes it. * 'interaction' adds genotype x covariate interactions to the model. This cannot be used with the usual permutation tests; use --tests to define the permutation test statistic instead. * 'intercept' causes intercepts to be included in the main report. * For logistic regressions, the 'beta' modifier causes regression coefficients instead of odds ratios to be reported. * With --linear, the 'standard-beta' modifier standardizes the phenotype and all predictors to zero mean and unit variance before regression." argument="--logistic"> | |
6334 <option value="no_set" selected="True">Don't set</option> | |
6335 <option value="set">Set value(s)</option> | |
6336 </param> | |
6337 <when value="no_set"> | |
6338 </when> | |
6339 <when value="set"> | |
6340 | |
6341 <conditional name="CONDITIONAL_logistic_MOD_0"> | |
6342 <param name="CONDITIONAL_SELECT_logistic_MOD_0" type="select" label="How to set Logistic"> | |
6343 <option value="no_set" selected="True">Don't set</option> | |
6344 <option value="from_list">Select from list</option> | |
6345 <option value="GALAXY_manually">Manually set</option> | |
6346 | |
6347 </param> | |
6348 <when value="no_set"> | |
6349 </when> | |
6350 <when value="GALAXY_manually"> | |
6351 <param name="logistic_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6352 </when> | |
6353 <when value="from_list"> | |
6354 <param name="logistic_MOD_0" type="select" label="Select value"> | |
6355 <option value="perm">perm</option> | |
6356 </param> | |
6357 </when> | |
6358 </conditional> | |
6359 <param name="logistic_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6360 <param name="logistic_MOD_2_0" type="text" label="set-test" value="" optional="True" argument="set-test" help=""/> | |
6361 <conditional name="CONDITIONAL_logistic_MOD_3"> | |
6362 <param name="CONDITIONAL_SELECT_logistic_MOD_3" type="select" label="How to set Logistic"> | |
6363 <option value="no_set" selected="True">Don't set</option> | |
6364 <option value="from_list">Select from list</option> | |
6365 | |
6366 </param> | |
6367 <when value="no_set"> | |
6368 </when> | |
6369 | |
6370 <when value="from_list"> | |
6371 <param name="logistic_MOD_3" type="select" label="Select value"> | |
6372 <option value="genotypic">genotypic</option> | |
6373 <option value="hethom">hethom</option> | |
6374 <option value="dominant">dominant</option> | |
6375 <option value="recessive">recessive</option> | |
6376 <option value="no-snp">no-snp</option> | |
6377 </param> | |
6378 </when> | |
6379 </conditional> | |
6380 <param name="logistic_MOD_4_0" type="text" label="hide-covar" value="" optional="True" argument="hide-covar" help=""/> | |
6381 <conditional name="CONDITIONAL_logistic_MOD_5"> | |
6382 <param name="CONDITIONAL_SELECT_logistic_MOD_5" type="select" label="How to set Logistic"> | |
6383 <option value="no_set" selected="True">Don't set</option> | |
6384 <option value="from_list">Select from list</option> | |
6385 | |
6386 </param> | |
6387 <when value="no_set"> | |
6388 </when> | |
6389 | |
6390 <when value="from_list"> | |
6391 <param name="logistic_MOD_5" type="select" label="Select value"> | |
6392 <option value="sex">sex</option> | |
6393 <option value="no-x-sex">no-x-sex</option> | |
6394 </param> | |
6395 </when> | |
6396 </conditional> | |
6397 <param name="logistic_MOD_6_0" type="text" label="interaction" value="" optional="True" argument="interaction" help=""/> | |
6398 <param name="logistic_MOD_7_0" type="text" label="beta" value="" optional="True" argument="beta" help=""/> | |
6399 <param name="logistic_MOD_8_0" type="text" label="intercept" value="" optional="True" argument="intercept" help=""/> | |
6400 </when> | |
6401 </conditional> | |
6402 <conditional name="CONDITIONAL_OVERLOADED_dosage"> | |
6403 <param name="CONDITIONAL_OVERLOADED_SELECT_dosage" type="select" label="Choose argument form for Dosage" help="Overloaded argument, must chose a form"> | |
6404 <option value="form_0">Form 0</option> | |
6405 <option value="form_1">Form 1</option> | |
6406 </param> | |
6407 <when value="form_0"> | |
6408 | |
6409 <conditional name="CONDITIONAL_dosage"> | |
6410 <param name="CONDITIONAL_SELECT_dosage" type="select" label="Set Dosage" help="" argument="--dosage"> | |
6411 <option value="no_set" selected="True">Don't set</option> | |
6412 <option value="set">Set value(s)</option> | |
6413 </param> | |
6414 <when value="no_set"> | |
6415 </when> | |
6416 <when value="set"> | |
6417 | |
6418 <param name="dosage_MOD_0_0" type="text" label="allele dosage file" value="" optional="False" argument="allele dosage file" help=""/> | |
6419 <param name="dosage_MOD_1_0" type="text" label="noheader" value="" optional="True" argument="noheader" help=""/> | |
6420 <param name="dosage_MOD_2_0" type="text" label="skip0=[i]" value="" optional="True" argument="skip0=[i]" help=""/> | |
6421 <param name="dosage_MOD_3_0" type="text" label="skip1=[j]" value="" optional="True" argument="skip1=[j]" help=""/> | |
6422 <param name="dosage_MOD_4_0" type="text" label="skip2=[k]" value="" optional="True" argument="skip2=[k]" help=""/> | |
6423 <param name="dosage_MOD_5_0" type="text" label="dose1" value="" optional="True" argument="dose1" help=""/> | |
6424 <param name="dosage_MOD_6_0" type="text" label="format=[m]" value="" optional="True" argument="format=[m]" help=""/> | |
6425 <param name="dosage_MOD_7_0" type="text" label="Zout" value="" optional="True" argument="Zout" help=""/> | |
6426 <conditional name="CONDITIONAL_dosage_MOD_8"> | |
6427 <param name="CONDITIONAL_SELECT_dosage_MOD_8" type="select" label="How to set Dosage"> | |
6428 <option value="no_set" selected="True">Don't set</option> | |
6429 <option value="from_list">Select from list</option> | |
6430 | |
6431 </param> | |
6432 <when value="no_set"> | |
6433 </when> | |
6434 | |
6435 <when value="from_list"> | |
6436 <param name="dosage_MOD_8" type="select" label="Select value"> | |
6437 <option value="occur">occur</option> | |
6438 <option value="standard-beta">standard-beta</option> | |
6439 </param> | |
6440 </when> | |
6441 </conditional> | |
6442 <param name="dosage_MOD_9_0" type="text" label="sex" value="" optional="True" argument="sex" help=""/> | |
6443 <param name="dosage_MOD_10_0" type="text" label="case-control-freqs" value="" optional="True" argument="case-control-freqs" help=""/> | |
6444 </when> | |
6445 </conditional> | |
6446 </when> | |
6447 <when value="form_1"> | |
6448 | |
6449 <conditional name="CONDITIONAL_dosage"> | |
6450 <param name="CONDITIONAL_SELECT_dosage" type="select" label="Set Dosage" help="" argument="--dosage"> | |
6451 <option value="no_set" selected="True">Don't set</option> | |
6452 <option value="set">Set value(s)</option> | |
6453 </param> | |
6454 <when value="no_set"> | |
6455 </when> | |
6456 <when value="set"> | |
6457 | |
6458 <param name="dosage_MOD_0_0" type="text" label="list file" value="" optional="False" argument="list file" help=""/> | |
6459 <conditional name="CONDITIONAL_dosage_MOD_1"> | |
6460 <param name="CONDITIONAL_SELECT_dosage_MOD_1" type="select" label="How to set Dosage"> | |
6461 <option value="no_set" selected="True">Don't set</option> | |
6462 <option value="from_list">Select from list</option> | |
6463 | |
6464 </param> | |
6465 <when value="no_set"> | |
6466 </when> | |
6467 | |
6468 <when value="from_list"> | |
6469 <param name="dosage_MOD_1" type="select" label="Select value"> | |
6470 <option value="sepheader">sepheader</option> | |
6471 <option value="noheader">noheader</option> | |
6472 </param> | |
6473 </when> | |
6474 </conditional> | |
6475 <param name="dosage_MOD_2_0" type="text" label="skip0=[i]" value="" optional="True" argument="skip0=[i]" help=""/> | |
6476 <param name="dosage_MOD_3_0" type="text" label="skip1=[j]" value="" optional="True" argument="skip1=[j]" help=""/> | |
6477 <param name="dosage_MOD_4_0" type="text" label="skip2=[k]" value="" optional="True" argument="skip2=[k]" help=""/> | |
6478 <param name="dosage_MOD_5_0" type="text" label="dose1" value="" optional="True" argument="dose1" help=""/> | |
6479 <param name="dosage_MOD_6_0" type="text" label="format=[m]" value="" optional="True" argument="format=[m]" help=""/> | |
6480 <param name="dosage_MOD_7_0" type="text" label="Zout" value="" optional="True" argument="Zout" help=""/> | |
6481 <conditional name="CONDITIONAL_dosage_MOD_8"> | |
6482 <param name="CONDITIONAL_SELECT_dosage_MOD_8" type="select" label="How to set Dosage"> | |
6483 <option value="no_set" selected="True">Don't set</option> | |
6484 <option value="from_list">Select from list</option> | |
6485 | |
6486 </param> | |
6487 <when value="no_set"> | |
6488 </when> | |
6489 | |
6490 <when value="from_list"> | |
6491 <param name="dosage_MOD_8" type="select" label="Select value"> | |
6492 <option value="occur">occur</option> | |
6493 <option value="standard-beta">standard-beta</option> | |
6494 </param> | |
6495 </when> | |
6496 </conditional> | |
6497 <param name="dosage_MOD_9_0" type="text" label="sex" value="" optional="True" argument="sex" help=""/> | |
6498 <param name="dosage_MOD_10_0" type="text" label="case-control-freqs" value="" optional="True" argument="case-control-freqs" help=""/> | |
6499 </when> | |
6500 </conditional> | |
6501 </when> | |
6502 </conditional> | |
6503 <param name="write_dosage" type="boolean" label="Write dosage" truevalue="--write-dosage" falsevalue="" optional="true" argument="--write-dosage" help="Process (possibly gzipped) text files with variant-major allelic dosage data. This cannot be used with a regular input fileset; instead, you must *only* specify a .fam and possibly a .map file, and you can't specify any other commands. * PLINK 2.0 will have first-class support for genotype probabilities. An equivalent data import flag will be provided then, and --dosage will be retired. * By default, --dosage assumes that only one allelic dosage file should be loaded. To specify multiple files, 1. create a master list with one entry per line. There are normally two supported formats for this list: just a filename per line, or variant batch numbers in the first column and filenames in the second. 2. Provide the name of that list as the first --dosage parameter. 3. Add the 'list' modifier. * By default, --dosage assumes the allelic dosage file(s) contain a header line, which has 'SNP' in column i+1, 'A1' in column i+j+2, 'A2' in column i+j+3, and sample FID/IIDs starting from column i+j+k+4. (i/j/k are normally zero, but can be changed with 'skip0', 'skip1', and 'skip2' respectively.) If such a header line is not present, * when all samples appear in the same order as they do in the .fam file, you can use the 'noheader' modiifer. * Otherwise, use the 'sepheader' modifier, and append sample ID filenames to your 'list' file entries. * The 'format' modifier lets you specify the number of values used to represent each dosage. 'format=1' normally indicates a single 0..2 A1 expected count; 'dose1' modifies this to a 0..1 frequency. 'format=2' (the default) indicates a 0..1 homozygous A1 likelihood followed by a 0..1 het likelihood, while 'format=3' indicates 0..1 hom A1, 0..1 het, 0..1 hom A2. * 'Zout' causes the output file to be gzipped. * Normally, an association analysis is performed. 'standard-beta' and 'sex' behave as they are supposed to with --linear/--logistic. 'case-control-freqs' causes case and control allele frequencies to be reported separately. * There are three alternate modes which cause the association analysis to be skipped. * 'occur' requests a simple variant occurrence report. * --write-dosage causes a simple merged file matching the 'format' specification (not including 'dose1') to be generated. * --score applies a linear scoring system to the dosages." checked="False"/> | |
6504 <conditional name="CONDITIONAL_lasso"> | |
6505 <param name="CONDITIONAL_SELECT_lasso" type="select" label="Set Lasso" help="Estimate variant effect sizes via LASSO regression. You must provide an additive heritability estimate to calibrate the regression. Note that this method may require a very large sample size (e.g. hundreds of thousands) to be effective on complex polygenic traits." argument="--lasso"> | |
6506 <option value="no_set" selected="True">Don't set</option> | |
6507 <option value="set">Set value(s)</option> | |
6508 </param> | |
6509 <when value="no_set"> | |
6510 </when> | |
6511 <when value="set"> | |
6512 | |
6513 <param name="lasso_MOD_0_0" type="text" label="h2 estimate" value="" optional="False" argument="h2 estimate" help=""/> | |
6514 <param name="lasso_MOD_1_0" type="text" label="min lambda" value="" optional="True" argument="min lambda" help=""/> | |
6515 <param name="lasso_MOD_2_0" type="text" label="report-zeroes" value="" optional="True" argument="report-zeroes" help=""/> | |
6516 </when> | |
6517 </conditional> | |
6518 <conditional name="CONDITIONAL_test_missing"> | |
6519 <param name="CONDITIONAL_SELECT_test_missing" type="select" label="Set Test missing" help="Check for association between missingness and case/control status, using Fisher's exact test. The 'midp' modifier causes Lancaster's mid-p adjustment to be applied." argument="--test-missing"> | |
6520 <option value="no_set" selected="True">Don't set</option> | |
6521 <option value="set">Set value(s)</option> | |
6522 </param> | |
6523 <when value="no_set"> | |
6524 </when> | |
6525 <when value="set"> | |
6526 | |
6527 <conditional name="CONDITIONAL_test_missing_MOD_0"> | |
6528 <param name="CONDITIONAL_SELECT_test_missing_MOD_0" type="select" label="How to set Test missing"> | |
6529 <option value="no_set" selected="True">Don't set</option> | |
6530 <option value="from_list">Select from list</option> | |
6531 <option value="GALAXY_manually">Manually set</option> | |
6532 | |
6533 </param> | |
6534 <when value="no_set"> | |
6535 </when> | |
6536 <when value="GALAXY_manually"> | |
6537 <param name="test_missing_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6538 </when> | |
6539 <when value="from_list"> | |
6540 <param name="test_missing_MOD_0" type="select" label="Select value"> | |
6541 <option value="perm">perm</option> | |
6542 </param> | |
6543 </when> | |
6544 </conditional> | |
6545 <param name="test_missing_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6546 <param name="test_missing_MOD_2_0" type="text" label="midp" value="" optional="True" argument="midp" help=""/> | |
6547 </when> | |
6548 </conditional> | |
6549 <conditional name="CONDITIONAL_make_perm_pheno"> | |
6550 <param name="CONDITIONAL_SELECT_make_perm_pheno" type="select" label="Set Make perm pheno" help="Generate phenotype permutations and write them to disk, without invoking an association test." argument="--make-perm-pheno"> | |
6551 <option value="no_set" selected="True">Don't set</option> | |
6552 <option value="set">Set value(s)</option> | |
6553 </param> | |
6554 <when value="no_set"> | |
6555 </when> | |
6556 <when value="set"> | |
6557 | |
6558 <param name="make_perm_pheno_MOD_0_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
6559 </when> | |
6560 </conditional> | |
6561 <conditional name="CONDITIONAL_tdt"> | |
6562 <param name="CONDITIONAL_SELECT_tdt" type="select" label="Set Tdt" help="<parentdt1 | parentdt2 | pat | mat> <set-test> Report transmission disequilibrium test statistics, given case/control phenotypes and pedigree information. * A Mendel error check is performed before the main tests; offending genotypes are treated as missing by this analysis. * By default, the basic TDT p-value is based on a chi-square test unless you request the exact binomial test with 'exact' or 'exact-midp'. * 'perm'/'mperm=[value]' requests a family-based adaptive or max(T) permutation test. By default, the permutation test statistic is the basic TDT p-value; 'parentdt1'/'parentdt2' cause parenTDT or combined test p-values, respectively, to be considered instead. * 'set-test' tests the significance of variant sets. This cannot be used with exact tests for now. The 'poo' modifier causes a parent-of-origin analysis to be performed instead, with transmissions from heterozygous fathers and heterozygous mothers considered separately. * The parent-of-origin analysis does not currently support exact tests. * By default, the permutation test statistic is the absolute parent-of-origin test Z score; 'pat'/'mat' cause paternal or maternal TDT chi-square statistics, respectively, to be considered instead." argument="--tdt"> | |
6563 <option value="no_set" selected="True">Don't set</option> | |
6564 <option value="set">Set value(s)</option> | |
6565 </param> | |
6566 <when value="no_set"> | |
6567 </when> | |
6568 <when value="set"> | |
6569 | |
6570 <conditional name="CONDITIONAL_tdt_MOD_0"> | |
6571 <param name="CONDITIONAL_SELECT_tdt_MOD_0" type="select" label="How to set Tdt"> | |
6572 <option value="no_set" selected="True">Don't set</option> | |
6573 <option value="from_list">Select from list</option> | |
6574 | |
6575 </param> | |
6576 <when value="no_set"> | |
6577 </when> | |
6578 | |
6579 <when value="from_list"> | |
6580 <param name="tdt_MOD_0" type="select" label="Select value"> | |
6581 <option value="exact">exact</option> | |
6582 <option value="exact-midp">exact-midp</option> | |
6583 <option value="poo">poo</option> | |
6584 </param> | |
6585 </when> | |
6586 </conditional> | |
6587 <conditional name="CONDITIONAL_tdt_MOD_1"> | |
6588 <param name="CONDITIONAL_SELECT_tdt_MOD_1" type="select" label="How to set Tdt"> | |
6589 <option value="no_set" selected="True">Don't set</option> | |
6590 <option value="from_list">Select from list</option> | |
6591 <option value="GALAXY_manually">Manually set</option> | |
6592 | |
6593 </param> | |
6594 <when value="no_set"> | |
6595 </when> | |
6596 <when value="GALAXY_manually"> | |
6597 <param name="tdt_MOD_1" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6598 </when> | |
6599 <when value="from_list"> | |
6600 <param name="tdt_MOD_1" type="select" label="Select value"> | |
6601 <option value="perm">perm</option> | |
6602 </param> | |
6603 </when> | |
6604 </conditional> | |
6605 <param name="tdt_MOD_2_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6606 </when> | |
6607 </conditional> | |
6608 <conditional name="CONDITIONAL_qfam"> | |
6609 <param name="CONDITIONAL_SELECT_qfam" type="select" label="Set Qfam" help="" argument="--qfam"> | |
6610 <option value="no_set" selected="True">Don't set</option> | |
6611 <option value="set">Set value(s)</option> | |
6612 </param> | |
6613 <when value="no_set"> | |
6614 </when> | |
6615 <when value="set"> | |
6616 | |
6617 <conditional name="CONDITIONAL_qfam_MOD_0"> | |
6618 <param name="CONDITIONAL_SELECT_qfam_MOD_0" type="select" label="How to set Qfam"> | |
6619 <option value="no_set" selected="True">Don't set</option> | |
6620 <option value="from_list">Select from list</option> | |
6621 <option value="GALAXY_manually">Manually set</option> | |
6622 | |
6623 </param> | |
6624 <when value="no_set"> | |
6625 </when> | |
6626 <when value="GALAXY_manually"> | |
6627 <param name="qfam_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6628 </when> | |
6629 <when value="from_list"> | |
6630 <param name="qfam_MOD_0" type="select" label="Select value"> | |
6631 <option value="perm">perm</option> | |
6632 </param> | |
6633 </when> | |
6634 </conditional> | |
6635 <param name="qfam_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6636 <param name="qfam_MOD_2_0" type="text" label="emp-se" value="" optional="True" argument="emp-se" help=""/> | |
6637 </when> | |
6638 </conditional> | |
6639 <conditional name="CONDITIONAL_qfam_parents"> | |
6640 <param name="CONDITIONAL_SELECT_qfam_parents" type="select" label="Set Qfam parents" help="" argument="--qfam-parents"> | |
6641 <option value="no_set" selected="True">Don't set</option> | |
6642 <option value="set">Set value(s)</option> | |
6643 </param> | |
6644 <when value="no_set"> | |
6645 </when> | |
6646 <when value="set"> | |
6647 | |
6648 <conditional name="CONDITIONAL_qfam_parents_MOD_0"> | |
6649 <param name="CONDITIONAL_SELECT_qfam_parents_MOD_0" type="select" label="How to set Qfam parents"> | |
6650 <option value="no_set" selected="True">Don't set</option> | |
6651 <option value="from_list">Select from list</option> | |
6652 <option value="GALAXY_manually">Manually set</option> | |
6653 | |
6654 </param> | |
6655 <when value="no_set"> | |
6656 </when> | |
6657 <when value="GALAXY_manually"> | |
6658 <param name="qfam_parents_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6659 </when> | |
6660 <when value="from_list"> | |
6661 <param name="qfam_parents_MOD_0" type="select" label="Select value"> | |
6662 <option value="perm">perm</option> | |
6663 </param> | |
6664 </when> | |
6665 </conditional> | |
6666 <param name="qfam_parents_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6667 <param name="qfam_parents_MOD_2_0" type="text" label="emp-se" value="" optional="True" argument="emp-se" help=""/> | |
6668 </when> | |
6669 </conditional> | |
6670 <conditional name="CONDITIONAL_qfam_between"> | |
6671 <param name="CONDITIONAL_SELECT_qfam_between" type="select" label="Set Qfam between" help="" argument="--qfam-between"> | |
6672 <option value="no_set" selected="True">Don't set</option> | |
6673 <option value="set">Set value(s)</option> | |
6674 </param> | |
6675 <when value="no_set"> | |
6676 </when> | |
6677 <when value="set"> | |
6678 | |
6679 <conditional name="CONDITIONAL_qfam_between_MOD_0"> | |
6680 <param name="CONDITIONAL_SELECT_qfam_between_MOD_0" type="select" label="How to set Qfam between"> | |
6681 <option value="no_set" selected="True">Don't set</option> | |
6682 <option value="from_list">Select from list</option> | |
6683 <option value="GALAXY_manually">Manually set</option> | |
6684 | |
6685 </param> | |
6686 <when value="no_set"> | |
6687 </when> | |
6688 <when value="GALAXY_manually"> | |
6689 <param name="qfam_between_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6690 </when> | |
6691 <when value="from_list"> | |
6692 <param name="qfam_between_MOD_0" type="select" label="Select value"> | |
6693 <option value="perm">perm</option> | |
6694 </param> | |
6695 </when> | |
6696 </conditional> | |
6697 <param name="qfam_between_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6698 <param name="qfam_between_MOD_2_0" type="text" label="emp-se" value="" optional="True" argument="emp-se" help=""/> | |
6699 </when> | |
6700 </conditional> | |
6701 <conditional name="CONDITIONAL_qfam_total"> | |
6702 <param name="CONDITIONAL_SELECT_qfam_total" type="select" label="Set Qfam total" help="QFAM family-based association test for quantitative traits. * A Mendel error check is performed before the main tests; offending genotypes are treated as missing by this analysis. * This procedure requires permutation. 'perm' and 'perm-count' have the usual meanings. However, 'mperm=[value]' just specifies a fixed number of permutations; the method does not support a proper max(T) test. * The 'emp-se' modifier adds BETA and EMP_SE (empirical standard error for beta) fields to the .perm output file." argument="--qfam-total"> | |
6703 <option value="no_set" selected="True">Don't set</option> | |
6704 <option value="set">Set value(s)</option> | |
6705 </param> | |
6706 <when value="no_set"> | |
6707 </when> | |
6708 <when value="set"> | |
6709 | |
6710 <conditional name="CONDITIONAL_qfam_total_MOD_0"> | |
6711 <param name="CONDITIONAL_SELECT_qfam_total_MOD_0" type="select" label="How to set Qfam total"> | |
6712 <option value="no_set" selected="True">Don't set</option> | |
6713 <option value="from_list">Select from list</option> | |
6714 <option value="GALAXY_manually">Manually set</option> | |
6715 | |
6716 </param> | |
6717 <when value="no_set"> | |
6718 </when> | |
6719 <when value="GALAXY_manually"> | |
6720 <param name="qfam_total_MOD_0" type="text" label="mperm" value="" optional="True" argument="mperm=[value]" help="mperm=[value]"/> | |
6721 </when> | |
6722 <when value="from_list"> | |
6723 <param name="qfam_total_MOD_0" type="select" label="Select value"> | |
6724 <option value="perm">perm</option> | |
6725 </param> | |
6726 </when> | |
6727 </conditional> | |
6728 <param name="qfam_total_MOD_1_0" type="text" label="perm-count" value="" optional="True" argument="perm-count" help=""/> | |
6729 <param name="qfam_total_MOD_2_0" type="text" label="emp-se" value="" optional="True" argument="emp-se" help=""/> | |
6730 </when> | |
6731 </conditional> | |
6732 <conditional name="CONDITIONAL_annotate"> | |
6733 <param name="CONDITIONAL_SELECT_annotate" type="select" label="Set Annotate" help="Add annotations to a variant-based PLINK report. This requires an annotation source: * 'attrib=[file]' specifies a (possibly gzipped) attribute file. * 'ranges=[file]' specifies a gene/range list file. (Both source types can be specified simultaneously.) The following options are also supported: * 'filter=[file]' causes only variants within one of the ranges in the file to be included in the new report. * 'snps=[file]' causes only variants named in the file to be included in the new report. * The 'NA' modifier causes unannotated variants to have 'NA' instead of '.' in the new report's ANNOT column, while the 'prune' modifier excludes them entirely. * The 'block' modifier replaces the single ANNOT column with a 0/1-coded column for each possible annotation. * With 'ranges', * 'subset=[file]' causes only intervals named in the subset file to be loaded from the ranges file. * interval annotations normally come with a parenthesized signed distance to the interval boundary (0 if the variant is located inside the interval; this is always true without --border). They can be excluded with the 'minimal' modifier. * the 'distance' modifier adds 'DIST' and 'SGN' columns describing signed distance to the nearest interval. * When --pfilter is present, high p-values are filtered out." argument="--annotate"> | |
6734 <option value="no_set" selected="True">Don't set</option> | |
6735 <option value="set">Set value(s)</option> | |
6736 </param> | |
6737 <when value="no_set"> | |
6738 </when> | |
6739 <when value="set"> | |
6740 | |
6741 <param name="annotate_MOD_0_0" type="data" format="plink.report" label="PLINK report" multiple="False" optional="False" argument="PLINK report"/> | |
6742 <param name="annotate_MOD_1_0" type="text" label="attrib=[file]" value="" optional="True" argument="attrib=[file]" help=""/> | |
6743 <param name="annotate_MOD_2_0" type="text" label="ranges=[file]" value="" optional="True" argument="ranges=[file]" help=""/> | |
6744 <param name="annotate_MOD_3_0" type="text" label="filter=[file]" value="" optional="True" argument="filter=[file]" help=""/> | |
6745 <param name="annotate_MOD_4_0" type="text" label="snps=[file]" value="" optional="True" argument="snps=[file]" help=""/> | |
6746 <conditional name="CONDITIONAL_annotate_MOD_5"> | |
6747 <param name="CONDITIONAL_SELECT_annotate_MOD_5" type="select" label="How to set Annotate"> | |
6748 <option value="no_set" selected="True">Don't set</option> | |
6749 <option value="from_list">Select from list</option> | |
6750 | |
6751 </param> | |
6752 <when value="no_set"> | |
6753 </when> | |
6754 | |
6755 <when value="from_list"> | |
6756 <param name="annotate_MOD_5" type="select" label="Select value"> | |
6757 <option value="NA">NA</option> | |
6758 <option value="prune">prune</option> | |
6759 </param> | |
6760 </when> | |
6761 </conditional> | |
6762 <param name="annotate_MOD_6_0" type="text" label="block" value="" optional="True" argument="block" help=""/> | |
6763 <param name="annotate_MOD_7_0" type="text" label="subset=[file]" value="" optional="True" argument="subset=[file]" help=""/> | |
6764 <param name="annotate_MOD_8_0" type="text" label="minimal" value="" optional="True" argument="minimal" help=""/> | |
6765 <param name="annotate_MOD_9_0" type="text" label="distance" value="" optional="True" argument="distance" help=""/> | |
6766 </when> | |
6767 </conditional> | |
6768 <conditional name="CONDITIONAL_clump"> | |
6769 <param name="CONDITIONAL_SELECT_clump" type="select" label="Set Clump" help="Process association analysis report(s) with 'SNP' and p-value columns, organizing results by LD-based clumps. Multiple filenames can be separated by spaces or commas." argument="--clump"> | |
6770 <option value="no_set" selected="True">Don't set</option> | |
6771 <option value="set">Set value(s)</option> | |
6772 </param> | |
6773 <when value="no_set"> | |
6774 </when> | |
6775 <when value="set"> | |
6776 | |
6777 <param name="clump_MOD_0_0" type="data" format="plink.report" label="PLINK report filename(s)..." multiple="True" optional="False" argument="PLINK report filename(s)..."/> | |
6778 </when> | |
6779 </conditional> | |
6780 <conditional name="CONDITIONAL_gene_report"> | |
6781 <param name="CONDITIONAL_SELECT_gene_report" type="select" label="Set Gene report" help="Generate a gene-based report from a variant-based report. * When --pfilter is present, high p-values are filtered out. * When --extract (without 'range') is present, only variants named in the --extract file are considered." argument="--gene-report"> | |
6782 <option value="no_set" selected="True">Don't set</option> | |
6783 <option value="set">Set value(s)</option> | |
6784 </param> | |
6785 <when value="no_set"> | |
6786 </when> | |
6787 <when value="set"> | |
6788 | |
6789 <param name="gene_report_MOD_0_0" type="data" format="txt" label="PLINK report" multiple="False" optional="False" argument="PLINK report"/> | |
6790 <param name="gene_report_MOD_1_0" type="text" label="gene range file" value="" optional="False" argument="gene range file" help=""/> | |
6791 </when> | |
6792 </conditional> | |
6793 <conditional name="CONDITIONAL_OVERLOADED_meta_analysis"> | |
6794 <param name="CONDITIONAL_OVERLOADED_SELECT_meta_analysis" type="select" label="Choose argument form for Meta_analysis" help="Overloaded argument, must chose a form"> | |
6795 <option value="form_0">Form 0</option> | |
6796 <option value="form_1">Form 1</option> | |
6797 </param> | |
6798 <when value="form_0"> | |
6799 | |
6800 <conditional name="CONDITIONAL_meta_analysis"> | |
6801 <param name="CONDITIONAL_SELECT_meta_analysis" type="select" label="Set Meta analysis" help="" argument="--meta-analysis"> | |
6802 <option value="no_set" selected="True">Don't set</option> | |
6803 <option value="set">Set value(s)</option> | |
6804 </param> | |
6805 <when value="no_set"> | |
6806 </when> | |
6807 <when value="set"> | |
6808 | |
6809 <param name="meta_analysis_MOD_0_0" type="data" format="txt" label="PLINK report filenames..." multiple="True" optional="False" argument="PLINK report filenames..."/> | |
6810 </when> | |
6811 </conditional> | |
6812 </when> | |
6813 <when value="form_1"> | |
6814 | |
6815 <conditional name="CONDITIONAL_meta_analysis"> | |
6816 <param name="CONDITIONAL_SELECT_meta_analysis" type="select" label="Set Meta analysis" help="Perform a meta-analysis on several variant-based reports with 'SNP' and 'SE' fields. * Normally, an 'OR' odds ratio field must also be present in each input file. With 'logscale', 'BETA' log-odds values/regression coefficients are expected instead, but the generated report will still contain odds ratio estimates. With 'qt', both input and output values are regression betas. * 'CHR', 'BP', and 'A1' fields are also normally required. 'no-map' causes them to all be ignored, while 'no-allele' causes just 'A1' to be ignored. * If 'A2' fields are present, and neither 'no-map' nor 'no-allele' was specified, A1/A2 allele flips are handled properly. Otherwise, A1 mismatches are thrown out. * 'study' causes study-specific effect estimates to be collated in the meta-analysis report. * 'report-all' causes variants present in only a single input file to be included in the meta-analysis report. * 'weighted-z' requests weighted Z-score-based p-values (as computed by the Abecasis Lab's METAL software) in addition to the usual inverse variance-based analysis. This requires P and effective sample size fields. * When --extract (without 'range') is present, only variants named in the --extract file are considered. * Unless 'no-map' is specified, chromosome filters are also respected." argument="--meta-analysis"> | |
6817 <option value="no_set" selected="True">Don't set</option> | |
6818 <option value="set">Set value(s)</option> | |
6819 </param> | |
6820 <when value="no_set"> | |
6821 </when> | |
6822 <when value="set"> | |
6823 | |
6824 <param name="meta_analysis_MOD_0_0" type="data" format="txt" label="PLINK report filenames..." multiple="True" optional="False" argument="PLINK report filenames..."/> | |
6825 <conditional name="CONDITIONAL_meta_analysis_MOD_1"> | |
6826 <param name="CONDITIONAL_SELECT_meta_analysis_MOD_1" type="select" label="How to set Meta analysis"> | |
6827 <option value="no_set" selected="True">Don't set</option> | |
6828 <option value="from_list">Select from list</option> | |
6829 | |
6830 </param> | |
6831 <when value="no_set"> | |
6832 </when> | |
6833 | |
6834 <when value="from_list"> | |
6835 <param name="meta_analysis_MOD_1" type="select" label="Select value"> | |
6836 <option value="logscale">logscale</option> | |
6837 <option value="qt">qt</option> | |
6838 </param> | |
6839 </when> | |
6840 </conditional> | |
6841 <conditional name="CONDITIONAL_meta_analysis_MOD_2"> | |
6842 <param name="CONDITIONAL_SELECT_meta_analysis_MOD_2" type="select" label="How to set Meta analysis"> | |
6843 <option value="no_set" selected="True">Don't set</option> | |
6844 <option value="from_list">Select from list</option> | |
6845 | |
6846 </param> | |
6847 <when value="no_set"> | |
6848 </when> | |
6849 | |
6850 <when value="from_list"> | |
6851 <param name="meta_analysis_MOD_2" type="select" label="Select value"> | |
6852 <option value="no-map">no-map</option> | |
6853 <option value="no-allele">no-allele</option> | |
6854 </param> | |
6855 </when> | |
6856 </conditional> | |
6857 <param name="meta_analysis_MOD_3_0" type="text" label="study" value="" optional="True" argument="study" help=""/> | |
6858 <param name="meta_analysis_MOD_4_0" type="text" label="report-all" value="" optional="True" argument="report-all" help=""/> | |
6859 <param name="meta_analysis_MOD_5_0" type="text" label="weighted-z" value="" optional="True" argument="weighted-z" help=""/> | |
6860 </when> | |
6861 </conditional> | |
6862 </when> | |
6863 </conditional> | |
6864 <conditional name="CONDITIONAL_fast_epistasis"> | |
6865 <param name="CONDITIONAL_SELECT_fast_epistasis" type="select" label="Set Fast epistasis" help="" argument="--fast-epistasis"> | |
6866 <option value="no_set" selected="True">Don't set</option> | |
6867 <option value="set">Set value(s)</option> | |
6868 </param> | |
6869 <when value="no_set"> | |
6870 </when> | |
6871 <when value="set"> | |
6872 | |
6873 <conditional name="CONDITIONAL_fast_epistasis_MOD_0"> | |
6874 <param name="CONDITIONAL_SELECT_fast_epistasis_MOD_0" type="select" label="How to set Fast epistasis"> | |
6875 <option value="no_set" selected="True">Don't set</option> | |
6876 <option value="from_list">Select from list</option> | |
6877 | |
6878 </param> | |
6879 <when value="no_set"> | |
6880 </when> | |
6881 | |
6882 <when value="from_list"> | |
6883 <param name="fast_epistasis_MOD_0" type="select" label="Select value"> | |
6884 <option value="boost">boost</option> | |
6885 <option value="joint-effects">joint-effects</option> | |
6886 <option value="no-ueki">no-ueki</option> | |
6887 </param> | |
6888 </when> | |
6889 </conditional> | |
6890 <param name="fast_epistasis_MOD_1_0" type="text" label="case-only" value="" optional="True" argument="case-only" help=""/> | |
6891 <conditional name="CONDITIONAL_fast_epistasis_MOD_2"> | |
6892 <param name="CONDITIONAL_SELECT_fast_epistasis_MOD_2" type="select" label="How to set Fast epistasis"> | |
6893 <option value="no_set" selected="True">Don't set</option> | |
6894 <option value="from_list">Select from list</option> | |
6895 | |
6896 </param> | |
6897 <when value="no_set"> | |
6898 </when> | |
6899 | |
6900 <when value="from_list"> | |
6901 <param name="fast_epistasis_MOD_2" type="select" label="Select value"> | |
6902 <option value="set-by-set">set-by-set</option> | |
6903 <option value="set-by-all">set-by-all</option> | |
6904 </param> | |
6905 </when> | |
6906 </conditional> | |
6907 <param name="fast_epistasis_MOD_3_0" type="text" label="nop" value="" optional="True" argument="nop" help=""/> | |
6908 </when> | |
6909 </conditional> | |
6910 <conditional name="CONDITIONAL_epistasis"> | |
6911 <param name="CONDITIONAL_SELECT_epistasis" type="select" label="Set Epistasis" help="Scan for epistatic interactions. --fast-epistasis inspects 3x3 joint genotype count tables and only applies to case/control phenotypes, while --epistasis performs linear or logistic regression. * By default, --fast-epistasis uses the PLINK 1.07 allele-based test. Two newer tests are now supported: 'boost' invokes the likelihood ratio test introduced by Wan X et al. (2010) BOOST: A Fast Approach to Detecting Gene-Gene Interactions in Genome-wide Case-Control Studies, while 'joint-effects' applies the joint effects test introduced in Ueki M, Cordell HJ (2012) Improved statistics for genome-wide interaction analysis. * The original --fast-epistasis test normally applies the variance and empty cell corrections suggested by Ueki and Cordell's paper. To disable them, use the 'no-ueki' modifier. * 'case-only' requests a case-only instead of a case/control test. * By default, all pairs of variants across the entire genome are tested. To just test pairs of variants within a single set, add the 'set-by-set' modifier and load exactly one set with --set/--make-set; with exactly two sets loaded, all variants in one set are tested against all variants in the other. 'set-by-all' tests all variants in one set against the entire genome instead. * 'nop' strips p-values from the main report. * These computations can be subdivided with --parallel; however..." argument="--epistasis"> | |
6912 <option value="no_set" selected="True">Don't set</option> | |
6913 <option value="set">Set value(s)</option> | |
6914 </param> | |
6915 <when value="no_set"> | |
6916 </when> | |
6917 <when value="set"> | |
6918 | |
6919 <conditional name="CONDITIONAL_epistasis_MOD_0"> | |
6920 <param name="CONDITIONAL_SELECT_epistasis_MOD_0" type="select" label="How to set Epistasis"> | |
6921 <option value="no_set" selected="True">Don't set</option> | |
6922 <option value="from_list">Select from list</option> | |
6923 | |
6924 </param> | |
6925 <when value="no_set"> | |
6926 </when> | |
6927 | |
6928 <when value="from_list"> | |
6929 <param name="epistasis_MOD_0" type="select" label="Select value"> | |
6930 <option value="set-by-set">set-by-set</option> | |
6931 <option value="set-by-all">set-by-all</option> | |
6932 </param> | |
6933 </when> | |
6934 </conditional> | |
6935 </when> | |
6936 </conditional> | |
6937 <conditional name="CONDITIONAL_epistasis_summary_merge"> | |
6938 <param name="CONDITIONAL_SELECT_epistasis_summary_merge" type="select" label="Set Epistasis summary merge" help="When a --{fast-}epistasis job is subdivided with --parallel, the main report can be assembled at the end by applying Unix 'cat' in the usual manner, but the .summary.1, .summary.2, ... files may require a specialized merge. --epistasis-summary-merge takes care of the latter." argument="--epistasis-summary-merge"> | |
6939 <option value="no_set" selected="True">Don't set</option> | |
6940 <option value="set">Set value(s)</option> | |
6941 </param> | |
6942 <when value="no_set"> | |
6943 </when> | |
6944 <when value="set"> | |
6945 | |
6946 <param name="epistasis_summary_merge_MOD_0_0" type="text" label="common file prefix" value="" optional="False" argument="common file prefix" help=""/> | |
6947 <param name="epistasis_summary_merge_MOD_1_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
6948 </when> | |
6949 </conditional> | |
6950 <conditional name="CONDITIONAL_twolocus"> | |
6951 <param name="CONDITIONAL_SELECT_twolocus" type="select" label="Set Twolocus" help="Two-locus joint genotype count report." argument="--twolocus"> | |
6952 <option value="no_set" selected="True">Don't set</option> | |
6953 <option value="set">Set value(s)</option> | |
6954 </param> | |
6955 <when value="no_set"> | |
6956 </when> | |
6957 <when value="set"> | |
6958 | |
6959 <param name="twolocus_MOD_0_0" type="text" label="variant ID" value="" optional="False" argument="variant ID" help=""/> | |
6960 <param name="twolocus_MOD_1_0" type="text" label="variant ID" value="" optional="False" argument="variant ID" help=""/> | |
6961 </when> | |
6962 </conditional> | |
6963 <conditional name="CONDITIONAL_score"> | |
6964 <param name="CONDITIONAL_SELECT_score" type="select" label="Set Score" help="Apply a linear scoring system to each sample. The input file should have one line per scored variant. Variant IDs are read from column #i, allele codes are read from column #j, and scores are read from column #k, where i defaults to 1, j defaults to i+1, and k defaults to j+1. * The 'header' modifier causes the first nonempty line of the input file to be ignored; otherwise, --score assumes there is no header line. * By default, final scores are averages of the valid per-variant scores. The 'sum' modifier causes sums to be reported instead. (This cannot be used with 'no-mean-imputation'. And for backward compatibility, 'sum' is automatically on with dosage data unless 'no-sum' is specified.) * By default, copies of the unnamed allele contribute zero to score, while missing genotypes contribute an amount proportional to the loaded (via --read-freq) or imputed allele frequency. To throw out missing observations instead (decreasing the denominator in the final average when this happens), use the 'no-mean-imputation' modifier. * Alternatively, you can use the 'center' modifier to shift all scores to mean zero. * This command can be used with dosage data. By default, the 'CNT' column is omitted from the output file in this case; use 'include-cnt' to keep it. Also, note that scores are multiplied by 0..1 dosages, not 0..2 diploid allele counts, unless the 'double-dosage' modifier is present." argument="--score"> | |
6965 <option value="no_set" selected="True">Don't set</option> | |
6966 <option value="set">Set value(s)</option> | |
6967 </param> | |
6968 <when value="no_set"> | |
6969 </when> | |
6970 <when value="set"> | |
6971 | |
6972 <param name="score_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
6973 <param name="score_MOD_1_0" type="text" label="i" value="" optional="True" argument="i" help=""/> | |
6974 <param name="score_MOD_2_0" type="text" label="j" value="" optional="True" argument="j" help=""/> | |
6975 <param name="score_MOD_3_0" type="text" label="k" value="" optional="True" argument="k" help=""/> | |
6976 <param name="score_MOD_4_0" type="text" label="header" value="" optional="True" argument="header" help=""/> | |
6977 <conditional name="CONDITIONAL_score_MOD_5"> | |
6978 <param name="CONDITIONAL_SELECT_score_MOD_5" type="select" label="How to set Score"> | |
6979 <option value="no_set" selected="True">Don't set</option> | |
6980 <option value="from_list">Select from list</option> | |
6981 | |
6982 </param> | |
6983 <when value="no_set"> | |
6984 </when> | |
6985 | |
6986 <when value="from_list"> | |
6987 <param name="score_MOD_5" type="select" label="Select value"> | |
6988 <option value="sum">sum</option> | |
6989 <option value="no-sum">no-sum</option> | |
6990 </param> | |
6991 </when> | |
6992 </conditional> | |
6993 <conditional name="CONDITIONAL_score_MOD_6"> | |
6994 <param name="CONDITIONAL_SELECT_score_MOD_6" type="select" label="How to set Score"> | |
6995 <option value="no_set" selected="True">Don't set</option> | |
6996 <option value="from_list">Select from list</option> | |
6997 | |
6998 </param> | |
6999 <when value="no_set"> | |
7000 </when> | |
7001 | |
7002 <when value="from_list"> | |
7003 <param name="score_MOD_6" type="select" label="Select value"> | |
7004 <option value="no-mean-imputation">no-mean-imputation</option> | |
7005 <option value="center">center</option> | |
7006 </param> | |
7007 </when> | |
7008 </conditional> | |
7009 <param name="score_MOD_7_0" type="text" label="include-cnt" value="" optional="True" argument="include-cnt" help=""/> | |
7010 <param name="score_MOD_8_0" type="text" label="double-dosage" value="" optional="True" argument="double-dosage" help=""/> | |
7011 </when> | |
7012 </conditional> | |
7013 <conditional name="CONDITIONAL_write_var_ranges"> | |
7014 <param name="CONDITIONAL_SELECT_write_var_ranges" type="select" label="Set Write var ranges" help="Divide the set of variants into equal-size blocks. (Can be used with --snps to split a job across multiple machines.)" argument="--write-var-ranges"> | |
7015 <option value="no_set" selected="True">Don't set</option> | |
7016 <option value="set">Set value(s)</option> | |
7017 </param> | |
7018 <when value="no_set"> | |
7019 </when> | |
7020 <when value="set"> | |
7021 | |
7022 <param name="write_var_ranges_MOD_0_0" type="text" label="block ct" value="" optional="False" argument="block ct" help=""/> | |
7023 </when> | |
7024 </conditional> | |
7025 <conditional name="CONDITIONAL_silent"> | |
7026 <param name="CONDITIONAL_SELECT_silent" type="select" label="Set Silent" help="Suppress output to console. " argument="--silent"> | |
7027 <option value="no_set" selected="True">Don't set</option> | |
7028 <option value="set">Set value(s)</option> | |
7029 </param> | |
7030 <when value="no_set"> | |
7031 </when> | |
7032 <when value="set"> | |
7033 | |
7034 </when> | |
7035 </conditional> | |
7036 <conditional name="CONDITIONAL_missing_genotype"> | |
7037 <param name="CONDITIONAL_SELECT_missing_genotype" type="select" label="Set Missing genotype" help="Set missing genotype code (normally '0'). " argument="--missing-genotype"> | |
7038 <option value="no_set" selected="True">Don't set</option> | |
7039 <option value="set">Set value(s)</option> | |
7040 </param> | |
7041 <when value="no_set"> | |
7042 </when> | |
7043 <when value="set"> | |
7044 | |
7045 <param name="missing_genotype_MOD_0_0" type="text" label="char" value="" optional="False" argument="char" help=""/> | |
7046 </when> | |
7047 </conditional> | |
7048 <conditional name="CONDITIONAL_double_id"> | |
7049 <param name="CONDITIONAL_SELECT_double_id" type="select" label="Set Double id" help="Set both FIDs and IIDs to the VCF/BCF sample ID. " argument="--double-id"> | |
7050 <option value="no_set" selected="True">Don't set</option> | |
7051 <option value="set">Set value(s)</option> | |
7052 </param> | |
7053 <when value="no_set"> | |
7054 </when> | |
7055 <when value="set"> | |
7056 | |
7057 </when> | |
7058 </conditional> | |
7059 <conditional name="CONDITIONAL_const_fid"> | |
7060 <param name="CONDITIONAL_SELECT_const_fid" type="select" label="Set Const fid" help="Set all FIDs to the given constant (default '0'). " argument="--const-fid"> | |
7061 <option value="no_set" selected="True">Don't set</option> | |
7062 <option value="set">Set value(s)</option> | |
7063 </param> | |
7064 <when value="no_set"> | |
7065 </when> | |
7066 <when value="set"> | |
7067 | |
7068 <param name="const_fid_MOD_0_0" type="text" label="ID" value="" optional="True" argument="ID" help=""/> | |
7069 </when> | |
7070 </conditional> | |
7071 <conditional name="CONDITIONAL_id_delim"> | |
7072 <param name="CONDITIONAL_SELECT_id_delim" type="select" label="Set Id delim" help="Parse sample IDs as [FID][d][IID] (default delim '_'). " argument="--id-delim"> | |
7073 <option value="no_set" selected="True">Don't set</option> | |
7074 <option value="set">Set value(s)</option> | |
7075 </param> | |
7076 <when value="no_set"> | |
7077 </when> | |
7078 <when value="set"> | |
7079 | |
7080 <param name="id_delim_MOD_0_0" type="text" label="d" value="" optional="True" argument="d" help=""/> | |
7081 </when> | |
7082 </conditional> | |
7083 <conditional name="CONDITIONAL_vcf_idspace_to"> | |
7084 <param name="CONDITIONAL_SELECT_vcf_idspace_to" type="select" label="Set Vcf idspace to" help="Convert spaces in sample IDs to the given character. " argument="--vcf-idspace-to"> | |
7085 <option value="no_set" selected="True">Don't set</option> | |
7086 <option value="set">Set value(s)</option> | |
7087 </param> | |
7088 <when value="no_set"> | |
7089 </when> | |
7090 <when value="set"> | |
7091 | |
7092 <param name="vcf_idspace_to_MOD_0_0" type="text" label="c" value="" optional="False" argument="c" help=""/> | |
7093 </when> | |
7094 </conditional> | |
7095 <conditional name="CONDITIONAL_biallelic_only"> | |
7096 <param name="CONDITIONAL_SELECT_biallelic_only" type="select" label="Set Biallelic only" help="Skip VCF variants with 2+ alt. alleles. " argument="--biallelic-only"> | |
7097 <option value="no_set" selected="True">Don't set</option> | |
7098 <option value="set">Set value(s)</option> | |
7099 </param> | |
7100 <when value="no_set"> | |
7101 </when> | |
7102 <when value="set"> | |
7103 | |
7104 <param name="biallelic_only_MOD_0_0" type="text" label="strict" value="" optional="True" argument="strict" help=""/> | |
7105 <param name="biallelic_only_MOD_1_0" type="text" label="list" value="" optional="True" argument="list" help=""/> | |
7106 </when> | |
7107 </conditional> | |
7108 <conditional name="CONDITIONAL_vcf_min_qual"> | |
7109 <param name="CONDITIONAL_SELECT_vcf_min_qual" type="select" label="Set Vcf min qual" help="Skip VCF variants with low/missing QUAL. " argument="--vcf-min-qual"> | |
7110 <option value="no_set" selected="True">Don't set</option> | |
7111 <option value="set">Set value(s)</option> | |
7112 </param> | |
7113 <when value="no_set"> | |
7114 </when> | |
7115 <when value="set"> | |
7116 | |
7117 <param name="vcf_min_qual_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
7118 </when> | |
7119 </conditional> | |
7120 <conditional name="CONDITIONAL_vcf_filter"> | |
7121 <param name="CONDITIONAL_SELECT_vcf_filter" type="select" label="Set Vcf filter" help="Skip variants which have FILTER failures. " argument="--vcf-filter"> | |
7122 <option value="no_set" selected="True">Don't set</option> | |
7123 <option value="set">Set value(s)</option> | |
7124 </param> | |
7125 <when value="no_set"> | |
7126 </when> | |
7127 <when value="set"> | |
7128 | |
7129 <param name="vcf_filter_MOD_0_0" type="text" label="exception(s)..." value="" optional="True" argument="exception(s)..." help="Multiple values are allowed"/> | |
7130 </when> | |
7131 </conditional> | |
7132 <conditional name="CONDITIONAL_vcf_require_gt"> | |
7133 <param name="CONDITIONAL_SELECT_vcf_require_gt" type="select" label="Set Vcf require gt" help="Skip variants with no GT field. " argument="--vcf-require-gt"> | |
7134 <option value="no_set" selected="True">Don't set</option> | |
7135 <option value="set">Set value(s)</option> | |
7136 </param> | |
7137 <when value="no_set"> | |
7138 </when> | |
7139 <when value="set"> | |
7140 | |
7141 </when> | |
7142 </conditional> | |
7143 <conditional name="CONDITIONAL_vcf_min_gq"> | |
7144 <param name="CONDITIONAL_SELECT_vcf_min_gq" type="select" label="Set Vcf min gq" help="No-call a genotype when GQ is below the given threshold. " argument="--vcf-min-gq"> | |
7145 <option value="no_set" selected="True">Don't set</option> | |
7146 <option value="set">Set value(s)</option> | |
7147 </param> | |
7148 <when value="no_set"> | |
7149 </when> | |
7150 <when value="set"> | |
7151 | |
7152 <param name="vcf_min_gq_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
7153 </when> | |
7154 </conditional> | |
7155 <conditional name="CONDITIONAL_vcf_min_gp"> | |
7156 <param name="CONDITIONAL_SELECT_vcf_min_gp" type="select" label="Set Vcf min gp" help="No-call a genotype when 0-1 scaled GP is below the given threshold. " argument="--vcf-min-gp"> | |
7157 <option value="no_set" selected="True">Don't set</option> | |
7158 <option value="set">Set value(s)</option> | |
7159 </param> | |
7160 <when value="no_set"> | |
7161 </when> | |
7162 <when value="set"> | |
7163 | |
7164 <param name="vcf_min_gp_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
7165 </when> | |
7166 </conditional> | |
7167 <conditional name="CONDITIONAL_vcf_half_call"> | |
7168 <param name="CONDITIONAL_SELECT_vcf_half_call" type="select" label="Set Vcf half call" help="Specify how '0/.' and similar VCF GT values should be handled. The following four modes are supported: * 'error'/'e' (default) errors out and reports line #. * 'haploid'/'h' treats them as haploid calls. * 'missing'/'m' treats them as missing. * 'reference'/'r' treats the missing value as 0. " argument="--vcf-half-call"> | |
7169 <option value="no_set" selected="True">Don't set</option> | |
7170 <option value="set">Set value(s)</option> | |
7171 </param> | |
7172 <when value="no_set"> | |
7173 </when> | |
7174 <when value="set"> | |
7175 | |
7176 <param name="vcf_half_call_MOD_0_0" type="text" label="m" value="" optional="False" argument="m" help=""/> | |
7177 </when> | |
7178 </conditional> | |
7179 <conditional name="CONDITIONAL_oxford_single_chr"> | |
7180 <param name="CONDITIONAL_SELECT_oxford_single_chr" type="select" label="Set Oxford single chr" help="Specify single-chromosome .gen file with ignorable first column. " argument="--oxford-single-chr"> | |
7181 <option value="no_set" selected="True">Don't set</option> | |
7182 <option value="set">Set value(s)</option> | |
7183 </param> | |
7184 <when value="no_set"> | |
7185 </when> | |
7186 <when value="set"> | |
7187 | |
7188 <param name="oxford_single_chr_MOD_0_0" type="text" label="chr nm" value="" optional="False" argument="chr nm" help=""/> | |
7189 </when> | |
7190 </conditional> | |
7191 <conditional name="CONDITIONAL_oxford_pheno_name"> | |
7192 <param name="CONDITIONAL_SELECT_oxford_pheno_name" type="select" label="Set Oxford pheno name" help="Import named phenotype from the .sample file. " argument="--oxford-pheno-name"> | |
7193 <option value="no_set" selected="True">Don't set</option> | |
7194 <option value="set">Set value(s)</option> | |
7195 </param> | |
7196 <when value="no_set"> | |
7197 </when> | |
7198 <when value="set"> | |
7199 | |
7200 <param name="oxford_pheno_name_MOD_0_0" type="text" label="col nm" value="" optional="False" argument="col nm" help=""/> | |
7201 </when> | |
7202 </conditional> | |
7203 <conditional name="CONDITIONAL_OVERLOADED_hard_call_threshold"> | |
7204 <param name="CONDITIONAL_OVERLOADED_SELECT_hard_call_threshold" type="select" label="Choose argument form for Hard_call_threshold" help="Overloaded argument, must chose a form"> | |
7205 <option value="form_0">Form 0</option> | |
7206 <option value="form_1">Form 1</option> | |
7207 </param> | |
7208 <when value="form_0"> | |
7209 | |
7210 <conditional name="CONDITIONAL_hard_call_threshold"> | |
7211 <param name="CONDITIONAL_SELECT_hard_call_threshold" type="select" label="Set Hard call threshold" help="When an Oxford-format fileset is loaded, calls " argument="--hard-call-threshold"> | |
7212 <option value="no_set" selected="True">Don't set</option> | |
7213 <option value="set">Set value(s)</option> | |
7214 </param> | |
7215 <when value="no_set"> | |
7216 </when> | |
7217 <when value="set"> | |
7218 | |
7219 <param name="hard_call_threshold_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
7220 </when> | |
7221 </conditional> | |
7222 </when> | |
7223 <when value="form_1"> | |
7224 | |
7225 <conditional name="CONDITIONAL_hard_call_threshold"> | |
7226 <param name="CONDITIONAL_SELECT_hard_call_threshold" type="select" label="Set Hard call threshold" help="" argument="--hard-call-threshold"> | |
7227 <option value="no_set" selected="True">Don't set</option> | |
7228 <option value="set">Set value(s)</option> | |
7229 </param> | |
7230 <when value="no_set"> | |
7231 </when> | |
7232 <when value="set"> | |
7233 | |
7234 </when> | |
7235 </conditional> | |
7236 </when> | |
7237 </conditional> | |
7238 <conditional name="CONDITIONAL_missing_code"> | |
7239 <param name="CONDITIONAL_SELECT_missing_code" type="select" label="Set Missing code" help="Comma-delimited list of missing phenotype (alias: --missing_code) values for Oxford-format filesets (def. 'NA')." argument="--missing-code"> | |
7240 <option value="no_set" selected="True">Don't set</option> | |
7241 <option value="set">Set value(s)</option> | |
7242 </param> | |
7243 <when value="no_set"> | |
7244 </when> | |
7245 <when value="set"> | |
7246 | |
7247 <param name="missing_code_MOD_0_0" type="text" label="string list" value="" optional="True" argument="string list" help=""/> | |
7248 </when> | |
7249 </conditional> | |
7250 <conditional name="CONDITIONAL_simulate_ncases"> | |
7251 <param name="CONDITIONAL_SELECT_simulate_ncases" type="select" label="Set Simulate ncases" help="Set --simulate case count (default 1000). " argument="--simulate-ncases"> | |
7252 <option value="no_set" selected="True">Don't set</option> | |
7253 <option value="set">Set value(s)</option> | |
7254 </param> | |
7255 <when value="no_set"> | |
7256 </when> | |
7257 <when value="set"> | |
7258 | |
7259 <param name="simulate_ncases_MOD_0_0" type="integer" label="num" value="" optional="False" argument="num" help=""/> | |
7260 </when> | |
7261 </conditional> | |
7262 <conditional name="CONDITIONAL_simulate_ncontrols"> | |
7263 <param name="CONDITIONAL_SELECT_simulate_ncontrols" type="select" label="Set Simulate ncontrols" help="Set --simulate control count (default 1000). " argument="--simulate-ncontrols"> | |
7264 <option value="no_set" selected="True">Don't set</option> | |
7265 <option value="set">Set value(s)</option> | |
7266 </param> | |
7267 <when value="no_set"> | |
7268 </when> | |
7269 <when value="set"> | |
7270 | |
7271 <param name="simulate_ncontrols_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
7272 </when> | |
7273 </conditional> | |
7274 <conditional name="CONDITIONAL_simulate_prevalence"> | |
7275 <param name="CONDITIONAL_SELECT_simulate_prevalence" type="select" label="Set Simulate prevalence" help="Set --simulate disease prevalence (default 0.01). " argument="--simulate-prevalence"> | |
7276 <option value="no_set" selected="True">Don't set</option> | |
7277 <option value="set">Set value(s)</option> | |
7278 </param> | |
7279 <when value="no_set"> | |
7280 </when> | |
7281 <when value="set"> | |
7282 | |
7283 <param name="simulate_prevalence_MOD_0_0" type="float" label="p" value="" optional="False" argument="p" help=""/> | |
7284 </when> | |
7285 </conditional> | |
7286 <conditional name="CONDITIONAL_simulate_n"> | |
7287 <param name="CONDITIONAL_SELECT_simulate_n" type="select" label="Set Simulate n" help="Set --simulate-qt sample count (default 1000). " argument="--simulate-n"> | |
7288 <option value="no_set" selected="True">Don't set</option> | |
7289 <option value="set">Set value(s)</option> | |
7290 </param> | |
7291 <when value="no_set"> | |
7292 </when> | |
7293 <when value="set"> | |
7294 | |
7295 <param name="simulate_n_MOD_0_0" type="integer" label="num" value="" optional="False" argument="num" help=""/> | |
7296 </when> | |
7297 </conditional> | |
7298 <conditional name="CONDITIONAL_simulate_label"> | |
7299 <param name="CONDITIONAL_SELECT_simulate_label" type="select" label="Set Simulate label" help="Set --simulate{-qt} FID/IID name prefix. " argument="--simulate-label"> | |
7300 <option value="no_set" selected="True">Don't set</option> | |
7301 <option value="set">Set value(s)</option> | |
7302 </param> | |
7303 <when value="no_set"> | |
7304 </when> | |
7305 <when value="set"> | |
7306 | |
7307 <param name="simulate_label_MOD_0_0" type="text" label="prefix" value="" optional="False" argument="prefix" help=""/> | |
7308 </when> | |
7309 </conditional> | |
7310 <conditional name="CONDITIONAL_simulate_missing"> | |
7311 <param name="CONDITIONAL_SELECT_simulate_missing" type="select" label="Set Simulate missing" help="Set --simulate{-qt} missing genotype frequency. " argument="--simulate-missing"> | |
7312 <option value="no_set" selected="True">Don't set</option> | |
7313 <option value="set">Set value(s)</option> | |
7314 </param> | |
7315 <when value="no_set"> | |
7316 </when> | |
7317 <when value="set"> | |
7318 | |
7319 <param name="simulate_missing_MOD_0_0" type="float" label="freq" value="" optional="False" argument="freq" help=""/> | |
7320 </when> | |
7321 </conditional> | |
7322 <conditional name="CONDITIONAL_allow_extra_chr"> | |
7323 <param name="CONDITIONAL_SELECT_allow_extra_chr" type="select" label="Set Allow extra chr" help="Permit unrecognized chromosome codes. The '0' (alias: --aec) modifier causes them to be treated as if they had been set to zero." argument="--allow-extra-chr"> | |
7324 <option value="no_set" selected="True">Don't set</option> | |
7325 <option value="set">Set value(s)</option> | |
7326 </param> | |
7327 <when value="no_set"> | |
7328 </when> | |
7329 <when value="set"> | |
7330 | |
7331 <param name="allow_extra_chr_MOD_0_0" type="text" label="0" value="" optional="True" argument="0" help=""/> | |
7332 </when> | |
7333 </conditional> | |
7334 <conditional name="CONDITIONAL_chr_set"> | |
7335 <param name="CONDITIONAL_SELECT_chr_set" type="select" label="Set Chr set" help="Specify a nonhuman chromosome set. The first parameter sets the number of diploid autosome pairs if positive, or haploid chromosomes if negative. Given diploid autosomes, the remaining modifiers indicate the absence of the named non-autosomal chromosomes." argument="--chr-set"> | |
7336 <option value="no_set" selected="True">Don't set</option> | |
7337 <option value="set">Set value(s)</option> | |
7338 </param> | |
7339 <when value="no_set"> | |
7340 </when> | |
7341 <when value="set"> | |
7342 | |
7343 <param name="chr_set_MOD_0_0" type="text" label="autosome ct" value="" optional="False" argument="autosome ct" help=""/> | |
7344 <param name="chr_set_MOD_1_0" type="text" label="no-x" value="" optional="True" argument="no-x" help=""/> | |
7345 <param name="chr_set_MOD_2_0" type="text" label="no-y" value="" optional="True" argument="no-y" help=""/> | |
7346 <param name="chr_set_MOD_3_0" type="text" label="no-xy" value="" optional="True" argument="no-xy" help=""/> | |
7347 <param name="chr_set_MOD_4_0" type="text" label="no-mt" value="" optional="True" argument="no-mt" help=""/> | |
7348 </when> | |
7349 </conditional> | |
7350 <conditional name="CONDITIONAL_cow"> | |
7351 <param name="CONDITIONAL_SELECT_cow" type="select" label="Set Cow" help="Shortcuts for those species. " argument="--cow"> | |
7352 <option value="no_set" selected="True">Don't set</option> | |
7353 <option value="set">Set value(s)</option> | |
7354 </param> | |
7355 <when value="no_set"> | |
7356 </when> | |
7357 <when value="set"> | |
7358 | |
7359 </when> | |
7360 </conditional> | |
7361 <conditional name="CONDITIONAL_dog"> | |
7362 <param name="CONDITIONAL_SELECT_dog" type="select" label="Set Dog" help="Shortcuts for those species. " argument="--dog"> | |
7363 <option value="no_set" selected="True">Don't set</option> | |
7364 <option value="set">Set value(s)</option> | |
7365 </param> | |
7366 <when value="no_set"> | |
7367 </when> | |
7368 <when value="set"> | |
7369 | |
7370 </when> | |
7371 </conditional> | |
7372 <conditional name="CONDITIONAL_horse"> | |
7373 <param name="CONDITIONAL_SELECT_horse" type="select" label="Set Horse" help="Shortcuts for those species. " argument="--horse"> | |
7374 <option value="no_set" selected="True">Don't set</option> | |
7375 <option value="set">Set value(s)</option> | |
7376 </param> | |
7377 <when value="no_set"> | |
7378 </when> | |
7379 <when value="set"> | |
7380 | |
7381 </when> | |
7382 </conditional> | |
7383 <conditional name="CONDITIONAL_mouse"> | |
7384 <param name="CONDITIONAL_SELECT_mouse" type="select" label="Set Mouse" help="Shortcuts for those species. " argument="--mouse"> | |
7385 <option value="no_set" selected="True">Don't set</option> | |
7386 <option value="set">Set value(s)</option> | |
7387 </param> | |
7388 <when value="no_set"> | |
7389 </when> | |
7390 <when value="set"> | |
7391 | |
7392 </when> | |
7393 </conditional> | |
7394 <conditional name="CONDITIONAL_rice"> | |
7395 <param name="CONDITIONAL_SELECT_rice" type="select" label="Set Rice" help="Shortcuts for those species. " argument="--rice"> | |
7396 <option value="no_set" selected="True">Don't set</option> | |
7397 <option value="set">Set value(s)</option> | |
7398 </param> | |
7399 <when value="no_set"> | |
7400 </when> | |
7401 <when value="set"> | |
7402 | |
7403 </when> | |
7404 </conditional> | |
7405 <conditional name="CONDITIONAL_sheep"> | |
7406 <param name="CONDITIONAL_SELECT_sheep" type="select" label="Set Sheep" help="Shortcuts for those species. " argument="--sheep"> | |
7407 <option value="no_set" selected="True">Don't set</option> | |
7408 <option value="set">Set value(s)</option> | |
7409 </param> | |
7410 <when value="no_set"> | |
7411 </when> | |
7412 <when value="set"> | |
7413 | |
7414 </when> | |
7415 </conditional> | |
7416 <conditional name="CONDITIONAL_autosome_num"> | |
7417 <param name="CONDITIONAL_SELECT_autosome_num" type="select" label="Set Autosome num" help="Alias for '--chr-set [value] no-y no-xy no-mt'. " argument="--autosome-num"> | |
7418 <option value="no_set" selected="True">Don't set</option> | |
7419 <option value="set">Set value(s)</option> | |
7420 </param> | |
7421 <when value="no_set"> | |
7422 </when> | |
7423 <when value="set"> | |
7424 | |
7425 <param name="autosome_num_MOD_0_0" type="text" label="value" value="" optional="False" argument="value" help=""/> | |
7426 </when> | |
7427 </conditional> | |
7428 <conditional name="CONDITIONAL_cm_map"> | |
7429 <param name="CONDITIONAL_SELECT_cm_map" type="select" label="Set Cm map" help="Use SHAPEIT-format recombination maps to set centimorgan positions. To process more than one chromosome, include a '@' in the first parameter where the chrom. number belongs, e.g. 'genetic_map_chr@_combined_b37.txt'. " argument="--cm-map"> | |
7430 <option value="no_set" selected="True">Don't set</option> | |
7431 <option value="set">Set value(s)</option> | |
7432 </param> | |
7433 <when value="no_set"> | |
7434 </when> | |
7435 <when value="set"> | |
7436 | |
7437 <param name="cm_map_MOD_0_0" type="text" label="fname pattern" value="" optional="False" argument="fname pattern" help=""/> | |
7438 <param name="cm_map_MOD_1_0" type="text" label="chr" value="" optional="True" argument="chr" help=""/> | |
7439 </when> | |
7440 </conditional> | |
7441 <conditional name="CONDITIONAL_zero_cms"> | |
7442 <param name="CONDITIONAL_SELECT_zero_cms" type="select" label="Set Zero cms" help="Zero out centimorgan positions. " argument="--zero-cms"> | |
7443 <option value="no_set" selected="True">Don't set</option> | |
7444 <option value="set">Set value(s)</option> | |
7445 </param> | |
7446 <when value="no_set"> | |
7447 </when> | |
7448 <when value="set"> | |
7449 | |
7450 </when> | |
7451 </conditional> | |
7452 <conditional name="CONDITIONAL_pheno"> | |
7453 <param name="CONDITIONAL_SELECT_pheno" type="select" label="Set Pheno" help="Load phenotype data from the specified file, instead of using the values in the main input fileset. " argument="--pheno"> | |
7454 <option value="no_set" selected="True">Don't set</option> | |
7455 <option value="set">Set value(s)</option> | |
7456 </param> | |
7457 <when value="no_set"> | |
7458 </when> | |
7459 <when value="set"> | |
7460 | |
7461 <param name="pheno_MOD_0_0" type="data" format="plink.pheno" label="fname" multiple="False" optional="False" argument="fname"/> | |
7462 </when> | |
7463 </conditional> | |
7464 <conditional name="CONDITIONAL_all_pheno"> | |
7465 <param name="CONDITIONAL_SELECT_all_pheno" type="select" label="Set All pheno" help="For basic association tests, loop through all phenotypes in --pheno file. " argument="--all-pheno"> | |
7466 <option value="no_set" selected="True">Don't set</option> | |
7467 <option value="set">Set value(s)</option> | |
7468 </param> | |
7469 <when value="no_set"> | |
7470 </when> | |
7471 <when value="set"> | |
7472 | |
7473 </when> | |
7474 </conditional> | |
7475 <conditional name="CONDITIONAL_mpheno"> | |
7476 <param name="CONDITIONAL_SELECT_mpheno" type="select" label="Set Mpheno" help="Load phenotype from column (n+2) in --pheno file. " argument="--mpheno"> | |
7477 <option value="no_set" selected="True">Don't set</option> | |
7478 <option value="set">Set value(s)</option> | |
7479 </param> | |
7480 <when value="no_set"> | |
7481 </when> | |
7482 <when value="set"> | |
7483 | |
7484 <param name="mpheno_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
7485 </when> | |
7486 </conditional> | |
7487 <conditional name="CONDITIONAL_pheno_name"> | |
7488 <param name="CONDITIONAL_SELECT_pheno_name" type="select" label="Set Pheno name" help="If --pheno file has a header row, use column with the given name. " argument="--pheno-name"> | |
7489 <option value="no_set" selected="True">Don't set</option> | |
7490 <option value="set">Set value(s)</option> | |
7491 </param> | |
7492 <when value="no_set"> | |
7493 </when> | |
7494 <when value="set"> | |
7495 | |
7496 <param name="pheno_name_MOD_0_0" type="text" label="c" value="" optional="False" argument="c" help=""/> | |
7497 </when> | |
7498 </conditional> | |
7499 <conditional name="CONDITIONAL_pheno_merge"> | |
7500 <param name="CONDITIONAL_SELECT_pheno_merge" type="select" label="Set Pheno merge" help="When the main input fileset contains an phenotype value for a sample, but the --pheno file does not, use the original value instead of treating the phenotype as missing. " argument="--pheno-merge"> | |
7501 <option value="no_set" selected="True">Don't set</option> | |
7502 <option value="set">Set value(s)</option> | |
7503 </param> | |
7504 <when value="no_set"> | |
7505 </when> | |
7506 <when value="set"> | |
7507 | |
7508 </when> | |
7509 </conditional> | |
7510 <conditional name="CONDITIONAL_missing_phenotype"> | |
7511 <param name="CONDITIONAL_SELECT_missing_phenotype" type="select" label="Set Missing phenotype" help="Set missing phenotype value (normally -9). " argument="--missing-phenotype"> | |
7512 <option value="no_set" selected="True">Don't set</option> | |
7513 <option value="set">Set value(s)</option> | |
7514 </param> | |
7515 <when value="no_set"> | |
7516 </when> | |
7517 <when value="set"> | |
7518 | |
7519 <param name="missing_phenotype_MOD_0_0" type="text" label="v" value="" optional="False" argument="v" help=""/> | |
7520 </when> | |
7521 </conditional> | |
7522 <conditional name="CONDITIONAL_GALAXY_1"> | |
7523 <param name="CONDITIONAL_SELECT_GALAXY_1" type="select" label="Set 1" help="Expect case/control phenotypes to be coded as 0 = control, 1 = case, instead of the usual 0 = missing, 1 = control, 2 = case. " argument="--1"> | |
7524 <option value="no_set" selected="True">Don't set</option> | |
7525 <option value="set">Set value(s)</option> | |
7526 </param> | |
7527 <when value="no_set"> | |
7528 </when> | |
7529 <when value="set"> | |
7530 | |
7531 </when> | |
7532 </conditional> | |
7533 <conditional name="CONDITIONAL_make_pheno"> | |
7534 <param name="CONDITIONAL_SELECT_make_pheno" type="select" label="Set Make pheno" help="Define a new case/control phenotype. If the val parameter is '*', all samples listed in the given file are cases, and everyone else is a control. (Note that, in some shells, it is necessary to surround the * with quotes.) Otherwise, all samples with third column entry equal to the val parameter are cases, and all other samples mentioned in the file are controls. " argument="--make-pheno"> | |
7535 <option value="no_set" selected="True">Don't set</option> | |
7536 <option value="set">Set value(s)</option> | |
7537 </param> | |
7538 <when value="no_set"> | |
7539 </when> | |
7540 <when value="set"> | |
7541 | |
7542 <param name="make_pheno_MOD_0_0" type="data" format="txt" label="fn" multiple="False" optional="False" argument="fn"/> | |
7543 <param name="make_pheno_MOD_1_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
7544 </when> | |
7545 </conditional> | |
7546 <conditional name="CONDITIONAL_tail_pheno"> | |
7547 <param name="CONDITIONAL_SELECT_tail_pheno" type="select" label="Set Tail pheno" help="Downcode a scalar phenotype to a case/control phenotype. All samples with phenotype values greater than Hbt are cases, and all with values less than or equal to Lt are controls. If Hbt is unspecified, it is equal to Lt; otherwise, in-between phenotype values are set to missing. " argument="--tail-pheno"> | |
7548 <option value="no_set" selected="True">Don't set</option> | |
7549 <option value="set">Set value(s)</option> | |
7550 </param> | |
7551 <when value="no_set"> | |
7552 </when> | |
7553 <when value="set"> | |
7554 | |
7555 <param name="tail_pheno_MOD_0_0" type="text" label="Lt" value="" optional="False" argument="Lt" help=""/> | |
7556 <param name="tail_pheno_MOD_1_0" type="text" label="Hbt" value="" optional="True" argument="Hbt" help=""/> | |
7557 </when> | |
7558 </conditional> | |
7559 <conditional name="CONDITIONAL_covar"> | |
7560 <param name="CONDITIONAL_SELECT_covar" type="select" label="Set Covar" help="Specify covariate file. " argument="--covar"> | |
7561 <option value="no_set" selected="True">Don't set</option> | |
7562 <option value="set">Set value(s)</option> | |
7563 </param> | |
7564 <when value="no_set"> | |
7565 </when> | |
7566 <when value="set"> | |
7567 | |
7568 <param name="covar_MOD_0_0" type="data" format="plink.covar" label="filename" multiple="False" optional="False" argument="filename"/> | |
7569 <param name="covar_MOD_1_0" type="text" label="keep-pheno-on-missing-cov" value="" optional="True" argument="keep-pheno-on-missing-cov" help=""/> | |
7570 </when> | |
7571 </conditional> | |
7572 <conditional name="CONDITIONAL_covar_name"> | |
7573 <param name="CONDITIONAL_SELECT_covar_name" type="select" label="Set Covar name" help="Specify covariate(s) in --covar file by name. Separate multiple names with spaces or commas, and use dashes to designate ranges. " argument="--covar-name"> | |
7574 <option value="no_set" selected="True">Don't set</option> | |
7575 <option value="set">Set value(s)</option> | |
7576 </param> | |
7577 <when value="no_set"> | |
7578 </when> | |
7579 <when value="set"> | |
7580 | |
7581 <param name="covar_name_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
7582 </when> | |
7583 </conditional> | |
7584 <conditional name="CONDITIONAL_covar_number"> | |
7585 <param name="CONDITIONAL_SELECT_covar_number" type="select" label="Set Covar number" help="Specify covariate(s) in --covar file by index. " argument="--covar-number"> | |
7586 <option value="no_set" selected="True">Don't set</option> | |
7587 <option value="set">Set value(s)</option> | |
7588 </param> | |
7589 <when value="no_set"> | |
7590 </when> | |
7591 <when value="set"> | |
7592 | |
7593 <param name="covar_number_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
7594 </when> | |
7595 </conditional> | |
7596 <conditional name="CONDITIONAL_no_const_covar"> | |
7597 <param name="CONDITIONAL_SELECT_no_const_covar" type="select" label="Set No const covar" help="Exclude constant covariates. " argument="--no-const-covar"> | |
7598 <option value="no_set" selected="True">Don't set</option> | |
7599 <option value="set">Set value(s)</option> | |
7600 </param> | |
7601 <when value="no_set"> | |
7602 </when> | |
7603 <when value="set"> | |
7604 | |
7605 </when> | |
7606 </conditional> | |
7607 <conditional name="CONDITIONAL_within"> | |
7608 <param name="CONDITIONAL_SELECT_within" type="select" label="Set Within" help="Specify initial cluster assignments. " argument="--within"> | |
7609 <option value="no_set" selected="True">Don't set</option> | |
7610 <option value="set">Set value(s)</option> | |
7611 </param> | |
7612 <when value="no_set"> | |
7613 </when> | |
7614 <when value="set"> | |
7615 | |
7616 <param name="within_MOD_0_0" type="data" format="tabular" label="f" multiple="False" optional="False" argument="f"/> | |
7617 <param name="within_MOD_1_0" type="text" label="keep-NA" value="" optional="True" argument="keep-NA" help=""/> | |
7618 </when> | |
7619 </conditional> | |
7620 <conditional name="CONDITIONAL_mwithin"> | |
7621 <param name="CONDITIONAL_SELECT_mwithin" type="select" label="Set Mwithin" help="Load cluster assignments from column n+2. " argument="--mwithin"> | |
7622 <option value="no_set" selected="True">Don't set</option> | |
7623 <option value="set">Set value(s)</option> | |
7624 </param> | |
7625 <when value="no_set"> | |
7626 </when> | |
7627 <when value="set"> | |
7628 | |
7629 <param name="mwithin_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
7630 </when> | |
7631 </conditional> | |
7632 <conditional name="CONDITIONAL_family"> | |
7633 <param name="CONDITIONAL_SELECT_family" type="select" label="Set Family" help="Create a cluster for each family ID. " argument="--family"> | |
7634 <option value="no_set" selected="True">Don't set</option> | |
7635 <option value="set">Set value(s)</option> | |
7636 </param> | |
7637 <when value="no_set"> | |
7638 </when> | |
7639 <when value="set"> | |
7640 | |
7641 </when> | |
7642 </conditional> | |
7643 <conditional name="CONDITIONAL_loop_assoc"> | |
7644 <param name="CONDITIONAL_SELECT_loop_assoc" type="select" label="Set Loop assoc" help="Run specified case/control association commands once for each cluster in the file, using cluster membership as the phenotype. " argument="--loop-assoc"> | |
7645 <option value="no_set" selected="True">Don't set</option> | |
7646 <option value="set">Set value(s)</option> | |
7647 </param> | |
7648 <when value="no_set"> | |
7649 </when> | |
7650 <when value="set"> | |
7651 | |
7652 <param name="loop_assoc_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
7653 <param name="loop_assoc_MOD_1_0" type="text" label="keep-NA" value="" optional="True" argument="keep-NA" help=""/> | |
7654 </when> | |
7655 </conditional> | |
7656 <conditional name="CONDITIONAL_set"> | |
7657 <param name="CONDITIONAL_SELECT_set" type="select" label="Set Set" help="Load sets from a .set file. " argument="--set"> | |
7658 <option value="no_set" selected="True">Don't set</option> | |
7659 <option value="set">Set value(s)</option> | |
7660 </param> | |
7661 <when value="no_set"> | |
7662 </when> | |
7663 <when value="set"> | |
7664 | |
7665 <param name="set_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7666 </when> | |
7667 </conditional> | |
7668 <conditional name="CONDITIONAL_set_names"> | |
7669 <param name="CONDITIONAL_SELECT_set_names" type="select" label="Set Set names" help="Load only sets named on the command line. Use spaces to separate multiple names. " argument="--set-names"> | |
7670 <option value="no_set" selected="True">Don't set</option> | |
7671 <option value="set">Set value(s)</option> | |
7672 </param> | |
7673 <when value="no_set"> | |
7674 </when> | |
7675 <when value="set"> | |
7676 | |
7677 <param name="set_names_MOD_0_0" type="text" label="name(s)..." value="" optional="False" argument="name(s)..." help="Multiple values are allowed"/> | |
7678 </when> | |
7679 </conditional> | |
7680 <conditional name="CONDITIONAL_subset"> | |
7681 <param name="CONDITIONAL_SELECT_subset" type="select" label="Set Subset" help="Load only sets named in the given text file. " argument="--subset"> | |
7682 <option value="no_set" selected="True">Don't set</option> | |
7683 <option value="set">Set value(s)</option> | |
7684 </param> | |
7685 <when value="no_set"> | |
7686 </when> | |
7687 <when value="set"> | |
7688 | |
7689 <param name="subset_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7690 </when> | |
7691 </conditional> | |
7692 <conditional name="CONDITIONAL_set_collapse_all"> | |
7693 <param name="CONDITIONAL_SELECT_set_collapse_all" type="select" label="Set Set collapse all" help="Merge all sets. " argument="--set-collapse-all"> | |
7694 <option value="no_set" selected="True">Don't set</option> | |
7695 <option value="set">Set value(s)</option> | |
7696 </param> | |
7697 <when value="no_set"> | |
7698 </when> | |
7699 <when value="set"> | |
7700 | |
7701 <param name="set_collapse_all_MOD_0_0" type="text" label="set name" value="" optional="False" argument="set name" help=""/> | |
7702 </when> | |
7703 </conditional> | |
7704 <conditional name="CONDITIONAL_complement_sets"> | |
7705 <param name="CONDITIONAL_SELECT_complement_sets" type="select" label="Set Complement sets" help="Invert all sets. (Names gain 'C_' prefixes.) " argument="--complement-sets"> | |
7706 <option value="no_set" selected="True">Don't set</option> | |
7707 <option value="set">Set value(s)</option> | |
7708 </param> | |
7709 <when value="no_set"> | |
7710 </when> | |
7711 <when value="set"> | |
7712 | |
7713 </when> | |
7714 </conditional> | |
7715 <conditional name="CONDITIONAL_make_set_complement_all"> | |
7716 <param name="CONDITIONAL_SELECT_make_set_complement_all" type="select" label="Set Make set complement all" help="--set-collapse-all + inversion. " argument="--make-set-complement-all"> | |
7717 <option value="no_set" selected="True">Don't set</option> | |
7718 <option value="set">Set value(s)</option> | |
7719 </param> | |
7720 <when value="no_set"> | |
7721 </when> | |
7722 <when value="set"> | |
7723 | |
7724 <param name="make_set_complement_all_MOD_0_0" type="text" label="s" value="" optional="False" argument="s" help=""/> | |
7725 </when> | |
7726 </conditional> | |
7727 <conditional name="CONDITIONAL_make_set"> | |
7728 <param name="CONDITIONAL_SELECT_make_set" type="select" label="Set Make set" help="Define sets from a list of named bp ranges. " argument="--make-set"> | |
7729 <option value="no_set" selected="True">Don't set</option> | |
7730 <option value="set">Set value(s)</option> | |
7731 </param> | |
7732 <when value="no_set"> | |
7733 </when> | |
7734 <when value="set"> | |
7735 | |
7736 <param name="make_set_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7737 </when> | |
7738 </conditional> | |
7739 <conditional name="CONDITIONAL_make_set_border"> | |
7740 <param name="CONDITIONAL_SELECT_make_set_border" type="select" label="Set Make set border" help="Stretch regions in --make-set file. " argument="--make-set-border"> | |
7741 <option value="no_set" selected="True">Don't set</option> | |
7742 <option value="set">Set value(s)</option> | |
7743 </param> | |
7744 <when value="no_set"> | |
7745 </when> | |
7746 <when value="set"> | |
7747 | |
7748 <param name="make_set_border_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
7749 </when> | |
7750 </conditional> | |
7751 <conditional name="CONDITIONAL_make_set_collapse_group"> | |
7752 <param name="CONDITIONAL_SELECT_make_set_collapse_group" type="select" label="Set Make set collapse group" help="Define sets from groups instead of sets in --make-set file. " argument="--make-set-collapse-group"> | |
7753 <option value="no_set" selected="True">Don't set</option> | |
7754 <option value="set">Set value(s)</option> | |
7755 </param> | |
7756 <when value="no_set"> | |
7757 </when> | |
7758 <when value="set"> | |
7759 | |
7760 </when> | |
7761 </conditional> | |
7762 <conditional name="CONDITIONAL_keep"> | |
7763 <param name="CONDITIONAL_SELECT_keep" type="select" label="Set Keep" help="Exclude all samples not named in the file. " argument="--keep"> | |
7764 <option value="no_set" selected="True">Don't set</option> | |
7765 <option value="set">Set value(s)</option> | |
7766 </param> | |
7767 <when value="no_set"> | |
7768 </when> | |
7769 <when value="set"> | |
7770 | |
7771 <param name="keep_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7772 </when> | |
7773 </conditional> | |
7774 <conditional name="CONDITIONAL_remove"> | |
7775 <param name="CONDITIONAL_SELECT_remove" type="select" label="Set Remove" help="Exclude all samples named in the file. " argument="--remove"> | |
7776 <option value="no_set" selected="True">Don't set</option> | |
7777 <option value="set">Set value(s)</option> | |
7778 </param> | |
7779 <when value="no_set"> | |
7780 </when> | |
7781 <when value="set"> | |
7782 | |
7783 <param name="remove_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7784 </when> | |
7785 </conditional> | |
7786 <conditional name="CONDITIONAL_keep_fam"> | |
7787 <param name="CONDITIONAL_SELECT_keep_fam" type="select" label="Set Keep fam" help="Exclude all families not named in the file. " argument="--keep-fam"> | |
7788 <option value="no_set" selected="True">Don't set</option> | |
7789 <option value="set">Set value(s)</option> | |
7790 </param> | |
7791 <when value="no_set"> | |
7792 </when> | |
7793 <when value="set"> | |
7794 | |
7795 <param name="keep_fam_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7796 </when> | |
7797 </conditional> | |
7798 <conditional name="CONDITIONAL_remove_fam"> | |
7799 <param name="CONDITIONAL_SELECT_remove_fam" type="select" label="Set Remove fam" help="Exclude all families named in the file. " argument="--remove-fam"> | |
7800 <option value="no_set" selected="True">Don't set</option> | |
7801 <option value="set">Set value(s)</option> | |
7802 </param> | |
7803 <when value="no_set"> | |
7804 </when> | |
7805 <when value="set"> | |
7806 | |
7807 <param name="remove_fam_MOD_0_0" type="data" format="txt" label="fname" multiple="False" optional="False" argument="fname"/> | |
7808 </when> | |
7809 </conditional> | |
7810 <conditional name="CONDITIONAL_extract"> | |
7811 <param name="CONDITIONAL_SELECT_extract" type="select" label="Set Extract" help="Exclude all variants not named in the file. " argument="--extract"> | |
7812 <option value="no_set" selected="True">Don't set</option> | |
7813 <option value="set">Set value(s)</option> | |
7814 </param> | |
7815 <when value="no_set"> | |
7816 </when> | |
7817 <when value="set"> | |
7818 | |
7819 <param name="extract_MOD_0_0" type="text" label="range" value="" optional="True" argument="range" help=""/> | |
7820 <param name="extract_MOD_1_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
7821 </when> | |
7822 </conditional> | |
7823 <conditional name="CONDITIONAL_exclude"> | |
7824 <param name="CONDITIONAL_SELECT_exclude" type="select" label="Set Exclude" help="Exclude all variants named in the file. " argument="--exclude"> | |
7825 <option value="no_set" selected="True">Don't set</option> | |
7826 <option value="set">Set value(s)</option> | |
7827 </param> | |
7828 <when value="no_set"> | |
7829 </when> | |
7830 <when value="set"> | |
7831 | |
7832 <param name="exclude_MOD_0_0" type="text" label="range" value="" optional="True" argument="range" help=""/> | |
7833 <param name="exclude_MOD_1_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
7834 </when> | |
7835 </conditional> | |
7836 <conditional name="CONDITIONAL_keep_clusters"> | |
7837 <param name="CONDITIONAL_SELECT_keep_clusters" type="select" label="Set Keep clusters" help="These can be used individually or in " argument="--keep-clusters"> | |
7838 <option value="no_set" selected="True">Don't set</option> | |
7839 <option value="set">Set value(s)</option> | |
7840 </param> | |
7841 <when value="no_set"> | |
7842 </when> | |
7843 <when value="set"> | |
7844 | |
7845 <param name="keep_clusters_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7846 </when> | |
7847 </conditional> | |
7848 <conditional name="CONDITIONAL_keep_cluster_names"> | |
7849 <param name="CONDITIONAL_SELECT_keep_cluster_names" type="select" label="Set Keep cluster names" help="" argument="--keep-cluster-names"> | |
7850 <option value="no_set" selected="True">Don't set</option> | |
7851 <option value="set">Set value(s)</option> | |
7852 </param> | |
7853 <when value="no_set"> | |
7854 </when> | |
7855 <when value="set"> | |
7856 | |
7857 <param name="keep_cluster_names_MOD_0_0" type="text" label="name(s)..." value="" optional="False" argument="name(s)..." help="Multiple values are allowed"/> | |
7858 </when> | |
7859 </conditional> | |
7860 <conditional name="CONDITIONAL_remove_clusters"> | |
7861 <param name="CONDITIONAL_SELECT_remove_clusters" type="select" label="Set Remove clusters" help="Exclude all clusters named in the file. " argument="--remove-clusters"> | |
7862 <option value="no_set" selected="True">Don't set</option> | |
7863 <option value="set">Set value(s)</option> | |
7864 </param> | |
7865 <when value="no_set"> | |
7866 </when> | |
7867 <when value="set"> | |
7868 | |
7869 <param name="remove_clusters_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
7870 </when> | |
7871 </conditional> | |
7872 <conditional name="CONDITIONAL_remove_cluster_names"> | |
7873 <param name="CONDITIONAL_SELECT_remove_cluster_names" type="select" label="Set Remove cluster names" help="Exclude the named clusters. " argument="--remove-cluster-names"> | |
7874 <option value="no_set" selected="True">Don't set</option> | |
7875 <option value="set">Set value(s)</option> | |
7876 </param> | |
7877 <when value="no_set"> | |
7878 </when> | |
7879 <when value="set"> | |
7880 | |
7881 <param name="remove_cluster_names_MOD_0_0" type="text" label="name(s)..." value="" optional="False" argument="name(s)..." help="Multiple values are allowed"/> | |
7882 </when> | |
7883 </conditional> | |
7884 <conditional name="CONDITIONAL_gene"> | |
7885 <param name="CONDITIONAL_SELECT_gene" type="select" label="Set Gene" help="Exclude variants not in a set named on the command line. (Separate multiple set names with spaces.) " argument="--gene"> | |
7886 <option value="no_set" selected="True">Don't set</option> | |
7887 <option value="set">Set value(s)</option> | |
7888 </param> | |
7889 <when value="no_set"> | |
7890 </when> | |
7891 <when value="set"> | |
7892 | |
7893 <param name="gene_MOD_0_0" type="text" label="sets..." value="" optional="False" argument="sets..." help="Multiple values are allowed"/> | |
7894 </when> | |
7895 </conditional> | |
7896 <conditional name="CONDITIONAL_gene_all"> | |
7897 <param name="CONDITIONAL_SELECT_gene_all" type="select" label="Set Gene all" help="Exclude variants which aren't a member of any set. (PLINK 1.07 automatically did this under some circumstances.) " argument="--gene-all"> | |
7898 <option value="no_set" selected="True">Don't set</option> | |
7899 <option value="set">Set value(s)</option> | |
7900 </param> | |
7901 <when value="no_set"> | |
7902 </when> | |
7903 <when value="set"> | |
7904 | |
7905 </when> | |
7906 </conditional> | |
7907 <conditional name="CONDITIONAL_attrib"> | |
7908 <param name="CONDITIONAL_SELECT_attrib" type="select" label="Set Attrib" help="Given a file assigning attributes to variants, and a " argument="--attrib"> | |
7909 <option value="no_set" selected="True">Don't set</option> | |
7910 <option value="set">Set value(s)</option> | |
7911 </param> | |
7912 <when value="no_set"> | |
7913 </when> | |
7914 <when value="set"> | |
7915 | |
7916 <param name="attrib_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
7917 <param name="attrib_MOD_1_0" type="text" label="att lst" value="" optional="True" argument="att lst" help=""/> | |
7918 </when> | |
7919 </conditional> | |
7920 <conditional name="CONDITIONAL_attrib_indiv"> | |
7921 <param name="CONDITIONAL_SELECT_attrib_indiv" type="select" label="Set Attrib indiv" help="variants with at least one negative match attribute are removed. The first character in the list cannot be a '-', due to how command-line parsing works; add a comma in front to get around this. " argument="--attrib-indiv"> | |
7922 <option value="no_set" selected="True">Don't set</option> | |
7923 <option value="set">Set value(s)</option> | |
7924 </param> | |
7925 <when value="no_set"> | |
7926 </when> | |
7927 <when value="set"> | |
7928 | |
7929 <param name="attrib_indiv_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
7930 <param name="attrib_indiv_MOD_1_0" type="text" label="a" value="" optional="True" argument="a" help=""/> | |
7931 </when> | |
7932 </conditional> | |
7933 <conditional name="CONDITIONAL_chr"> | |
7934 <param name="CONDITIONAL_SELECT_chr" type="select" label="Set Chr" help="Exclude all variants not on the given chromosome(s). Valid choices for humans are 0 (unplaced), 1-22, X, Y, XY, and MT. Separate multiple chromosomes with spaces and/or commas, and use a dash (no adjacent spaces permitted) to denote a range, e.g. '--chr 1-4, 22, xy'. " argument="--chr"> | |
7935 <option value="no_set" selected="True">Don't set</option> | |
7936 <option value="set">Set value(s)</option> | |
7937 </param> | |
7938 <when value="no_set"> | |
7939 </when> | |
7940 <when value="set"> | |
7941 | |
7942 <param name="chr_MOD_0_0" type="text" label="chrs..." value="" optional="False" argument="chrs..." help="Multiple values are allowed"/> | |
7943 </when> | |
7944 </conditional> | |
7945 <conditional name="CONDITIONAL_not_chr"> | |
7946 <param name="CONDITIONAL_SELECT_not_chr" type="select" label="Set Not chr" help="Reverse of --chr (exclude variants on listed chromosomes). " argument="--not-chr"> | |
7947 <option value="no_set" selected="True">Don't set</option> | |
7948 <option value="set">Set value(s)</option> | |
7949 </param> | |
7950 <when value="no_set"> | |
7951 </when> | |
7952 <when value="set"> | |
7953 | |
7954 <param name="not_chr_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
7955 </when> | |
7956 </conditional> | |
7957 <conditional name="CONDITIONAL_autosome"> | |
7958 <param name="CONDITIONAL_SELECT_autosome" type="select" label="Set Autosome" help="Exclude all non-autosomal variants. " argument="--autosome"> | |
7959 <option value="no_set" selected="True">Don't set</option> | |
7960 <option value="set">Set value(s)</option> | |
7961 </param> | |
7962 <when value="no_set"> | |
7963 </when> | |
7964 <when value="set"> | |
7965 | |
7966 </when> | |
7967 </conditional> | |
7968 <conditional name="CONDITIONAL_autosome_xy"> | |
7969 <param name="CONDITIONAL_SELECT_autosome_xy" type="select" label="Set Autosome xy" help="Exclude all non-autosomal variants, except those with chromosome code XY (pseudo-autosomal region of X). " argument="--autosome-xy"> | |
7970 <option value="no_set" selected="True">Don't set</option> | |
7971 <option value="set">Set value(s)</option> | |
7972 </param> | |
7973 <when value="no_set"> | |
7974 </when> | |
7975 <when value="set"> | |
7976 | |
7977 </when> | |
7978 </conditional> | |
7979 <conditional name="CONDITIONAL_snps_only"> | |
7980 <param name="CONDITIONAL_SELECT_snps_only" type="select" label="Set Snps only" help="Exclude non-SNP variants. By default, SNP = both allele codes are single-character; 'just-acgt' restricts SNP codes to {A,C,G,T,a,c,g,t,[missing]}. " argument="--snps-only"> | |
7981 <option value="no_set" selected="True">Don't set</option> | |
7982 <option value="set">Set value(s)</option> | |
7983 </param> | |
7984 <when value="no_set"> | |
7985 </when> | |
7986 <when value="set"> | |
7987 | |
7988 <param name="snps_only_MOD_0_0" type="text" label="just-acgt" value="" optional="True" argument="just-acgt" help=""/> | |
7989 </when> | |
7990 </conditional> | |
7991 <conditional name="CONDITIONAL_from"> | |
7992 <param name="CONDITIONAL_SELECT_from" type="select" label="Set From" help="Use ID(s) to specify a variant range to load. When used " argument="--from"> | |
7993 <option value="no_set" selected="True">Don't set</option> | |
7994 <option value="set">Set value(s)</option> | |
7995 </param> | |
7996 <when value="no_set"> | |
7997 </when> | |
7998 <when value="set"> | |
7999 | |
8000 <param name="from_MOD_0_0" type="text" label="var ID" value="" optional="False" argument="var ID" help=""/> | |
8001 </when> | |
8002 </conditional> | |
8003 <conditional name="CONDITIONAL_to"> | |
8004 <param name="CONDITIONAL_SELECT_to" type="select" label="Set To" help="" argument="--to"> | |
8005 <option value="no_set" selected="True">Don't set</option> | |
8006 <option value="set">Set value(s)</option> | |
8007 </param> | |
8008 <when value="no_set"> | |
8009 </when> | |
8010 <when value="set"> | |
8011 | |
8012 <param name="to_MOD_0_0" type="text" label="var ID" value="" optional="False" argument="var ID" help=""/> | |
8013 </when> | |
8014 </conditional> | |
8015 <conditional name="CONDITIONAL_snp"> | |
8016 <param name="CONDITIONAL_SELECT_snp" type="select" label="Set Snp" help="Specify a single variant to load. " argument="--snp"> | |
8017 <option value="no_set" selected="True">Don't set</option> | |
8018 <option value="set">Set value(s)</option> | |
8019 </param> | |
8020 <when value="no_set"> | |
8021 </when> | |
8022 <when value="set"> | |
8023 | |
8024 <param name="snp_MOD_0_0" type="text" label="var ID" value="" optional="False" argument="var ID" help=""/> | |
8025 </when> | |
8026 </conditional> | |
8027 <conditional name="CONDITIONAL_exclude_snp"> | |
8028 <param name="CONDITIONAL_SELECT_exclude_snp" type="select" label="Set Exclude snp" help="Specify a single variant to exclude. " argument="--exclude-snp"> | |
8029 <option value="no_set" selected="True">Don't set</option> | |
8030 <option value="set">Set value(s)</option> | |
8031 </param> | |
8032 <when value="no_set"> | |
8033 </when> | |
8034 <when value="set"> | |
8035 | |
8036 <param name="exclude_snp_MOD_0_0" type="text" label="" value="" optional="False" argument="" help=""/> | |
8037 </when> | |
8038 </conditional> | |
8039 <conditional name="CONDITIONAL_window"> | |
8040 <param name="CONDITIONAL_SELECT_window" type="select" label="Set Window" help="With --snp or --exclude-snp, loads/excludes all variants within half the specified kb distance of the named one. " argument="--window"> | |
8041 <option value="no_set" selected="True">Don't set</option> | |
8042 <option value="set">Set value(s)</option> | |
8043 </param> | |
8044 <when value="no_set"> | |
8045 </when> | |
8046 <when value="set"> | |
8047 | |
8048 <param name="window_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
8049 </when> | |
8050 </conditional> | |
8051 <conditional name="CONDITIONAL_from_bp"> | |
8052 <param name="CONDITIONAL_SELECT_from_bp" type="select" label="Set From bp" help="Use physical position(s) to define a variant range to " argument="--from-bp"> | |
8053 <option value="no_set" selected="True">Don't set</option> | |
8054 <option value="set">Set value(s)</option> | |
8055 </param> | |
8056 <when value="no_set"> | |
8057 </when> | |
8058 <when value="set"> | |
8059 | |
8060 <param name="from_bp_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8061 </when> | |
8062 </conditional> | |
8063 <conditional name="CONDITIONAL_to_bp"> | |
8064 <param name="CONDITIONAL_SELECT_to_bp" type="select" label="Set To bp" help="" argument="--to-bp"> | |
8065 <option value="no_set" selected="True">Don't set</option> | |
8066 <option value="set">Set value(s)</option> | |
8067 </param> | |
8068 <when value="no_set"> | |
8069 </when> | |
8070 <when value="set"> | |
8071 | |
8072 <param name="to_bp_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8073 </when> | |
8074 </conditional> | |
8075 <conditional name="CONDITIONAL_from_kb"> | |
8076 <param name="CONDITIONAL_SELECT_from_kb" type="select" label="Set From kb" help="" argument="--from-kb"> | |
8077 <option value="no_set" selected="True">Don't set</option> | |
8078 <option value="set">Set value(s)</option> | |
8079 </param> | |
8080 <when value="no_set"> | |
8081 </when> | |
8082 <when value="set"> | |
8083 | |
8084 <param name="from_kb_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8085 </when> | |
8086 </conditional> | |
8087 <conditional name="CONDITIONAL_to_kb"> | |
8088 <param name="CONDITIONAL_SELECT_to_kb" type="select" label="Set To kb" help="" argument="--to-kb"> | |
8089 <option value="no_set" selected="True">Don't set</option> | |
8090 <option value="set">Set value(s)</option> | |
8091 </param> | |
8092 <when value="no_set"> | |
8093 </when> | |
8094 <when value="set"> | |
8095 | |
8096 <param name="to_kb_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8097 </when> | |
8098 </conditional> | |
8099 <conditional name="CONDITIONAL_from_mb"> | |
8100 <param name="CONDITIONAL_SELECT_from_mb" type="select" label="Set From mb" help="" argument="--from-mb"> | |
8101 <option value="no_set" selected="True">Don't set</option> | |
8102 <option value="set">Set value(s)</option> | |
8103 </param> | |
8104 <when value="no_set"> | |
8105 </when> | |
8106 <when value="set"> | |
8107 | |
8108 <param name="from_mb_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8109 </when> | |
8110 </conditional> | |
8111 <conditional name="CONDITIONAL_to_mb"> | |
8112 <param name="CONDITIONAL_SELECT_to_mb" type="select" label="Set To mb" help="" argument="--to-mb"> | |
8113 <option value="no_set" selected="True">Don't set</option> | |
8114 <option value="set">Set value(s)</option> | |
8115 </param> | |
8116 <when value="no_set"> | |
8117 </when> | |
8118 <when value="set"> | |
8119 | |
8120 <param name="to_mb_MOD_0_0" type="text" label="pos" value="" optional="False" argument="pos" help=""/> | |
8121 </when> | |
8122 </conditional> | |
8123 <conditional name="CONDITIONAL_snps"> | |
8124 <param name="CONDITIONAL_SELECT_snps" type="select" label="Set Snps" help="Use IDs to specify variant range(s) to load or " argument="--snps"> | |
8125 <option value="no_set" selected="True">Don't set</option> | |
8126 <option value="set">Set value(s)</option> | |
8127 </param> | |
8128 <when value="no_set"> | |
8129 </when> | |
8130 <when value="set"> | |
8131 | |
8132 <param name="snps_MOD_0_0" type="text" label="var IDs..." value="" optional="False" argument="var IDs..." help="Multiple values are allowed"/> | |
8133 </when> | |
8134 </conditional> | |
8135 <conditional name="CONDITIONAL_exclude_snps"> | |
8136 <param name="CONDITIONAL_SELECT_exclude_snps" type="select" label="Set Exclude snps" help="" argument="--exclude-snps"> | |
8137 <option value="no_set" selected="True">Don't set</option> | |
8138 <option value="set">Set value(s)</option> | |
8139 </param> | |
8140 <when value="no_set"> | |
8141 </when> | |
8142 <when value="set"> | |
8143 | |
8144 <param name="exclude_snps_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
8145 </when> | |
8146 </conditional> | |
8147 <conditional name="CONDITIONAL_thin"> | |
8148 <param name="CONDITIONAL_SELECT_thin" type="select" label="Set Thin" help="Randomly remove variants, retaining each with prob. p. " argument="--thin"> | |
8149 <option value="no_set" selected="True">Don't set</option> | |
8150 <option value="set">Set value(s)</option> | |
8151 </param> | |
8152 <when value="no_set"> | |
8153 </when> | |
8154 <when value="set"> | |
8155 | |
8156 <param name="thin_MOD_0_0" type="float" label="p" value="" optional="False" argument="p" help=""/> | |
8157 </when> | |
8158 </conditional> | |
8159 <conditional name="CONDITIONAL_thin_count"> | |
8160 <param name="CONDITIONAL_SELECT_thin_count" type="select" label="Set Thin count" help="Randomly remove variants until n of them remain. " argument="--thin-count"> | |
8161 <option value="no_set" selected="True">Don't set</option> | |
8162 <option value="set">Set value(s)</option> | |
8163 </param> | |
8164 <when value="no_set"> | |
8165 </when> | |
8166 <when value="set"> | |
8167 | |
8168 <param name="thin_count_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
8169 </when> | |
8170 </conditional> | |
8171 <conditional name="CONDITIONAL_bp_space"> | |
8172 <param name="CONDITIONAL_SELECT_bp_space" type="select" label="Set Bp space" help="Remove variants so that each pair is no closer than the given bp distance. (Equivalent to VCFtools --thin.) " argument="--bp-space"> | |
8173 <option value="no_set" selected="True">Don't set</option> | |
8174 <option value="set">Set value(s)</option> | |
8175 </param> | |
8176 <when value="no_set"> | |
8177 </when> | |
8178 <when value="set"> | |
8179 | |
8180 <param name="bp_space_MOD_0_0" type="text" label="bps" value="" optional="False" argument="bps" help=""/> | |
8181 </when> | |
8182 </conditional> | |
8183 <conditional name="CONDITIONAL_thin_indiv"> | |
8184 <param name="CONDITIONAL_SELECT_thin_indiv" type="select" label="Set Thin indiv" help="Randomly remove samples, retaining with prob. p. " argument="--thin-indiv"> | |
8185 <option value="no_set" selected="True">Don't set</option> | |
8186 <option value="set">Set value(s)</option> | |
8187 </param> | |
8188 <when value="no_set"> | |
8189 </when> | |
8190 <when value="set"> | |
8191 | |
8192 <param name="thin_indiv_MOD_0_0" type="float" label="p" value="" optional="False" argument="p" help=""/> | |
8193 </when> | |
8194 </conditional> | |
8195 <conditional name="CONDITIONAL_thin_indiv_count"> | |
8196 <param name="CONDITIONAL_SELECT_thin_indiv_count" type="select" label="Set Thin indiv count" help="Randomly remove samples until n of them remain. " argument="--thin-indiv-count"> | |
8197 <option value="no_set" selected="True">Don't set</option> | |
8198 <option value="set">Set value(s)</option> | |
8199 </param> | |
8200 <when value="no_set"> | |
8201 </when> | |
8202 <when value="set"> | |
8203 | |
8204 <param name="thin_indiv_count_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
8205 </when> | |
8206 </conditional> | |
8207 <conditional name="CONDITIONAL_filter"> | |
8208 <param name="CONDITIONAL_SELECT_filter" type="select" label="Set Filter" help="Exclude all samples without a 3rd column entry in the given file matching one of the given space-separated value(s). " argument="--filter"> | |
8209 <option value="no_set" selected="True">Don't set</option> | |
8210 <option value="set">Set value(s)</option> | |
8211 </param> | |
8212 <when value="no_set"> | |
8213 </when> | |
8214 <when value="set"> | |
8215 | |
8216 <param name="filter_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8217 <param name="filter_MOD_1_0" type="text" label="val(s)..." value="" optional="False" argument="val(s)..." help="Multiple values are allowed"/> | |
8218 </when> | |
8219 </conditional> | |
8220 <conditional name="CONDITIONAL_mfilter"> | |
8221 <param name="CONDITIONAL_SELECT_mfilter" type="select" label="Set Mfilter" help="Match against (n+2)th column instead. " argument="--mfilter"> | |
8222 <option value="no_set" selected="True">Don't set</option> | |
8223 <option value="set">Set value(s)</option> | |
8224 </param> | |
8225 <when value="no_set"> | |
8226 </when> | |
8227 <when value="set"> | |
8228 | |
8229 <param name="mfilter_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
8230 </when> | |
8231 </conditional> | |
8232 <conditional name="CONDITIONAL_geno"> | |
8233 <param name="CONDITIONAL_SELECT_geno" type="select" label="Set Geno" help="Exclude variants with missing call frequencies greater than a threshold (default 0.1). (Note that the default threshold is only applied if --geno is invoked without a parameter; when --geno is not invoked, no per-variant missing call frequency ceiling is enforced at all. Other inclusion/exclusion default thresholds work the same way.) " argument="--geno"> | |
8234 <option value="no_set" selected="True">Don't set</option> | |
8235 <option value="set">Set value(s)</option> | |
8236 </param> | |
8237 <when value="no_set"> | |
8238 </when> | |
8239 <when value="set"> | |
8240 | |
8241 <param name="geno_MOD_0_0" type="text" label="val" value="" optional="True" argument="val" help=""/> | |
8242 </when> | |
8243 </conditional> | |
8244 <conditional name="CONDITIONAL_mind"> | |
8245 <param name="CONDITIONAL_SELECT_mind" type="select" label="Set Mind" help="Exclude samples with missing call frequencies greater than a threshold (default 0.1). " argument="--mind"> | |
8246 <option value="no_set" selected="True">Don't set</option> | |
8247 <option value="set">Set value(s)</option> | |
8248 </param> | |
8249 <when value="no_set"> | |
8250 </when> | |
8251 <when value="set"> | |
8252 | |
8253 <param name="mind_MOD_0_0" type="text" label="val" value="" optional="True" argument="val" help=""/> | |
8254 </when> | |
8255 </conditional> | |
8256 <conditional name="CONDITIONAL_oblig_missing"> | |
8257 <param name="CONDITIONAL_SELECT_oblig_missing" type="select" label="Set Oblig missing" help="Specify blocks of missing genotype calls for --geno/--mind to ignore. The first file should have variant IDs in the first column and block IDs in the second, while the second file should have FIDs in the first column, IIDs in the second, and block IDs in the third. " argument="--oblig-missing"> | |
8258 <option value="no_set" selected="True">Don't set</option> | |
8259 <option value="set">Set value(s)</option> | |
8260 </param> | |
8261 <when value="no_set"> | |
8262 </when> | |
8263 <when value="set"> | |
8264 | |
8265 <param name="oblig_missing_MOD_0_0" type="text" label="f1" value="" optional="False" argument="f1" help=""/> | |
8266 <param name="oblig_missing_MOD_1_0" type="text" label="f2" value="" optional="False" argument="f2" help=""/> | |
8267 </when> | |
8268 </conditional> | |
8269 <conditional name="CONDITIONAL_prune"> | |
8270 <param name="CONDITIONAL_SELECT_prune" type="select" label="Set Prune" help="Remove samples with missing phenotypes. " argument="--prune"> | |
8271 <option value="no_set" selected="True">Don't set</option> | |
8272 <option value="set">Set value(s)</option> | |
8273 </param> | |
8274 <when value="no_set"> | |
8275 </when> | |
8276 <when value="set"> | |
8277 | |
8278 </when> | |
8279 </conditional> | |
8280 <conditional name="CONDITIONAL_maf"> | |
8281 <param name="CONDITIONAL_SELECT_maf" type="select" label="Set Maf" help="Exclude variants with minor allele frequency lower than a threshold (default 0.01). " argument="--maf"> | |
8282 <option value="no_set" selected="True">Don't set</option> | |
8283 <option value="set">Set value(s)</option> | |
8284 </param> | |
8285 <when value="no_set"> | |
8286 </when> | |
8287 <when value="set"> | |
8288 | |
8289 <param name="maf_MOD_0_0" type="float" label="freq" value="" optional="True" argument="freq" help=""/> | |
8290 </when> | |
8291 </conditional> | |
8292 <conditional name="CONDITIONAL_max_maf"> | |
8293 <param name="CONDITIONAL_SELECT_max_maf" type="select" label="Set Max maf" help="Exclude variants with MAF greater than the threshold. " argument="--max-maf"> | |
8294 <option value="no_set" selected="True">Don't set</option> | |
8295 <option value="set">Set value(s)</option> | |
8296 </param> | |
8297 <when value="no_set"> | |
8298 </when> | |
8299 <when value="set"> | |
8300 | |
8301 <param name="max_maf_MOD_0_0" type="float" label="freq" value="" optional="False" argument="freq" help=""/> | |
8302 </when> | |
8303 </conditional> | |
8304 <conditional name="CONDITIONAL_mac"> | |
8305 <param name="CONDITIONAL_SELECT_mac" type="select" label="Set Mac" help="Exclude variants with minor allele count lower than the (alias: --min-ac) given threshold." argument="--mac"> | |
8306 <option value="no_set" selected="True">Don't set</option> | |
8307 <option value="set">Set value(s)</option> | |
8308 </param> | |
8309 <when value="no_set"> | |
8310 </when> | |
8311 <when value="set"> | |
8312 | |
8313 <param name="mac_MOD_0_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
8314 </when> | |
8315 </conditional> | |
8316 <conditional name="CONDITIONAL_max_mac"> | |
8317 <param name="CONDITIONAL_SELECT_max_mac" type="select" label="Set Max mac" help="Exclude variants with minor allele count greater than (alias: --max-ac) the given threshold." argument="--max-mac"> | |
8318 <option value="no_set" selected="True">Don't set</option> | |
8319 <option value="set">Set value(s)</option> | |
8320 </param> | |
8321 <when value="no_set"> | |
8322 </when> | |
8323 <when value="set"> | |
8324 | |
8325 <param name="max_mac_MOD_0_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
8326 </when> | |
8327 </conditional> | |
8328 <conditional name="CONDITIONAL_maf_succ"> | |
8329 <param name="CONDITIONAL_SELECT_maf_succ" type="select" label="Set Maf succ" help="Rule of succession MAF estimation (used in EIGENSOFT). Given j observations of one allele and k >= j observations of the other, infer a MAF of (j+1) / (j+k+2), rather than the default j / (j+k). " argument="--maf-succ"> | |
8330 <option value="no_set" selected="True">Don't set</option> | |
8331 <option value="set">Set value(s)</option> | |
8332 </param> | |
8333 <when value="no_set"> | |
8334 </when> | |
8335 <when value="set"> | |
8336 | |
8337 </when> | |
8338 </conditional> | |
8339 <conditional name="CONDITIONAL_read_freq"> | |
8340 <param name="CONDITIONAL_SELECT_read_freq" type="select" label="Set Read freq" help="Estimate MAFs and heterozygote frequencies from the given --freq{x} report, instead of the input fileset. " argument="--read-freq"> | |
8341 <option value="no_set" selected="True">Don't set</option> | |
8342 <option value="set">Set value(s)</option> | |
8343 </param> | |
8344 <when value="no_set"> | |
8345 </when> | |
8346 <when value="set"> | |
8347 | |
8348 <param name="read_freq_MOD_0_0" type="data" format="txt" label="fn" multiple="False" optional="False" argument="fn"/> | |
8349 </when> | |
8350 </conditional> | |
8351 <conditional name="CONDITIONAL_hwe"> | |
8352 <param name="CONDITIONAL_SELECT_hwe" type="select" label="Set Hwe" help="Exclude variants with Hardy-Weinberg equilibrium exact test p-values below a threshold. " argument="--hwe"> | |
8353 <option value="no_set" selected="True">Don't set</option> | |
8354 <option value="set">Set value(s)</option> | |
8355 </param> | |
8356 <when value="no_set"> | |
8357 </when> | |
8358 <when value="set"> | |
8359 | |
8360 <param name="hwe_MOD_0_0" type="float" label="p" value="" optional="False" argument="p" help=""/> | |
8361 <param name="hwe_MOD_1_0" type="text" label="midp" value="" optional="True" argument="midp" help=""/> | |
8362 <param name="hwe_MOD_2_0" type="text" label="include-nonctrl" value="" optional="True" argument="include-nonctrl" help=""/> | |
8363 </when> | |
8364 </conditional> | |
8365 <conditional name="CONDITIONAL_me"> | |
8366 <param name="CONDITIONAL_SELECT_me" type="select" label="Set Me" help="Filter out trios and variants with Mendel error rates exceeding the given thresholds. " argument="--me"> | |
8367 <option value="no_set" selected="True">Don't set</option> | |
8368 <option value="set">Set value(s)</option> | |
8369 </param> | |
8370 <when value="no_set"> | |
8371 </when> | |
8372 <when value="set"> | |
8373 | |
8374 <param name="me_MOD_0_0" type="text" label="t" value="" optional="False" argument="t" help=""/> | |
8375 <param name="me_MOD_1_0" type="text" label="v" value="" optional="False" argument="v" help=""/> | |
8376 <param name="me_MOD_2_0" type="text" label="var-first" value="" optional="True" argument="var-first" help=""/> | |
8377 </when> | |
8378 </conditional> | |
8379 <conditional name="CONDITIONAL_me_exclude_one"> | |
8380 <param name="CONDITIONAL_SELECT_me_exclude_one" type="select" label="Set Me exclude one" help="Make --me exclude only one sample per trio. " argument="--me-exclude-one"> | |
8381 <option value="no_set" selected="True">Don't set</option> | |
8382 <option value="set">Set value(s)</option> | |
8383 </param> | |
8384 <when value="no_set"> | |
8385 </when> | |
8386 <when value="set"> | |
8387 | |
8388 <param name="me_exclude_one_MOD_0_0" type="text" label="ratio" value="" optional="True" argument="ratio" help=""/> | |
8389 </when> | |
8390 </conditional> | |
8391 <conditional name="CONDITIONAL_qual_scores"> | |
8392 <param name="CONDITIONAL_SELECT_qual_scores" type="select" label="Set Qual scores" help="Filter out variants with out-of-range quality scores. Default range is now [0, \infty ). " argument="--qual-scores"> | |
8393 <option value="no_set" selected="True">Don't set</option> | |
8394 <option value="set">Set value(s)</option> | |
8395 </param> | |
8396 <when value="no_set"> | |
8397 </when> | |
8398 <when value="set"> | |
8399 | |
8400 <param name="qual_scores_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8401 <param name="qual_scores_MOD_1_0" type="text" label="qcol" value="" optional="True" argument="qcol" help=""/> | |
8402 <param name="qual_scores_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8403 <param name="qual_scores_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8404 </when> | |
8405 </conditional> | |
8406 <conditional name="CONDITIONAL_qual_threshold"> | |
8407 <param name="CONDITIONAL_SELECT_qual_threshold" type="select" label="Set Qual threshold" help="Set --qual-scores range floor. " argument="--qual-threshold"> | |
8408 <option value="no_set" selected="True">Don't set</option> | |
8409 <option value="set">Set value(s)</option> | |
8410 </param> | |
8411 <when value="no_set"> | |
8412 </when> | |
8413 <when value="set"> | |
8414 | |
8415 <param name="qual_threshold_MOD_0_0" type="text" label="min qual score" value="" optional="False" argument="min qual score" help=""/> | |
8416 </when> | |
8417 </conditional> | |
8418 <conditional name="CONDITIONAL_qual_max_threshold"> | |
8419 <param name="CONDITIONAL_SELECT_qual_max_threshold" type="select" label="Set Qual max threshold" help="Set --qual-scores range ceiling. " argument="--qual-max-threshold"> | |
8420 <option value="no_set" selected="True">Don't set</option> | |
8421 <option value="set">Set value(s)</option> | |
8422 </param> | |
8423 <when value="no_set"> | |
8424 </when> | |
8425 <when value="set"> | |
8426 | |
8427 <param name="qual_max_threshold_MOD_0_0" type="text" label="max qual score" value="" optional="False" argument="max qual score" help=""/> | |
8428 </when> | |
8429 </conditional> | |
8430 <conditional name="CONDITIONAL_allow_no_sex"> | |
8431 <param name="CONDITIONAL_SELECT_allow_no_sex" type="select" label="Set Allow no sex" help="Do not treat ambiguous-sex samples as having missing phenotypes in analysis commands. (Automatic /w --no-sex.) " argument="--allow-no-sex"> | |
8432 <option value="no_set" selected="True">Don't set</option> | |
8433 <option value="set">Set value(s)</option> | |
8434 </param> | |
8435 <when value="no_set"> | |
8436 </when> | |
8437 <when value="set"> | |
8438 | |
8439 </when> | |
8440 </conditional> | |
8441 <conditional name="CONDITIONAL_must_have_sex"> | |
8442 <param name="CONDITIONAL_SELECT_must_have_sex" type="select" label="Set Must have sex" help="Force ambiguous-sex phenotypes to missing on --make-bed/--make-just-fam/--recode/--write-covar. " argument="--must-have-sex"> | |
8443 <option value="no_set" selected="True">Don't set</option> | |
8444 <option value="set">Set value(s)</option> | |
8445 </param> | |
8446 <when value="no_set"> | |
8447 </when> | |
8448 <when value="set"> | |
8449 | |
8450 </when> | |
8451 </conditional> | |
8452 <conditional name="CONDITIONAL_filter_cases"> | |
8453 <param name="CONDITIONAL_SELECT_filter_cases" type="select" label="Set Filter cases" help="Include only cases in the current analysis. " argument="--filter-cases"> | |
8454 <option value="no_set" selected="True">Don't set</option> | |
8455 <option value="set">Set value(s)</option> | |
8456 </param> | |
8457 <when value="no_set"> | |
8458 </when> | |
8459 <when value="set"> | |
8460 | |
8461 </when> | |
8462 </conditional> | |
8463 <conditional name="CONDITIONAL_filter_controls"> | |
8464 <param name="CONDITIONAL_SELECT_filter_controls" type="select" label="Set Filter controls" help="Include only controls. " argument="--filter-controls"> | |
8465 <option value="no_set" selected="True">Don't set</option> | |
8466 <option value="set">Set value(s)</option> | |
8467 </param> | |
8468 <when value="no_set"> | |
8469 </when> | |
8470 <when value="set"> | |
8471 | |
8472 </when> | |
8473 </conditional> | |
8474 <conditional name="CONDITIONAL_filter_males"> | |
8475 <param name="CONDITIONAL_SELECT_filter_males" type="select" label="Set Filter males" help="Include only males. " argument="--filter-males"> | |
8476 <option value="no_set" selected="True">Don't set</option> | |
8477 <option value="set">Set value(s)</option> | |
8478 </param> | |
8479 <when value="no_set"> | |
8480 </when> | |
8481 <when value="set"> | |
8482 | |
8483 </when> | |
8484 </conditional> | |
8485 <conditional name="CONDITIONAL_filter_females"> | |
8486 <param name="CONDITIONAL_SELECT_filter_females" type="select" label="Set Filter females" help="Include only females. " argument="--filter-females"> | |
8487 <option value="no_set" selected="True">Don't set</option> | |
8488 <option value="set">Set value(s)</option> | |
8489 </param> | |
8490 <when value="no_set"> | |
8491 </when> | |
8492 <when value="set"> | |
8493 | |
8494 </when> | |
8495 </conditional> | |
8496 <conditional name="CONDITIONAL_filter_founders"> | |
8497 <param name="CONDITIONAL_SELECT_filter_founders" type="select" label="Set Filter founders" help="Include only founders. " argument="--filter-founders"> | |
8498 <option value="no_set" selected="True">Don't set</option> | |
8499 <option value="set">Set value(s)</option> | |
8500 </param> | |
8501 <when value="no_set"> | |
8502 </when> | |
8503 <when value="set"> | |
8504 | |
8505 </when> | |
8506 </conditional> | |
8507 <conditional name="CONDITIONAL_filter_nonfounders"> | |
8508 <param name="CONDITIONAL_SELECT_filter_nonfounders" type="select" label="Set Filter nonfounders" help="Include only nonfounders. " argument="--filter-nonfounders"> | |
8509 <option value="no_set" selected="True">Don't set</option> | |
8510 <option value="set">Set value(s)</option> | |
8511 </param> | |
8512 <when value="no_set"> | |
8513 </when> | |
8514 <when value="set"> | |
8515 | |
8516 </when> | |
8517 </conditional> | |
8518 <conditional name="CONDITIONAL_nonfounders"> | |
8519 <param name="CONDITIONAL_SELECT_nonfounders" type="select" label="Set Nonfounders" help="Include nonfounders in allele freq/HWE calculations. " argument="--nonfounders"> | |
8520 <option value="no_set" selected="True">Don't set</option> | |
8521 <option value="set">Set value(s)</option> | |
8522 </param> | |
8523 <when value="no_set"> | |
8524 </when> | |
8525 <when value="set"> | |
8526 | |
8527 </when> | |
8528 </conditional> | |
8529 <conditional name="CONDITIONAL_make_founders"> | |
8530 <param name="CONDITIONAL_SELECT_make_founders" type="select" label="Set Make founders" help="Clear parental IDs for those with 1+ missing parent(s). " argument="--make-founders"> | |
8531 <option value="no_set" selected="True">Don't set</option> | |
8532 <option value="set">Set value(s)</option> | |
8533 </param> | |
8534 <when value="no_set"> | |
8535 </when> | |
8536 <when value="set"> | |
8537 | |
8538 <param name="make_founders_MOD_0_0" type="text" label="require-2-missing" value="" optional="True" argument="require-2-missing" help=""/> | |
8539 <param name="make_founders_MOD_1_0" type="text" label="first" value="" optional="True" argument="first" help=""/> | |
8540 </when> | |
8541 </conditional> | |
8542 <conditional name="CONDITIONAL_recode_allele"> | |
8543 <param name="CONDITIONAL_SELECT_recode_allele" type="select" label="Set Recode allele" help="With --recode A/A-transpose/AD, count alleles named in the file (otherwise A1 alleles are always counted). " argument="--recode-allele"> | |
8544 <option value="no_set" selected="True">Don't set</option> | |
8545 <option value="set">Set value(s)</option> | |
8546 </param> | |
8547 <when value="no_set"> | |
8548 </when> | |
8549 <when value="set"> | |
8550 | |
8551 <param name="recode_allele_MOD_0_0" type="data" format="txt" label="fn" multiple="False" optional="False" argument="fn"/> | |
8552 </when> | |
8553 </conditional> | |
8554 <conditional name="CONDITIONAL_output_chr"> | |
8555 <param name="CONDITIONAL_SELECT_output_chr" type="select" label="Set Output chr" help="Set chromosome coding scheme in output files by providing the desired human mitochondrial code. (Options are '26', 'M', 'MT', '0M', 'chr26', 'chrM', and 'chrMT'.) " argument="--output-chr"> | |
8556 <option value="no_set" selected="True">Don't set</option> | |
8557 <option value="set">Set value(s)</option> | |
8558 </param> | |
8559 <when value="no_set"> | |
8560 </when> | |
8561 <when value="set"> | |
8562 | |
8563 <param name="output_chr_MOD_0_0" type="text" label="MT code" value="" optional="False" argument="MT code" help=""/> | |
8564 </when> | |
8565 </conditional> | |
8566 <conditional name="CONDITIONAL_output_missing_genotype"> | |
8567 <param name="CONDITIONAL_SELECT_output_missing_genotype" type="select" label="Set Output missing genotype" help="Set the code used to represent missing genotypes in output files (normally the --missing-genotype value). " argument="--output-missing-genotype"> | |
8568 <option value="no_set" selected="True">Don't set</option> | |
8569 <option value="set">Set value(s)</option> | |
8570 </param> | |
8571 <when value="no_set"> | |
8572 </when> | |
8573 <when value="set"> | |
8574 | |
8575 <param name="output_missing_genotype_MOD_0_0" type="text" label="ch" value="" optional="False" argument="ch" help=""/> | |
8576 </when> | |
8577 </conditional> | |
8578 <conditional name="CONDITIONAL_output_missing_phenotype"> | |
8579 <param name="CONDITIONAL_SELECT_output_missing_phenotype" type="select" label="Set Output missing phenotype" help="Set the string used to represent missing phenotypes in output files (normally the --missing-phenotype value). " argument="--output-missing-phenotype"> | |
8580 <option value="no_set" selected="True">Don't set</option> | |
8581 <option value="set">Set value(s)</option> | |
8582 </param> | |
8583 <when value="no_set"> | |
8584 </when> | |
8585 <when value="set"> | |
8586 | |
8587 <param name="output_missing_phenotype_MOD_0_0" type="text" label="s" value="" optional="False" argument="s" help=""/> | |
8588 </when> | |
8589 </conditional> | |
8590 <conditional name="CONDITIONAL_zero_cluster"> | |
8591 <param name="CONDITIONAL_SELECT_zero_cluster" type="select" label="Set Zero cluster" help="In combination with --within/--family, set blocks of genotype calls to missing. The input file should have variant IDs in the first column and cluster IDs in the second. This must now be used with --make-bed and no other output commands. " argument="--zero-cluster"> | |
8592 <option value="no_set" selected="True">Don't set</option> | |
8593 <option value="set">Set value(s)</option> | |
8594 </param> | |
8595 <when value="no_set"> | |
8596 </when> | |
8597 <when value="set"> | |
8598 | |
8599 <param name="zero_cluster_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8600 </when> | |
8601 </conditional> | |
8602 <conditional name="CONDITIONAL_set_hh_missing"> | |
8603 <param name="CONDITIONAL_SELECT_set_hh_missing" type="select" label="Set Set hh missing" help="Cause --make-bed and --recode to set heterozygous haploid genotypes to missing. " argument="--set-hh-missing"> | |
8604 <option value="no_set" selected="True">Don't set</option> | |
8605 <option value="set">Set value(s)</option> | |
8606 </param> | |
8607 <when value="no_set"> | |
8608 </when> | |
8609 <when value="set"> | |
8610 | |
8611 </when> | |
8612 </conditional> | |
8613 <conditional name="CONDITIONAL_set_mixed_mt_missing"> | |
8614 <param name="CONDITIONAL_SELECT_set_mixed_mt_missing" type="select" label="Set Set mixed mt missing" help="Cause --make-bed and --recode to set mixed MT genotypes to missing. " argument="--set-mixed-mt-missing"> | |
8615 <option value="no_set" selected="True">Don't set</option> | |
8616 <option value="set">Set value(s)</option> | |
8617 </param> | |
8618 <when value="no_set"> | |
8619 </when> | |
8620 <when value="set"> | |
8621 | |
8622 </when> | |
8623 </conditional> | |
8624 <conditional name="CONDITIONAL_OVERLOADED_split_x"> | |
8625 <param name="CONDITIONAL_OVERLOADED_SELECT_split_x" type="select" label="Choose argument form for Split_x" help="Overloaded argument, must chose a form"> | |
8626 <option value="form_0">Form 0</option> | |
8627 <option value="form_1">Form 1</option> | |
8628 </param> | |
8629 <when value="form_0"> | |
8630 | |
8631 <conditional name="CONDITIONAL_split_x"> | |
8632 <param name="CONDITIONAL_SELECT_split_x" type="select" label="Set Split x" help="Changes chromosome code of all X chromosome " argument="--split-x"> | |
8633 <option value="no_set" selected="True">Don't set</option> | |
8634 <option value="set">Set value(s)</option> | |
8635 </param> | |
8636 <when value="no_set"> | |
8637 </when> | |
8638 <when value="set"> | |
8639 | |
8640 <param name="split_x_MOD_0_0" type="text" label="bp1" value="" optional="False" argument="bp1" help=""/> | |
8641 <param name="split_x_MOD_1_0" type="text" label="bp2" value="" optional="False" argument="bp2" help=""/> | |
8642 <param name="split_x_MOD_2_0" type="text" label="no-fail" value="" optional="True" argument="no-fail" help=""/> | |
8643 </when> | |
8644 </conditional> | |
8645 </when> | |
8646 <when value="form_1"> | |
8647 | |
8648 <conditional name="CONDITIONAL_split_x"> | |
8649 <param name="CONDITIONAL_SELECT_split_x" type="select" label="Set Split x" help="* 'b36'/'hg18' = NCBI 36, 2709521/154584237 * 'b37'/'hg19' = GRCh37, 2699520/154931044 * 'b38'/'hg38' = GRCh38, 2781479/155701383 By default, PLINK errors out when no variants would be affected by --split-x; the 'no-fail' modifier (useful in scripts) overrides this. " argument="--split-x"> | |
8650 <option value="no_set" selected="True">Don't set</option> | |
8651 <option value="set">Set value(s)</option> | |
8652 </param> | |
8653 <when value="no_set"> | |
8654 </when> | |
8655 <when value="set"> | |
8656 | |
8657 <param name="split_x_MOD_0_0" type="text" label="build" value="" optional="False" argument="build" help=""/> | |
8658 <param name="split_x_MOD_1_0" type="text" label="no-fail" value="" optional="True" argument="no-fail" help=""/> | |
8659 <param name="split_x_MOD_2_0" type="text" label="= bp1 or" value="" optional="True" argument="= bp1 or" help=""/> | |
8660 </when> | |
8661 </conditional> | |
8662 </when> | |
8663 </conditional> | |
8664 <conditional name="CONDITIONAL_merge_x"> | |
8665 <param name="CONDITIONAL_SELECT_merge_x" type="select" label="Set Merge x" help="Merge XY chromosome back with X. " argument="--merge-x"> | |
8666 <option value="no_set" selected="True">Don't set</option> | |
8667 <option value="set">Set value(s)</option> | |
8668 </param> | |
8669 <when value="no_set"> | |
8670 </when> | |
8671 <when value="set"> | |
8672 | |
8673 <param name="merge_x_MOD_0_0" type="text" label="no-fail" value="" optional="True" argument="no-fail" help=""/> | |
8674 </when> | |
8675 </conditional> | |
8676 <conditional name="CONDITIONAL_set_me_missing"> | |
8677 <param name="CONDITIONAL_SELECT_set_me_missing" type="select" label="Set Set me missing" help="Cause --make-bed to set Mendel errors to missing. " argument="--set-me-missing"> | |
8678 <option value="no_set" selected="True">Don't set</option> | |
8679 <option value="set">Set value(s)</option> | |
8680 </param> | |
8681 <when value="no_set"> | |
8682 </when> | |
8683 <when value="set"> | |
8684 | |
8685 </when> | |
8686 </conditional> | |
8687 <conditional name="CONDITIONAL_fill_missing_a2"> | |
8688 <param name="CONDITIONAL_SELECT_fill_missing_a2" type="select" label="Set Fill missing a2" help="Cause --make-bed to replace all missing calls with homozygous A2 calls. " argument="--fill-missing-a2"> | |
8689 <option value="no_set" selected="True">Don't set</option> | |
8690 <option value="set">Set value(s)</option> | |
8691 </param> | |
8692 <when value="no_set"> | |
8693 </when> | |
8694 <when value="set"> | |
8695 | |
8696 </when> | |
8697 </conditional> | |
8698 <conditional name="CONDITIONAL_set_missing_var_ids"> | |
8699 <param name="CONDITIONAL_SELECT_set_missing_var_ids" type="select" label="Set Set missing var ids" help="Given a template string with a '@' where the chromosome code should go and '#' where the bp coordinate belongs, --set-missing-var-ids assigns chromosome-and-bp-based IDs to unnamed variants. You may also use '$1' and '$2' to refer to allele names in the template string, and in fact this becomes essential when multiple variants share the same coordinate. " argument="--set-missing-var-ids"> | |
8700 <option value="no_set" selected="True">Don't set</option> | |
8701 <option value="set">Set value(s)</option> | |
8702 </param> | |
8703 <when value="no_set"> | |
8704 </when> | |
8705 <when value="set"> | |
8706 | |
8707 <param name="set_missing_var_ids_MOD_0_0" type="text" label="t" value="" optional="False" argument="t" help=""/> | |
8708 </when> | |
8709 </conditional> | |
8710 <conditional name="CONDITIONAL_new_id_max_allele_len"> | |
8711 <param name="CONDITIONAL_SELECT_new_id_max_allele_len" type="select" label="Set New id max allele len" help="Specify maximum number of leading characters from allele names to include in new variant IDs (default 23). " argument="--new-id-max-allele-len"> | |
8712 <option value="no_set" selected="True">Don't set</option> | |
8713 <option value="set">Set value(s)</option> | |
8714 </param> | |
8715 <when value="no_set"> | |
8716 </when> | |
8717 <when value="set"> | |
8718 | |
8719 <param name="new_id_max_allele_len_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
8720 </when> | |
8721 </conditional> | |
8722 <conditional name="CONDITIONAL_missing_var_code"> | |
8723 <param name="CONDITIONAL_SELECT_missing_var_code" type="select" label="Set Missing var code" help="Change unnamed variant code (default '.'). " argument="--missing-var-code"> | |
8724 <option value="no_set" selected="True">Don't set</option> | |
8725 <option value="set">Set value(s)</option> | |
8726 </param> | |
8727 <when value="no_set"> | |
8728 </when> | |
8729 <when value="set"> | |
8730 | |
8731 <param name="missing_var_code_MOD_0_0" type="text" label="string" value="" optional="False" argument="string" help=""/> | |
8732 </when> | |
8733 </conditional> | |
8734 <conditional name="CONDITIONAL_update_chr"> | |
8735 <param name="CONDITIONAL_SELECT_update_chr" type="select" label="Set Update chr" help="Update variant chromosome codes. " argument="--update-chr"> | |
8736 <option value="no_set" selected="True">Don't set</option> | |
8737 <option value="set">Set value(s)</option> | |
8738 </param> | |
8739 <when value="no_set"> | |
8740 </when> | |
8741 <when value="set"> | |
8742 | |
8743 <param name="update_chr_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8744 <param name="update_chr_MOD_1_0" type="text" label="chrcol" value="" optional="True" argument="chrcol" help=""/> | |
8745 <param name="update_chr_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8746 <param name="update_chr_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8747 </when> | |
8748 </conditional> | |
8749 <conditional name="CONDITIONAL_update_cm"> | |
8750 <param name="CONDITIONAL_SELECT_update_cm" type="select" label="Set Update cm" help="Update centimorgan positions. " argument="--update-cm"> | |
8751 <option value="no_set" selected="True">Don't set</option> | |
8752 <option value="set">Set value(s)</option> | |
8753 </param> | |
8754 <when value="no_set"> | |
8755 </when> | |
8756 <when value="set"> | |
8757 | |
8758 <param name="update_cm_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8759 <param name="update_cm_MOD_1_0" type="text" label="cmcol" value="" optional="True" argument="cmcol" help=""/> | |
8760 <param name="update_cm_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8761 <param name="update_cm_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8762 </when> | |
8763 </conditional> | |
8764 <conditional name="CONDITIONAL_update_map"> | |
8765 <param name="CONDITIONAL_SELECT_update_map" type="select" label="Set Update map" help="Update variant bp positions. " argument="--update-map"> | |
8766 <option value="no_set" selected="True">Don't set</option> | |
8767 <option value="set">Set value(s)</option> | |
8768 </param> | |
8769 <when value="no_set"> | |
8770 </when> | |
8771 <when value="set"> | |
8772 | |
8773 <param name="update_map_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8774 <param name="update_map_MOD_1_0" type="text" label="bpcol" value="" optional="True" argument="bpcol" help=""/> | |
8775 <param name="update_map_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8776 <param name="update_map_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8777 </when> | |
8778 </conditional> | |
8779 <conditional name="CONDITIONAL_update_name"> | |
8780 <param name="CONDITIONAL_SELECT_update_name" type="select" label="Set Update name" help="Update variant IDs. " argument="--update-name"> | |
8781 <option value="no_set" selected="True">Don't set</option> | |
8782 <option value="set">Set value(s)</option> | |
8783 </param> | |
8784 <when value="no_set"> | |
8785 </when> | |
8786 <when value="set"> | |
8787 | |
8788 <param name="update_name_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8789 <param name="update_name_MOD_1_0" type="text" label="newcol" value="" optional="True" argument="newcol" help=""/> | |
8790 <param name="update_name_MOD_2_0" type="text" label="oldcol" value="" optional="True" argument="oldcol" help=""/> | |
8791 <param name="update_name_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8792 </when> | |
8793 </conditional> | |
8794 <conditional name="CONDITIONAL_update_alleles"> | |
8795 <param name="CONDITIONAL_SELECT_update_alleles" type="select" label="Set Update alleles" help="Update variant allele codes. " argument="--update-alleles"> | |
8796 <option value="no_set" selected="True">Don't set</option> | |
8797 <option value="set">Set value(s)</option> | |
8798 </param> | |
8799 <when value="no_set"> | |
8800 </when> | |
8801 <when value="set"> | |
8802 | |
8803 <param name="update_alleles_MOD_0_0" type="data" format="txt" label="fname" multiple="False" optional="False" argument="fname"/> | |
8804 </when> | |
8805 </conditional> | |
8806 <conditional name="CONDITIONAL_allele1234"> | |
8807 <param name="CONDITIONAL_SELECT_allele1234" type="select" label="Set Allele1234" help="Interpret/recode A/C/G/T alleles as 1/2/3/4. With 'multichar', converts all A/C/G/Ts in allele names to 1/2/3/4s. " argument="--allele1234"> | |
8808 <option value="no_set" selected="True">Don't set</option> | |
8809 <option value="set">Set value(s)</option> | |
8810 </param> | |
8811 <when value="no_set"> | |
8812 </when> | |
8813 <when value="set"> | |
8814 | |
8815 <param name="allele1234_MOD_0_0" type="text" label="multichar" value="" optional="True" argument="multichar" help=""/> | |
8816 </when> | |
8817 </conditional> | |
8818 <conditional name="CONDITIONAL_alleleACGT"> | |
8819 <param name="CONDITIONAL_SELECT_alleleACGT" type="select" label="Set Alleleacgt" help="Reverse of --allele1234. " argument="--alleleACGT"> | |
8820 <option value="no_set" selected="True">Don't set</option> | |
8821 <option value="set">Set value(s)</option> | |
8822 </param> | |
8823 <when value="no_set"> | |
8824 </when> | |
8825 <when value="set"> | |
8826 | |
8827 <param name="alleleACGT_MOD_0_0" type="text" label="multichar" value="" optional="True" argument="multichar" help=""/> | |
8828 </when> | |
8829 </conditional> | |
8830 <conditional name="CONDITIONAL_update_ids"> | |
8831 <param name="CONDITIONAL_SELECT_update_ids" type="select" label="Set Update ids" help="Update sample IDs. " argument="--update-ids"> | |
8832 <option value="no_set" selected="True">Don't set</option> | |
8833 <option value="set">Set value(s)</option> | |
8834 </param> | |
8835 <when value="no_set"> | |
8836 </when> | |
8837 <when value="set"> | |
8838 | |
8839 <param name="update_ids_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8840 </when> | |
8841 </conditional> | |
8842 <conditional name="CONDITIONAL_update_parents"> | |
8843 <param name="CONDITIONAL_SELECT_update_parents" type="select" label="Set Update parents" help="Update parental IDs. " argument="--update-parents"> | |
8844 <option value="no_set" selected="True">Don't set</option> | |
8845 <option value="set">Set value(s)</option> | |
8846 </param> | |
8847 <when value="no_set"> | |
8848 </when> | |
8849 <when value="set"> | |
8850 | |
8851 <param name="update_parents_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8852 </when> | |
8853 </conditional> | |
8854 <conditional name="CONDITIONAL_update_sex"> | |
8855 <param name="CONDITIONAL_SELECT_update_sex" type="select" label="Set Update sex" help="Update sexes. Sex (1 or M = male, 2 or F = female, 0 = missing) is loaded from column n+2 (default n is 1). " argument="--update-sex"> | |
8856 <option value="no_set" selected="True">Don't set</option> | |
8857 <option value="set">Set value(s)</option> | |
8858 </param> | |
8859 <when value="no_set"> | |
8860 </when> | |
8861 <when value="set"> | |
8862 | |
8863 <param name="update_sex_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8864 <param name="update_sex_MOD_1_0" type="integer" label="n" value="" optional="True" argument="n" help=""/> | |
8865 </when> | |
8866 </conditional> | |
8867 <conditional name="CONDITIONAL_flip"> | |
8868 <param name="CONDITIONAL_SELECT_flip" type="select" label="Set Flip" help="Flip alleles (A<->T, C<->G) for SNP IDs in the file. " argument="--flip"> | |
8869 <option value="no_set" selected="True">Don't set</option> | |
8870 <option value="set">Set value(s)</option> | |
8871 </param> | |
8872 <when value="no_set"> | |
8873 </when> | |
8874 <when value="set"> | |
8875 | |
8876 <param name="flip_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
8877 </when> | |
8878 </conditional> | |
8879 <conditional name="CONDITIONAL_flip_subset"> | |
8880 <param name="CONDITIONAL_SELECT_flip_subset" type="select" label="Set Flip subset" help="Only apply --flip to samples in --flip-subset file. " argument="--flip-subset"> | |
8881 <option value="no_set" selected="True">Don't set</option> | |
8882 <option value="set">Set value(s)</option> | |
8883 </param> | |
8884 <when value="no_set"> | |
8885 </when> | |
8886 <when value="set"> | |
8887 | |
8888 <param name="flip_subset_MOD_0_0" type="data" format="txt" label="fn" multiple="False" optional="False" argument="fn"/> | |
8889 </when> | |
8890 </conditional> | |
8891 <conditional name="CONDITIONAL_flip_scan_window"> | |
8892 <param name="CONDITIONAL_SELECT_flip_scan_window" type="select" label="Set Flip scan window" help="Set --flip-scan max variant ct dist. (def. 10). " argument="--flip-scan-window"> | |
8893 <option value="no_set" selected="True">Don't set</option> | |
8894 <option value="set">Set value(s)</option> | |
8895 </param> | |
8896 <when value="no_set"> | |
8897 </when> | |
8898 <when value="set"> | |
8899 | |
8900 <param name="flip_scan_window_MOD_0_0" type="text" label="ct+1" value="" optional="False" argument="ct+1" help=""/> | |
8901 </when> | |
8902 </conditional> | |
8903 <conditional name="CONDITIONAL_flip_scan_window_kb"> | |
8904 <param name="CONDITIONAL_SELECT_flip_scan_window_kb" type="select" label="Set Flip scan window kb" help="Set --flip-scan max kb distance (default 1000). " argument="--flip-scan-window-kb"> | |
8905 <option value="no_set" selected="True">Don't set</option> | |
8906 <option value="set">Set value(s)</option> | |
8907 </param> | |
8908 <when value="no_set"> | |
8909 </when> | |
8910 <when value="set"> | |
8911 | |
8912 <param name="flip_scan_window_kb_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
8913 </when> | |
8914 </conditional> | |
8915 <conditional name="CONDITIONAL_flip_scan_threshold"> | |
8916 <param name="CONDITIONAL_SELECT_flip_scan_threshold" type="select" label="Set Flip scan threshold" help="Set --flip-scan min correlation (default 0.5). " argument="--flip-scan-threshold"> | |
8917 <option value="no_set" selected="True">Don't set</option> | |
8918 <option value="set">Set value(s)</option> | |
8919 </param> | |
8920 <when value="no_set"> | |
8921 </when> | |
8922 <when value="set"> | |
8923 | |
8924 <param name="flip_scan_threshold_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
8925 </when> | |
8926 </conditional> | |
8927 <conditional name="CONDITIONAL_keep_allele_order"> | |
8928 <param name="CONDITIONAL_SELECT_keep_allele_order" type="select" label="Set Keep allele order" help="Keep the allele order defined in the .bim file, " argument="--keep-allele-order"> | |
8929 <option value="no_set" selected="True">Don't set</option> | |
8930 <option value="set">Set value(s)</option> | |
8931 </param> | |
8932 <when value="no_set"> | |
8933 </when> | |
8934 <when value="set"> | |
8935 | |
8936 </when> | |
8937 </conditional> | |
8938 <conditional name="CONDITIONAL_real_ref_alleles"> | |
8939 <param name="CONDITIONAL_SELECT_real_ref_alleles" type="select" label="Set Real ref alleles" help="" argument="--real-ref-alleles"> | |
8940 <option value="no_set" selected="True">Don't set</option> | |
8941 <option value="set">Set value(s)</option> | |
8942 </param> | |
8943 <when value="no_set"> | |
8944 </when> | |
8945 <when value="set"> | |
8946 | |
8947 <param name="real_ref_alleles_MOD_0_0" type="text" label="-fid/-iid" value="" optional="True" argument="-fid/-iid" help=""/> | |
8948 </when> | |
8949 </conditional> | |
8950 <conditional name="CONDITIONAL_a1_allele"> | |
8951 <param name="CONDITIONAL_SELECT_a1_allele" type="select" label="Set A1 allele" help="Force alleles in the file to A1. " argument="--a1-allele"> | |
8952 <option value="no_set" selected="True">Don't set</option> | |
8953 <option value="set">Set value(s)</option> | |
8954 </param> | |
8955 <when value="no_set"> | |
8956 </when> | |
8957 <when value="set"> | |
8958 | |
8959 <param name="a1_allele_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
8960 <param name="a1_allele_MOD_1_0" type="text" label="a1col" value="" optional="True" argument="a1col" help=""/> | |
8961 <param name="a1_allele_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8962 <param name="a1_allele_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8963 </when> | |
8964 </conditional> | |
8965 <conditional name="CONDITIONAL_a2_allele"> | |
8966 <param name="CONDITIONAL_SELECT_a2_allele" type="select" label="Set A2 allele" help="Force alleles in the file to A2. ("--a2-allele [VCF filename] 4 3 '#'", which scrapes reference allele assignments from a VCF file, is especially useful.)" argument="--a2-allele"> | |
8967 <option value="no_set" selected="True">Don't set</option> | |
8968 <option value="set">Set value(s)</option> | |
8969 </param> | |
8970 <when value="no_set"> | |
8971 </when> | |
8972 <when value="set"> | |
8973 | |
8974 <param name="a2_allele_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
8975 <param name="a2_allele_MOD_1_0" type="text" label="a2col" value="" optional="True" argument="a2col" help=""/> | |
8976 <param name="a2_allele_MOD_2_0" type="text" label="IDcol" value="" optional="True" argument="IDcol" help=""/> | |
8977 <param name="a2_allele_MOD_3_0" type="text" label="skip" value="" optional="True" argument="skip" help=""/> | |
8978 </when> | |
8979 </conditional> | |
8980 <conditional name="CONDITIONAL_indiv_sort"> | |
8981 <param name="CONDITIONAL_SELECT_indiv_sort" type="select" label="Set Indiv sort" help="Specify FID/IID sort order. The following four modes are supported: * 'none'/'0' keeps samples in the order they were loaded. Default for non-merge operations. * 'natural'/'n' invokes 'natural sort', e.g. 'id2' < 'ID3' < 'id10'. Default when merging. * 'ascii'/'a' sorts in ASCII order, e.g. 'ID3' < 'id10' < 'id2'. * 'file'/'f' uses the order in the given file (named in the second parameter). For now, only --merge/--bmerge/--merge-list and --make-bed/--make-just-fam respect this flag. " argument="--indiv-sort"> | |
8982 <option value="no_set" selected="True">Don't set</option> | |
8983 <option value="set">Set value(s)</option> | |
8984 </param> | |
8985 <when value="no_set"> | |
8986 </when> | |
8987 <when value="set"> | |
8988 | |
8989 <param name="indiv_sort_MOD_0_0" type="text" label="m" value="" optional="False" argument="m" help=""/> | |
8990 <param name="indiv_sort_MOD_1_0" type="data" format="txt" label="f" multiple="False" optional="True" argument="f"/> | |
8991 </when> | |
8992 </conditional> | |
8993 <conditional name="CONDITIONAL_with_phenotype"> | |
8994 <param name="CONDITIONAL_SELECT_with_phenotype" type="select" label="Set With phenotype" help="Include more sample info in new .cov file. " argument="--with-phenotype"> | |
8995 <option value="no_set" selected="True">Don't set</option> | |
8996 <option value="set">Set value(s)</option> | |
8997 </param> | |
8998 <when value="no_set"> | |
8999 </when> | |
9000 <when value="set"> | |
9001 | |
9002 <param name="with_phenotype_MOD_0_0" type="text" label="no-parents" value="" optional="True" argument="no-parents" help=""/> | |
9003 <conditional name="CONDITIONAL_with_phenotype_MOD_1"> | |
9004 <param name="CONDITIONAL_SELECT_with_phenotype_MOD_1" type="select" label="How to set With phenotype"> | |
9005 <option value="no_set" selected="True">Don't set</option> | |
9006 <option value="from_list">Select from list</option> | |
9007 | |
9008 </param> | |
9009 <when value="no_set"> | |
9010 </when> | |
9011 | |
9012 <when value="from_list"> | |
9013 <param name="with_phenotype_MOD_1" type="select" label="Select value"> | |
9014 <option value="no-sex">no-sex</option> | |
9015 <option value="female-2">female-2</option> | |
9016 </param> | |
9017 </when> | |
9018 </conditional> | |
9019 </when> | |
9020 </conditional> | |
9021 <conditional name="CONDITIONAL_dummy_coding"> | |
9022 <param name="CONDITIONAL_SELECT_dummy_coding" type="select" label="Set Dummy coding" help="Split categorical variables (n categories, 2 < n <= N, default N is 49) into n-1 binary dummy variables when writing covariate file. " argument="--dummy-coding"> | |
9023 <option value="no_set" selected="True">Don't set</option> | |
9024 <option value="set">Set value(s)</option> | |
9025 </param> | |
9026 <when value="no_set"> | |
9027 </when> | |
9028 <when value="set"> | |
9029 | |
9030 <param name="dummy_coding_MOD_0_0" type="text" label="N" value="" optional="True" argument="N" help=""/> | |
9031 <param name="dummy_coding_MOD_1_0" type="text" label="no-round" value="" optional="True" argument="no-round" help=""/> | |
9032 </when> | |
9033 </conditional> | |
9034 <conditional name="CONDITIONAL_merge_mode"> | |
9035 <param name="CONDITIONAL_SELECT_merge_mode" type="select" label="Set Merge mode" help="Adjust --{b}merge/--merge-list behavior based on a numeric code. 1 (default) = ignore missing calls, otherwise difference -> missing 2 = only overwrite originally missing calls 3 = only overwrite when nonmissing in new file 4/5 = never overwrite and always overwrite, respectively 6 = report all mismatching calls without merging 7 = report mismatching nonmissing calls without merging " argument="--merge-mode"> | |
9036 <option value="no_set" selected="True">Don't set</option> | |
9037 <option value="set">Set value(s)</option> | |
9038 </param> | |
9039 <when value="no_set"> | |
9040 </when> | |
9041 <when value="set"> | |
9042 | |
9043 <param name="merge_mode_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
9044 </when> | |
9045 </conditional> | |
9046 <conditional name="CONDITIONAL_merge_equal_pos"> | |
9047 <param name="CONDITIONAL_SELECT_merge_equal_pos" type="select" label="Set Merge equal pos" help="With --merge/--bmerge/--merge-list, merge variants with different names but identical positions. (Exception: same-position chromosome code 0 variants aren't merged.) " argument="--merge-equal-pos"> | |
9048 <option value="no_set" selected="True">Don't set</option> | |
9049 <option value="set">Set value(s)</option> | |
9050 </param> | |
9051 <when value="no_set"> | |
9052 </when> | |
9053 <when value="set"> | |
9054 | |
9055 </when> | |
9056 </conditional> | |
9057 <conditional name="CONDITIONAL_mendel_duos"> | |
9058 <param name="CONDITIONAL_SELECT_mendel_duos" type="select" label="Set Mendel duos" help="Make Mendel error checks consider samples with only one parent in the dataset. " argument="--mendel-duos"> | |
9059 <option value="no_set" selected="True">Don't set</option> | |
9060 <option value="set">Set value(s)</option> | |
9061 </param> | |
9062 <when value="no_set"> | |
9063 </when> | |
9064 <when value="set"> | |
9065 | |
9066 </when> | |
9067 </conditional> | |
9068 <conditional name="CONDITIONAL_mendel_multigen"> | |
9069 <param name="CONDITIONAL_SELECT_mendel_multigen" type="select" label="Set Mendel multigen" help="Make Mendel error checks consider (great-)grandparental genotypes when parental genotype data is missing. " argument="--mendel-multigen"> | |
9070 <option value="no_set" selected="True">Don't set</option> | |
9071 <option value="set">Set value(s)</option> | |
9072 </param> | |
9073 <when value="no_set"> | |
9074 </when> | |
9075 <when value="set"> | |
9076 | |
9077 </when> | |
9078 </conditional> | |
9079 <conditional name="CONDITIONAL_ld_window"> | |
9080 <param name="CONDITIONAL_SELECT_ld_window" type="select" label="Set Ld window" help="Set --r/--r2 max variant ct pairwise distance (usu. 10). " argument="--ld-window"> | |
9081 <option value="no_set" selected="True">Don't set</option> | |
9082 <option value="set">Set value(s)</option> | |
9083 </param> | |
9084 <when value="no_set"> | |
9085 </when> | |
9086 <when value="set"> | |
9087 | |
9088 <param name="ld_window_MOD_0_0" type="text" label="ct+1" value="" optional="False" argument="ct+1" help=""/> | |
9089 </when> | |
9090 </conditional> | |
9091 <conditional name="CONDITIONAL_ld_window_kb"> | |
9092 <param name="CONDITIONAL_SELECT_ld_window_kb" type="select" label="Set Ld window kb" help="Set --r/--r2 max kb pairwise distance (usually 1000). " argument="--ld-window-kb"> | |
9093 <option value="no_set" selected="True">Don't set</option> | |
9094 <option value="set">Set value(s)</option> | |
9095 </param> | |
9096 <when value="no_set"> | |
9097 </when> | |
9098 <when value="set"> | |
9099 | |
9100 <param name="ld_window_kb_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9101 </when> | |
9102 </conditional> | |
9103 <conditional name="CONDITIONAL_ld_window_cm"> | |
9104 <param name="CONDITIONAL_SELECT_ld_window_cm" type="select" label="Set Ld window cm" help="Set --r/--r2 max centimorgan pairwise distance. " argument="--ld-window-cm"> | |
9105 <option value="no_set" selected="True">Don't set</option> | |
9106 <option value="set">Set value(s)</option> | |
9107 </param> | |
9108 <when value="no_set"> | |
9109 </when> | |
9110 <when value="set"> | |
9111 | |
9112 <param name="ld_window_cm_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9113 </when> | |
9114 </conditional> | |
9115 <conditional name="CONDITIONAL_ld_window_r2"> | |
9116 <param name="CONDITIONAL_SELECT_ld_window_r2" type="select" label="Set Ld window r2" help="Set threshold for --r2 report inclusion (usually 0.2). " argument="--ld-window-r2"> | |
9117 <option value="no_set" selected="True">Don't set</option> | |
9118 <option value="set">Set value(s)</option> | |
9119 </param> | |
9120 <when value="no_set"> | |
9121 </when> | |
9122 <when value="set"> | |
9123 | |
9124 <param name="ld_window_r2_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9125 </when> | |
9126 </conditional> | |
9127 <conditional name="CONDITIONAL_ld_snp"> | |
9128 <param name="CONDITIONAL_SELECT_ld_snp" type="select" label="Set Ld snp" help="Set first variant in all --r/--r2 pairs. " argument="--ld-snp"> | |
9129 <option value="no_set" selected="True">Don't set</option> | |
9130 <option value="set">Set value(s)</option> | |
9131 </param> | |
9132 <when value="no_set"> | |
9133 </when> | |
9134 <when value="set"> | |
9135 | |
9136 <param name="ld_snp_MOD_0_0" type="text" label="var ID" value="" optional="False" argument="var ID" help=""/> | |
9137 </when> | |
9138 </conditional> | |
9139 <conditional name="CONDITIONAL_ld_snps"> | |
9140 <param name="CONDITIONAL_SELECT_ld_snps" type="select" label="Set Ld snps" help="Restrict first --r/--r2 variant to the given ranges. " argument="--ld-snps"> | |
9141 <option value="no_set" selected="True">Don't set</option> | |
9142 <option value="set">Set value(s)</option> | |
9143 </param> | |
9144 <when value="no_set"> | |
9145 </when> | |
9146 <when value="set"> | |
9147 | |
9148 <param name="ld_snps_MOD_0_0" type="text" label="vID..." value="" optional="False" argument="vID..." help="Multiple values are allowed"/> | |
9149 </when> | |
9150 </conditional> | |
9151 <conditional name="CONDITIONAL_ld_snp_list"> | |
9152 <param name="CONDITIONAL_SELECT_ld_snp_list" type="select" label="Set Ld snp list" help="Restrict first --r/--r2 var. to those named in the file. " argument="--ld-snp-list"> | |
9153 <option value="no_set" selected="True">Don't set</option> | |
9154 <option value="set">Set value(s)</option> | |
9155 </param> | |
9156 <when value="no_set"> | |
9157 </when> | |
9158 <when value="set"> | |
9159 | |
9160 <param name="ld_snp_list_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
9161 </when> | |
9162 </conditional> | |
9163 <conditional name="CONDITIONAL_list_all"> | |
9164 <param name="CONDITIONAL_SELECT_list_all" type="select" label="Set List all" help="Generate the 'all' mode report when using --show-tags in file mode. " argument="--list-all"> | |
9165 <option value="no_set" selected="True">Don't set</option> | |
9166 <option value="set">Set value(s)</option> | |
9167 </param> | |
9168 <when value="no_set"> | |
9169 </when> | |
9170 <when value="set"> | |
9171 | |
9172 </when> | |
9173 </conditional> | |
9174 <conditional name="CONDITIONAL_tag_kb"> | |
9175 <param name="CONDITIONAL_SELECT_tag_kb" type="select" label="Set Tag kb" help="Set --show-tags max tag kb distance (default 250). " argument="--tag-kb"> | |
9176 <option value="no_set" selected="True">Don't set</option> | |
9177 <option value="set">Set value(s)</option> | |
9178 </param> | |
9179 <when value="no_set"> | |
9180 </when> | |
9181 <when value="set"> | |
9182 | |
9183 <param name="tag_kb_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
9184 </when> | |
9185 </conditional> | |
9186 <conditional name="CONDITIONAL_tag_r2"> | |
9187 <param name="CONDITIONAL_SELECT_tag_r2" type="select" label="Set Tag r2" help="Set --show-tags min tag r-squared (default 0.8) " argument="--tag-r2"> | |
9188 <option value="no_set" selected="True">Don't set</option> | |
9189 <option value="set">Set value(s)</option> | |
9190 </param> | |
9191 <when value="no_set"> | |
9192 </when> | |
9193 <when value="set"> | |
9194 | |
9195 <param name="tag_r2_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
9196 </when> | |
9197 </conditional> | |
9198 <conditional name="CONDITIONAL_tag_mode2"> | |
9199 <param name="CONDITIONAL_SELECT_tag_mode2" type="select" label="Set Tag mode2" help="Use two-column --show-tags (file mode) I/O format. " argument="--tag-mode2"> | |
9200 <option value="no_set" selected="True">Don't set</option> | |
9201 <option value="set">Set value(s)</option> | |
9202 </param> | |
9203 <when value="no_set"> | |
9204 </when> | |
9205 <when value="set"> | |
9206 | |
9207 </when> | |
9208 </conditional> | |
9209 <conditional name="CONDITIONAL_ld_xchr"> | |
9210 <param name="CONDITIONAL_SELECT_ld_xchr" type="select" label="Set Ld xchr" help="Set Xchr model for --indep{-pairwise}, --r/--r2, --flip-scan, and --show-tags. 1 (default) = males coded 0/1, females 0/1/2 (A1 dosage) 2 = males coded 0/2 3 = males coded 0/2, but females given double weighting " argument="--ld-xchr"> | |
9211 <option value="no_set" selected="True">Don't set</option> | |
9212 <option value="set">Set value(s)</option> | |
9213 </param> | |
9214 <when value="no_set"> | |
9215 </when> | |
9216 <when value="set"> | |
9217 | |
9218 <param name="ld_xchr_MOD_0_0" type="text" label="code" value="" optional="False" argument="code" help=""/> | |
9219 </when> | |
9220 </conditional> | |
9221 <conditional name="CONDITIONAL_blocks_max_kb"> | |
9222 <param name="CONDITIONAL_SELECT_blocks_max_kb" type="select" label="Set Blocks max kb" help="Set --blocks maximum haploblock span (def. 200). " argument="--blocks-max-kb"> | |
9223 <option value="no_set" selected="True">Don't set</option> | |
9224 <option value="set">Set value(s)</option> | |
9225 </param> | |
9226 <when value="no_set"> | |
9227 </when> | |
9228 <when value="set"> | |
9229 | |
9230 <param name="blocks_max_kb_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
9231 </when> | |
9232 </conditional> | |
9233 <conditional name="CONDITIONAL_blocks_min_maf"> | |
9234 <param name="CONDITIONAL_SELECT_blocks_min_maf" type="select" label="Set Blocks min maf" help="Adjust --blocks MAF minimum (default 0.05). " argument="--blocks-min-maf"> | |
9235 <option value="no_set" selected="True">Don't set</option> | |
9236 <option value="set">Set value(s)</option> | |
9237 </param> | |
9238 <when value="no_set"> | |
9239 </when> | |
9240 <when value="set"> | |
9241 | |
9242 <param name="blocks_min_maf_MOD_0_0" type="text" label="cutoff" value="" optional="False" argument="cutoff" help=""/> | |
9243 </when> | |
9244 </conditional> | |
9245 <conditional name="CONDITIONAL_blocks_strong_lowci"> | |
9246 <param name="CONDITIONAL_SELECT_blocks_strong_lowci" type="select" label="Set Blocks strong lowci" help="Set --blocks 'strong LD' CI thresholds (defaults " argument="--blocks-strong-lowci"> | |
9247 <option value="no_set" selected="True">Don't set</option> | |
9248 <option value="set">Set value(s)</option> | |
9249 </param> | |
9250 <when value="no_set"> | |
9251 </when> | |
9252 <when value="set"> | |
9253 | |
9254 <param name="blocks_strong_lowci_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9255 </when> | |
9256 </conditional> | |
9257 <conditional name="CONDITIONAL_blocks_strong_highci"> | |
9258 <param name="CONDITIONAL_SELECT_blocks_strong_highci" type="select" label="Set Blocks strong highci" help="" argument="--blocks-strong-highci"> | |
9259 <option value="no_set" selected="True">Don't set</option> | |
9260 <option value="set">Set value(s)</option> | |
9261 </param> | |
9262 <when value="no_set"> | |
9263 </when> | |
9264 <when value="set"> | |
9265 | |
9266 <param name="blocks_strong_highci_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9267 </when> | |
9268 </conditional> | |
9269 <conditional name="CONDITIONAL_blocks_recomb_highci"> | |
9270 <param name="CONDITIONAL_SELECT_blocks_recomb_highci" type="select" label="Set Blocks recomb highci" help="Set 'recombination' CI threshold (default 0.90). " argument="--blocks-recomb-highci"> | |
9271 <option value="no_set" selected="True">Don't set</option> | |
9272 <option value="set">Set value(s)</option> | |
9273 </param> | |
9274 <when value="no_set"> | |
9275 </when> | |
9276 <when value="set"> | |
9277 | |
9278 <param name="blocks_recomb_highci_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9279 </when> | |
9280 </conditional> | |
9281 <conditional name="CONDITIONAL_blocks_inform_frac"> | |
9282 <param name="CONDITIONAL_SELECT_blocks_inform_frac" type="select" label="Set Blocks inform frac" help="Force haploblock [strong LD pairs]:[total informative pairs] ratios to be larger than this value (default 0.95). " argument="--blocks-inform-frac"> | |
9283 <option value="no_set" selected="True">Don't set</option> | |
9284 <option value="set">Set value(s)</option> | |
9285 </param> | |
9286 <when value="no_set"> | |
9287 </when> | |
9288 <when value="set"> | |
9289 | |
9290 <param name="blocks_inform_frac_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9291 </when> | |
9292 </conditional> | |
9293 <conditional name="CONDITIONAL_distance_wts"> | |
9294 <param name="CONDITIONAL_SELECT_distance_wts" type="select" label="Set Distance wts" help="When computing genomic distances, assign each variant a weight of (2q(1-q))^{-x}, where q is the loaded or inferred MAF. " argument="--distance-wts"> | |
9295 <option value="no_set" selected="True">Don't set</option> | |
9296 <option value="set">Set value(s)</option> | |
9297 </param> | |
9298 <when value="no_set"> | |
9299 </when> | |
9300 <when value="set"> | |
9301 | |
9302 <param name="distance_wts_MOD_0_0" type="text" label="x" value="" optional="False" argument="x" help=""/> | |
9303 </when> | |
9304 </conditional> | |
9305 <conditional name="CONDITIONAL_read_dists"> | |
9306 <param name="CONDITIONAL_SELECT_read_dists" type="select" label="Set Read dists" help="Load a triangular binary distance matrix instead of recalculating from scratch. " argument="--read-dists"> | |
9307 <option value="no_set" selected="True">Don't set</option> | |
9308 <option value="set">Set value(s)</option> | |
9309 </param> | |
9310 <when value="no_set"> | |
9311 </when> | |
9312 <when value="set"> | |
9313 | |
9314 <param name="read_dists_MOD_0_0" type="text" label="dist file" value="" optional="False" argument="dist file" help=""/> | |
9315 <param name="read_dists_MOD_1_0" type="text" label="id file" value="" optional="True" argument="id file" help=""/> | |
9316 </when> | |
9317 </conditional> | |
9318 <conditional name="CONDITIONAL_ppc_gap"> | |
9319 <param name="CONDITIONAL_SELECT_ppc_gap" type="select" label="Set Ppc gap" help="Minimum number of base pairs, in thousands, between informative pairs of markers used in --genome PPC test. 500 if unspecified. " argument="--ppc-gap"> | |
9320 <option value="no_set" selected="True">Don't set</option> | |
9321 <option value="set">Set value(s)</option> | |
9322 </param> | |
9323 <when value="no_set"> | |
9324 </when> | |
9325 <when value="set"> | |
9326 | |
9327 <param name="ppc_gap_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
9328 </when> | |
9329 </conditional> | |
9330 <conditional name="CONDITIONAL_min"> | |
9331 <param name="CONDITIONAL_SELECT_min" type="select" label="Set Min" help="Specify minimum PI_HAT for inclusion in --genome report. " argument="--min"> | |
9332 <option value="no_set" selected="True">Don't set</option> | |
9333 <option value="set">Set value(s)</option> | |
9334 </param> | |
9335 <when value="no_set"> | |
9336 </when> | |
9337 <when value="set"> | |
9338 | |
9339 <param name="min_MOD_0_0" type="text" label="cutoff" value="" optional="False" argument="cutoff" help=""/> | |
9340 </when> | |
9341 </conditional> | |
9342 <conditional name="CONDITIONAL_max"> | |
9343 <param name="CONDITIONAL_SELECT_max" type="select" label="Set Max" help="Specify maximum PI_HAT for inclusion in --genome report. " argument="--max"> | |
9344 <option value="no_set" selected="True">Don't set</option> | |
9345 <option value="set">Set value(s)</option> | |
9346 </param> | |
9347 <when value="no_set"> | |
9348 </when> | |
9349 <when value="set"> | |
9350 | |
9351 <param name="max_MOD_0_0" type="text" label="cutoff" value="" optional="False" argument="cutoff" help=""/> | |
9352 </when> | |
9353 </conditional> | |
9354 <conditional name="CONDITIONAL_homozyg_match"> | |
9355 <param name="CONDITIONAL_SELECT_homozyg_match" type="select" label="Set Homozyg match" help="Set minimum concordance across jointly homozygous variants for a pairwise allelic match to be declared. " argument="--homozyg-match"> | |
9356 <option value="no_set" selected="True">Don't set</option> | |
9357 <option value="set">Set value(s)</option> | |
9358 </param> | |
9359 <when value="no_set"> | |
9360 </when> | |
9361 <when value="set"> | |
9362 | |
9363 <param name="homozyg_match_MOD_0_0" type="text" label="" value="" optional="False" argument="" help=""/> | |
9364 </when> | |
9365 </conditional> | |
9366 <conditional name="CONDITIONAL_pool_size"> | |
9367 <param name="CONDITIONAL_SELECT_pool_size" type="select" label="Set Pool size" help="Set minimum size of pools in '--homozyg group' report. " argument="--pool-size"> | |
9368 <option value="no_set" selected="True">Don't set</option> | |
9369 <option value="set">Set value(s)</option> | |
9370 </param> | |
9371 <when value="no_set"> | |
9372 </when> | |
9373 <when value="set"> | |
9374 | |
9375 <param name="pool_size_MOD_0_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
9376 </when> | |
9377 </conditional> | |
9378 <conditional name="CONDITIONAL_read_genome"> | |
9379 <param name="CONDITIONAL_SELECT_read_genome" type="select" label="Set Read genome" help="Load --genome report for --cluster/--neighbour, instead of recalculating IBS and PPC test p-values from scratch. " argument="--read-genome"> | |
9380 <option value="no_set" selected="True">Don't set</option> | |
9381 <option value="set">Set value(s)</option> | |
9382 </param> | |
9383 <when value="no_set"> | |
9384 </when> | |
9385 <when value="set"> | |
9386 | |
9387 <param name="read_genome_MOD_0_0" type="data" format="txt" label="fn" multiple="False" optional="False" argument="fn"/> | |
9388 </when> | |
9389 </conditional> | |
9390 <conditional name="CONDITIONAL_ppc"> | |
9391 <param name="CONDITIONAL_SELECT_ppc" type="select" label="Set Ppc" help="Specify minimum PPC test p-value within a cluster. " argument="--ppc"> | |
9392 <option value="no_set" selected="True">Don't set</option> | |
9393 <option value="set">Set value(s)</option> | |
9394 </param> | |
9395 <when value="no_set"> | |
9396 </when> | |
9397 <when value="set"> | |
9398 | |
9399 <param name="ppc_MOD_0_0" type="text" label="p-val" value="" optional="False" argument="p-val" help=""/> | |
9400 </when> | |
9401 </conditional> | |
9402 <conditional name="CONDITIONAL_mc"> | |
9403 <param name="CONDITIONAL_SELECT_mc" type="select" label="Set Mc" help="Specify maximum cluster size. " argument="--mc"> | |
9404 <option value="no_set" selected="True">Don't set</option> | |
9405 <option value="set">Set value(s)</option> | |
9406 </param> | |
9407 <when value="no_set"> | |
9408 </when> | |
9409 <when value="set"> | |
9410 | |
9411 <param name="mc_MOD_0_0" type="text" label="max size" value="" optional="False" argument="max size" help=""/> | |
9412 </when> | |
9413 </conditional> | |
9414 <conditional name="CONDITIONAL_mcc"> | |
9415 <param name="CONDITIONAL_SELECT_mcc" type="select" label="Set Mcc" help="Specify maximum case and control counts per cluster. " argument="--mcc"> | |
9416 <option value="no_set" selected="True">Don't set</option> | |
9417 <option value="set">Set value(s)</option> | |
9418 </param> | |
9419 <when value="no_set"> | |
9420 </when> | |
9421 <when value="set"> | |
9422 | |
9423 <param name="mcc_MOD_0_0" type="text" label="c1" value="" optional="False" argument="c1" help=""/> | |
9424 <param name="mcc_MOD_1_0" type="text" label="c2" value="" optional="False" argument="c2" help=""/> | |
9425 </when> | |
9426 </conditional> | |
9427 <conditional name="CONDITIONAL_K"> | |
9428 <param name="CONDITIONAL_SELECT_K" type="select" label="Set K" help="Specify minimum cluster count. " argument="--K"> | |
9429 <option value="no_set" selected="True">Don't set</option> | |
9430 <option value="set">Set value(s)</option> | |
9431 </param> | |
9432 <when value="no_set"> | |
9433 </when> | |
9434 <when value="set"> | |
9435 | |
9436 <param name="K_MOD_0_0" type="text" label="min count" value="" optional="False" argument="min count" help=""/> | |
9437 </when> | |
9438 </conditional> | |
9439 <conditional name="CONDITIONAL_ibm"> | |
9440 <param name="CONDITIONAL_SELECT_ibm" type="select" label="Set Ibm" help="Specify minimum identity-by-missingness. " argument="--ibm"> | |
9441 <option value="no_set" selected="True">Don't set</option> | |
9442 <option value="set">Set value(s)</option> | |
9443 </param> | |
9444 <when value="no_set"> | |
9445 </when> | |
9446 <when value="set"> | |
9447 | |
9448 <param name="ibm_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
9449 </when> | |
9450 </conditional> | |
9451 <conditional name="CONDITIONAL_match"> | |
9452 <param name="CONDITIONAL_SELECT_match" type="select" label="Set Match" help="Use covariate values to restrict clustering. Without --match-type, two samples can only be in the same cluster if all covariates match. The optional second parameter specifies a covariate value to treat as missing. " argument="--match"> | |
9453 <option value="no_set" selected="True">Don't set</option> | |
9454 <option value="set">Set value(s)</option> | |
9455 </param> | |
9456 <when value="no_set"> | |
9457 </when> | |
9458 <when value="set"> | |
9459 | |
9460 <param name="match_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
9461 <param name="match_MOD_1_0" type="text" label="mv" value="" optional="True" argument="mv" help=""/> | |
9462 </when> | |
9463 </conditional> | |
9464 <conditional name="CONDITIONAL_match_type"> | |
9465 <param name="CONDITIONAL_SELECT_match_type" type="select" label="Set Match type" help="Refine interpretation of --match file. The --match-type file is expected to be a single line with as many entries as the --match file has covariates; '0' entries specify 'negative matches' (i.e. samples with equal covariate values cannot be in the same cluster), '1' entries specify 'positive matches' (default), and '-1' causes the corresponding covariate to be ignored. " argument="--match-type"> | |
9466 <option value="no_set" selected="True">Don't set</option> | |
9467 <option value="set">Set value(s)</option> | |
9468 </param> | |
9469 <when value="no_set"> | |
9470 </when> | |
9471 <when value="set"> | |
9472 | |
9473 <param name="match_type_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
9474 </when> | |
9475 </conditional> | |
9476 <conditional name="CONDITIONAL_qmatch"> | |
9477 <param name="CONDITIONAL_SELECT_qmatch" type="select" label="Set Qmatch" help="Force all members of a cluster to have similar " argument="--qmatch"> | |
9478 <option value="no_set" selected="True">Don't set</option> | |
9479 <option value="set">Set value(s)</option> | |
9480 </param> | |
9481 <when value="no_set"> | |
9482 </when> | |
9483 <when value="set"> | |
9484 | |
9485 <param name="qmatch_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
9486 <param name="qmatch_MOD_1_0" type="text" label="m" value="" optional="True" argument="m" help=""/> | |
9487 </when> | |
9488 </conditional> | |
9489 <conditional name="CONDITIONAL_qt"> | |
9490 <param name="CONDITIONAL_SELECT_qt" type="select" label="Set Qt" help="" argument="--qt"> | |
9491 <option value="no_set" selected="True">Don't set</option> | |
9492 <option value="set">Set value(s)</option> | |
9493 </param> | |
9494 <when value="no_set"> | |
9495 </when> | |
9496 <when value="set"> | |
9497 | |
9498 <param name="qt_MOD_0_0" type="data" format="txt" label="fname" multiple="False" optional="False" argument="fname"/> | |
9499 </when> | |
9500 </conditional> | |
9501 <conditional name="CONDITIONAL_pca_cluster_names"> | |
9502 <param name="CONDITIONAL_SELECT_pca_cluster_names" type="select" label="Set Pca cluster names" help="These can be used individually or in combination " argument="--pca-cluster-names"> | |
9503 <option value="no_set" selected="True">Don't set</option> | |
9504 <option value="set">Set value(s)</option> | |
9505 </param> | |
9506 <when value="no_set"> | |
9507 </when> | |
9508 <when value="set"> | |
9509 | |
9510 <param name="pca_cluster_names_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
9511 </when> | |
9512 </conditional> | |
9513 <conditional name="CONDITIONAL_pca_clusters"> | |
9514 <param name="CONDITIONAL_SELECT_pca_clusters" type="select" label="Set Pca clusters" help="" argument="--pca-clusters"> | |
9515 <option value="no_set" selected="True">Don't set</option> | |
9516 <option value="set">Set value(s)</option> | |
9517 </param> | |
9518 <when value="no_set"> | |
9519 </when> | |
9520 <when value="set"> | |
9521 | |
9522 <param name="pca_clusters_MOD_0_0" type="data" format="txt" label="fname" multiple="False" optional="False" argument="fname"/> | |
9523 </when> | |
9524 </conditional> | |
9525 <conditional name="CONDITIONAL_mds_plot"> | |
9526 <param name="CONDITIONAL_SELECT_mds_plot" type="select" label="Set Mds plot" help="Multidimensional scaling analysis. Requires --cluster." argument="--mds-plot"> | |
9527 <option value="no_set" selected="True">Don't set</option> | |
9528 <option value="set">Set value(s)</option> | |
9529 </param> | |
9530 <when value="no_set"> | |
9531 </when> | |
9532 <when value="set"> | |
9533 | |
9534 <param name="mds_plot_MOD_0_0" type="text" label="dims" value="" optional="False" argument="dims" help=""/> | |
9535 <param name="mds_plot_MOD_1_0" type="text" label="by-cluster" value="" optional="True" argument="by-cluster" help=""/> | |
9536 <param name="mds_plot_MOD_2_0" type="text" label="eigendecomp" value="" optional="True" argument="eigendecomp" help=""/> | |
9537 <param name="mds_plot_MOD_3_0" type="text" label="eigvals" value="" optional="True" argument="eigvals" help=""/> | |
9538 </when> | |
9539 </conditional> | |
9540 <conditional name="CONDITIONAL_cell"> | |
9541 <param name="CONDITIONAL_SELECT_cell" type="select" label="Set Cell" help="Skip some --model tests when a contingency table entry is smaller than the given threshold. " argument="--cell"> | |
9542 <option value="no_set" selected="True">Don't set</option> | |
9543 <option value="set">Set value(s)</option> | |
9544 </param> | |
9545 <when value="no_set"> | |
9546 </when> | |
9547 <when value="set"> | |
9548 | |
9549 <param name="cell_MOD_0_0" type="text" label="thresh" value="" optional="False" argument="thresh" help=""/> | |
9550 </when> | |
9551 </conditional> | |
9552 <conditional name="CONDITIONAL_condition"> | |
9553 <param name="CONDITIONAL_SELECT_condition" type="select" label="Set Condition" help="Add one variant as a --linear or --logistic covariate. " argument="--condition"> | |
9554 <option value="no_set" selected="True">Don't set</option> | |
9555 <option value="set">Set value(s)</option> | |
9556 </param> | |
9557 <when value="no_set"> | |
9558 </when> | |
9559 <when value="set"> | |
9560 | |
9561 <param name="condition_MOD_0_0" type="text" label="var ID" value="" optional="False" argument="var ID" help=""/> | |
9562 <conditional name="CONDITIONAL_condition_MOD_1"> | |
9563 <param name="CONDITIONAL_SELECT_condition_MOD_1" type="select" label="How to set Condition"> | |
9564 <option value="no_set" selected="True">Don't set</option> | |
9565 <option value="from_list">Select from list</option> | |
9566 | |
9567 </param> | |
9568 <when value="no_set"> | |
9569 </when> | |
9570 | |
9571 <when value="from_list"> | |
9572 <param name="condition_MOD_1" type="select" label="Select value"> | |
9573 <option value="dominant">dominant</option> | |
9574 <option value="recessive">recessive</option> | |
9575 </param> | |
9576 </when> | |
9577 </conditional> | |
9578 </when> | |
9579 </conditional> | |
9580 <conditional name="CONDITIONAL_condition_list"> | |
9581 <param name="CONDITIONAL_SELECT_condition_list" type="select" label="Set Condition list" help="Add variants named in the file as --linear/--logistic covs. " argument="--condition-list"> | |
9582 <option value="no_set" selected="True">Don't set</option> | |
9583 <option value="set">Set value(s)</option> | |
9584 </param> | |
9585 <when value="no_set"> | |
9586 </when> | |
9587 <when value="set"> | |
9588 | |
9589 <param name="condition_list_MOD_0_0" type="data" format="txt" label="f" multiple="False" optional="False" argument="f"/> | |
9590 <conditional name="CONDITIONAL_condition_list_MOD_1"> | |
9591 <param name="CONDITIONAL_SELECT_condition_list_MOD_1" type="select" label="How to set Condition list"> | |
9592 <option value="no_set" selected="True">Don't set</option> | |
9593 <option value="from_list">Select from list</option> | |
9594 | |
9595 </param> | |
9596 <when value="no_set"> | |
9597 </when> | |
9598 | |
9599 <when value="from_list"> | |
9600 <param name="condition_list_MOD_1" type="select" label="Select value"> | |
9601 <option value="dominant">dominant</option> | |
9602 <option value="recessive">recessive</option> | |
9603 </param> | |
9604 </when> | |
9605 </conditional> | |
9606 </when> | |
9607 </conditional> | |
9608 <conditional name="CONDITIONAL_parameters"> | |
9609 <param name="CONDITIONAL_SELECT_parameters" type="select" label="Set Parameters" help="Include only the given covariates/interactions in the --linear/--logistic models, identified by a list of 1-based indices and/or ranges of them. " argument="--parameters"> | |
9610 <option value="no_set" selected="True">Don't set</option> | |
9611 <option value="set">Set value(s)</option> | |
9612 </param> | |
9613 <when value="no_set"> | |
9614 </when> | |
9615 <when value="set"> | |
9616 | |
9617 <param name="parameters_MOD_0_0" type="text" label="..." value="" optional="False" argument="..." help="Multiple values are allowed"/> | |
9618 </when> | |
9619 </conditional> | |
9620 <conditional name="CONDITIONAL_tests"> | |
9621 <param name="CONDITIONAL_SELECT_tests" type="select" label="Set Tests" help="Perform a (joint) test on the specified term(s) in the --linear/--logistic model, identified by 1-based indices and/or ranges of them. If permutation was requested, it is based on this test. * Note that, when --parameters is also present, the indices refer to the terms remaining AFTER pruning by --parameters. * You can use '--tests all' to include all terms. " argument="--tests"> | |
9622 <option value="no_set" selected="True">Don't set</option> | |
9623 <option value="set">Set value(s)</option> | |
9624 </param> | |
9625 <when value="no_set"> | |
9626 </when> | |
9627 <when value="set"> | |
9628 | |
9629 <param name="tests_MOD_0_0" type="text" label="all" value="" optional="True" argument="all" help=""/> | |
9630 <param name="tests_MOD_1_0" type="text" label="..." value="" optional="True" argument="..." help="Multiple values are allowed"/> | |
9631 </when> | |
9632 </conditional> | |
9633 <conditional name="CONDITIONAL_vif"> | |
9634 <param name="CONDITIONAL_SELECT_vif" type="select" label="Set Vif" help="Set VIF threshold for --linear multicollinearity check (default 50). " argument="--vif"> | |
9635 <option value="no_set" selected="True">Don't set</option> | |
9636 <option value="set">Set value(s)</option> | |
9637 </param> | |
9638 <when value="no_set"> | |
9639 </when> | |
9640 <when value="set"> | |
9641 | |
9642 <param name="vif_MOD_0_0" type="text" label="max VIF" value="" optional="False" argument="max VIF" help=""/> | |
9643 </when> | |
9644 </conditional> | |
9645 <conditional name="CONDITIONAL_xchr_model"> | |
9646 <param name="CONDITIONAL_SELECT_xchr_model" type="select" label="Set Xchr model" help="Set the X chromosome --linear/--logistic model. 0 = skip sex and haploid chromosomes 1 (default) = add sex as a covariate on X chromosome 2 = code male genotypes 0/2 instead of 0/1 3 = test for interaction between genotype and sex " argument="--xchr-model"> | |
9647 <option value="no_set" selected="True">Don't set</option> | |
9648 <option value="set">Set value(s)</option> | |
9649 </param> | |
9650 <when value="no_set"> | |
9651 </when> | |
9652 <when value="set"> | |
9653 | |
9654 <param name="xchr_model_MOD_0_0" type="text" label="code" value="" optional="False" argument="code" help=""/> | |
9655 </when> | |
9656 </conditional> | |
9657 <conditional name="CONDITIONAL_lasso_select_covars"> | |
9658 <param name="CONDITIONAL_SELECT_lasso_select_covars" type="select" label="Set Lasso select covars" help="Subject some or all covariates to LASSO model selection. " argument="--lasso-select-covars"> | |
9659 <option value="no_set" selected="True">Don't set</option> | |
9660 <option value="set">Set value(s)</option> | |
9661 </param> | |
9662 <when value="no_set"> | |
9663 </when> | |
9664 <when value="set"> | |
9665 | |
9666 <param name="lasso_select_covars_MOD_0_0" type="text" label="cov(s)..." value="" optional="True" argument="cov(s)..." help="Multiple values are allowed"/> | |
9667 </when> | |
9668 </conditional> | |
9669 <conditional name="CONDITIONAL_adjust"> | |
9670 <param name="CONDITIONAL_SELECT_adjust" type="select" label="Set Adjust" help="Report some multiple-testing corrections. " argument="--adjust"> | |
9671 <option value="no_set" selected="True">Don't set</option> | |
9672 <option value="set">Set value(s)</option> | |
9673 </param> | |
9674 <when value="no_set"> | |
9675 </when> | |
9676 <when value="set"> | |
9677 | |
9678 <param name="adjust_MOD_0_0" type="text" label="gc" value="" optional="True" argument="gc" help=""/> | |
9679 <param name="adjust_MOD_1_0" type="text" label="log10" value="" optional="True" argument="log10" help=""/> | |
9680 <param name="adjust_MOD_2_0" type="text" label="qq-plot" value="" optional="True" argument="qq-plot" help=""/> | |
9681 </when> | |
9682 </conditional> | |
9683 <conditional name="CONDITIONAL_lambda"> | |
9684 <param name="CONDITIONAL_SELECT_lambda" type="select" label="Set Lambda" help="Set genomic control lambda for --adjust. " argument="--lambda"> | |
9685 <option value="no_set" selected="True">Don't set</option> | |
9686 <option value="set">Set value(s)</option> | |
9687 </param> | |
9688 <when value="no_set"> | |
9689 </when> | |
9690 <when value="set"> | |
9691 | |
9692 <param name="lambda_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
9693 </when> | |
9694 </conditional> | |
9695 <conditional name="CONDITIONAL_ci"> | |
9696 <param name="CONDITIONAL_SELECT_ci" type="select" label="Set Ci" help="Report confidence intervals for odds ratios. " argument="--ci"> | |
9697 <option value="no_set" selected="True">Don't set</option> | |
9698 <option value="set">Set value(s)</option> | |
9699 </param> | |
9700 <when value="no_set"> | |
9701 </when> | |
9702 <when value="set"> | |
9703 | |
9704 <param name="ci_MOD_0_0" type="text" label="size" value="" optional="False" argument="size" help=""/> | |
9705 </when> | |
9706 </conditional> | |
9707 <conditional name="CONDITIONAL_pfilter"> | |
9708 <param name="CONDITIONAL_SELECT_pfilter" type="select" label="Set Pfilter" help="Filter out association test results with higher p-values. " argument="--pfilter"> | |
9709 <option value="no_set" selected="True">Don't set</option> | |
9710 <option value="set">Set value(s)</option> | |
9711 </param> | |
9712 <when value="no_set"> | |
9713 </when> | |
9714 <when value="set"> | |
9715 | |
9716 <param name="pfilter_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
9717 </when> | |
9718 </conditional> | |
9719 <conditional name="CONDITIONAL_aperm"> | |
9720 <param name="CONDITIONAL_SELECT_aperm" type="select" label="Set Aperm" help="Set up to six parameters controlling adaptive permutation tests. * The first two control the minimum and maximum number of permutations that may be run for each variant; default values are 5 and 1000000. * The next two control the early termination condition. A 100% * (1 - beta/2T) confidence interval is calculated for each empirical p-value, where T is the total number of variants; whenever this confidence interval doesn't contain alpha, the variant is exempted from further permutation testing. Default values are 0 and 1e-4. * The last two control when the early termination condition is checked. If a check occurs at permutation #p, the next check occurs after [slope]p + [init interval] more permutations (rounded down). Default initial interval is 1, and default slope is 0.001." argument="--aperm"> | |
9721 <option value="no_set" selected="True">Don't set</option> | |
9722 <option value="set">Set value(s)</option> | |
9723 </param> | |
9724 <when value="no_set"> | |
9725 </when> | |
9726 <when value="set"> | |
9727 | |
9728 <param name="aperm_MOD_0_0" type="text" label="min perms - 1" value="" optional="False" argument="min perms - 1" help=""/> | |
9729 <param name="aperm_MOD_1_0" type="text" label="max perms" value="" optional="True" argument="max perms" help=""/> | |
9730 <param name="aperm_MOD_2_0" type="text" label="alpha" value="" optional="True" argument="alpha" help=""/> | |
9731 <param name="aperm_MOD_3_0" type="text" label="beta" value="" optional="True" argument="beta" help=""/> | |
9732 <param name="aperm_MOD_4_0" type="text" label="init interval" value="" optional="True" argument="init interval" help=""/> | |
9733 <param name="aperm_MOD_5_0" type="text" label="slope" value="" optional="True" argument="slope" help=""/> | |
9734 </when> | |
9735 </conditional> | |
9736 <conditional name="CONDITIONAL_mperm_save"> | |
9737 <param name="CONDITIONAL_SELECT_mperm_save" type="select" label="Set Mperm save" help="Save best max(T) permutation test statistics. " argument="--mperm-save"> | |
9738 <option value="no_set" selected="True">Don't set</option> | |
9739 <option value="set">Set value(s)</option> | |
9740 </param> | |
9741 <when value="no_set"> | |
9742 </when> | |
9743 <when value="set"> | |
9744 | |
9745 </when> | |
9746 </conditional> | |
9747 <conditional name="CONDITIONAL_mperm_save_all"> | |
9748 <param name="CONDITIONAL_SELECT_mperm_save_all" type="select" label="Set Mperm save all" help="Save all max(T) permutation test statistics. " argument="--mperm-save-all"> | |
9749 <option value="no_set" selected="True">Don't set</option> | |
9750 <option value="set">Set value(s)</option> | |
9751 </param> | |
9752 <when value="no_set"> | |
9753 </when> | |
9754 <when value="set"> | |
9755 | |
9756 </when> | |
9757 </conditional> | |
9758 <conditional name="CONDITIONAL_set_p"> | |
9759 <param name="CONDITIONAL_SELECT_set_p" type="select" label="Set Set p" help="Adjust set test significant variant p-value ceiling (default 0.05). " argument="--set-p"> | |
9760 <option value="no_set" selected="True">Don't set</option> | |
9761 <option value="set">Set value(s)</option> | |
9762 </param> | |
9763 <when value="no_set"> | |
9764 </when> | |
9765 <when value="set"> | |
9766 | |
9767 <param name="set_p_MOD_0_0" type="text" label="p-val" value="" optional="False" argument="p-val" help=""/> | |
9768 </when> | |
9769 </conditional> | |
9770 <conditional name="CONDITIONAL_set_r2"> | |
9771 <param name="CONDITIONAL_SELECT_set_r2" type="select" label="Set Set r2" help="Adjust set test significant variant pairwise r^2 ceiling (default 0.5). 'write' causes violating pairs to be dumped to {output prefix}.ldset. " argument="--set-r2"> | |
9772 <option value="no_set" selected="True">Don't set</option> | |
9773 <option value="set">Set value(s)</option> | |
9774 </param> | |
9775 <when value="no_set"> | |
9776 </when> | |
9777 <when value="set"> | |
9778 | |
9779 <param name="set_r2_MOD_0_0" type="text" label="v" value="" optional="True" argument="v" help=""/> | |
9780 <param name="set_r2_MOD_1_0" type="text" label="write" value="" optional="True" argument="write" help=""/> | |
9781 </when> | |
9782 </conditional> | |
9783 <conditional name="CONDITIONAL_set_max"> | |
9784 <param name="CONDITIONAL_SELECT_set_max" type="select" label="Set Set max" help="Adjust set test maximum # of significant variants considered per set (default 5). " argument="--set-max"> | |
9785 <option value="no_set" selected="True">Don't set</option> | |
9786 <option value="set">Set value(s)</option> | |
9787 </param> | |
9788 <when value="no_set"> | |
9789 </when> | |
9790 <when value="set"> | |
9791 | |
9792 <param name="set_max_MOD_0_0" type="integer" label="ct" value="" optional="False" argument="ct" help=""/> | |
9793 </when> | |
9794 </conditional> | |
9795 <conditional name="CONDITIONAL_set_test_lambda"> | |
9796 <param name="CONDITIONAL_SELECT_set_test_lambda" type="select" label="Set Set test lambda" help="Specify genomic control correction for set test. " argument="--set-test-lambda"> | |
9797 <option value="no_set" selected="True">Don't set</option> | |
9798 <option value="set">Set value(s)</option> | |
9799 </param> | |
9800 <when value="no_set"> | |
9801 </when> | |
9802 <when value="set"> | |
9803 | |
9804 <param name="set_test_lambda_MOD_0_0" type="text" label="v" value="" optional="False" argument="v" help=""/> | |
9805 </when> | |
9806 </conditional> | |
9807 <conditional name="CONDITIONAL_border"> | |
9808 <param name="CONDITIONAL_SELECT_border" type="select" label="Set Border" help="Extend --annotate range intervals by given # kbs. " argument="--border"> | |
9809 <option value="no_set" selected="True">Don't set</option> | |
9810 <option value="set">Set value(s)</option> | |
9811 </param> | |
9812 <when value="no_set"> | |
9813 </when> | |
9814 <when value="set"> | |
9815 | |
9816 <param name="border_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
9817 </when> | |
9818 </conditional> | |
9819 <conditional name="CONDITIONAL_annotate_snp_field"> | |
9820 <param name="CONDITIONAL_SELECT_annotate_snp_field" type="select" label="Set Annotate snp field" help="Set --annotate variant ID field name. " argument="--annotate-snp-field"> | |
9821 <option value="no_set" selected="True">Don't set</option> | |
9822 <option value="set">Set value(s)</option> | |
9823 </param> | |
9824 <when value="no_set"> | |
9825 </when> | |
9826 <when value="set"> | |
9827 | |
9828 <param name="annotate_snp_field_MOD_0_0" type="text" label="nm" value="" optional="False" argument="nm" help=""/> | |
9829 </when> | |
9830 </conditional> | |
9831 <conditional name="CONDITIONAL_clump_p1"> | |
9832 <param name="CONDITIONAL_SELECT_clump_p1" type="select" label="Set Clump p1" help="Set --clump index var. p-value ceiling (default 1e-4). " argument="--clump-p1"> | |
9833 <option value="no_set" selected="True">Don't set</option> | |
9834 <option value="set">Set value(s)</option> | |
9835 </param> | |
9836 <when value="no_set"> | |
9837 </when> | |
9838 <when value="set"> | |
9839 | |
9840 <param name="clump_p1_MOD_0_0" type="text" label="pval" value="" optional="False" argument="pval" help=""/> | |
9841 </when> | |
9842 </conditional> | |
9843 <conditional name="CONDITIONAL_clump_p2"> | |
9844 <param name="CONDITIONAL_SELECT_clump_p2" type="select" label="Set Clump p2" help="Set --clump secondary p-value threshold (default 0.01). " argument="--clump-p2"> | |
9845 <option value="no_set" selected="True">Don't set</option> | |
9846 <option value="set">Set value(s)</option> | |
9847 </param> | |
9848 <when value="no_set"> | |
9849 </when> | |
9850 <when value="set"> | |
9851 | |
9852 <param name="clump_p2_MOD_0_0" type="text" label="pval" value="" optional="False" argument="pval" help=""/> | |
9853 </when> | |
9854 </conditional> | |
9855 <conditional name="CONDITIONAL_clump_r2"> | |
9856 <param name="CONDITIONAL_SELECT_clump_r2" type="select" label="Set Clump r2" help="Set --clump r^2 threshold (default 0.5). " argument="--clump-r2"> | |
9857 <option value="no_set" selected="True">Don't set</option> | |
9858 <option value="set">Set value(s)</option> | |
9859 </param> | |
9860 <when value="no_set"> | |
9861 </when> | |
9862 <when value="set"> | |
9863 | |
9864 <param name="clump_r2_MOD_0_0" type="text" label="r^2" value="" optional="False" argument="r^2" help=""/> | |
9865 </when> | |
9866 </conditional> | |
9867 <conditional name="CONDITIONAL_clump_kb"> | |
9868 <param name="CONDITIONAL_SELECT_clump_kb" type="select" label="Set Clump kb" help="Set --clump kb radius (default 250). " argument="--clump-kb"> | |
9869 <option value="no_set" selected="True">Don't set</option> | |
9870 <option value="set">Set value(s)</option> | |
9871 </param> | |
9872 <when value="no_set"> | |
9873 </when> | |
9874 <when value="set"> | |
9875 | |
9876 <param name="clump_kb_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
9877 </when> | |
9878 </conditional> | |
9879 <conditional name="CONDITIONAL_clump_snp_field"> | |
9880 <param name="CONDITIONAL_SELECT_clump_snp_field" type="select" label="Set Clump snp field" help="Set --clump variant ID field name (default 'SNP'). With multiple field names, earlier names take precedence over later ones. " argument="--clump-snp-field"> | |
9881 <option value="no_set" selected="True">Don't set</option> | |
9882 <option value="set">Set value(s)</option> | |
9883 </param> | |
9884 <when value="no_set"> | |
9885 </when> | |
9886 <when value="set"> | |
9887 | |
9888 <param name="clump_snp_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
9889 </when> | |
9890 </conditional> | |
9891 <conditional name="CONDITIONAL_clump_field"> | |
9892 <param name="CONDITIONAL_SELECT_clump_field" type="select" label="Set Clump field" help="Set --clump p-value field name (default 'P'). " argument="--clump-field"> | |
9893 <option value="no_set" selected="True">Don't set</option> | |
9894 <option value="set">Set value(s)</option> | |
9895 </param> | |
9896 <when value="no_set"> | |
9897 </when> | |
9898 <when value="set"> | |
9899 | |
9900 <param name="clump_field_MOD_0_0" type="text" label="name..." value="" optional="False" argument="name..." help="Multiple values are allowed"/> | |
9901 </when> | |
9902 </conditional> | |
9903 <conditional name="CONDITIONAL_clump_allow_overlap"> | |
9904 <param name="CONDITIONAL_SELECT_clump_allow_overlap" type="select" label="Set Clump allow overlap" help="Let --clump non-index vars. join multiple clumps. " argument="--clump-allow-overlap"> | |
9905 <option value="no_set" selected="True">Don't set</option> | |
9906 <option value="set">Set value(s)</option> | |
9907 </param> | |
9908 <when value="no_set"> | |
9909 </when> | |
9910 <when value="set"> | |
9911 | |
9912 </when> | |
9913 </conditional> | |
9914 <conditional name="CONDITIONAL_clump_verbose"> | |
9915 <param name="CONDITIONAL_SELECT_clump_verbose" type="select" label="Set Clump verbose" help="Request extended --clump report. " argument="--clump-verbose"> | |
9916 <option value="no_set" selected="True">Don't set</option> | |
9917 <option value="set">Set value(s)</option> | |
9918 </param> | |
9919 <when value="no_set"> | |
9920 </when> | |
9921 <when value="set"> | |
9922 | |
9923 </when> | |
9924 </conditional> | |
9925 <conditional name="CONDITIONAL_clump_annotate"> | |
9926 <param name="CONDITIONAL_SELECT_clump_annotate" type="select" label="Set Clump annotate" help="Include named extra fields in --clump-verbose and --clump-best reports. (Field names can be separated with spaces or commas.) " argument="--clump-annotate"> | |
9927 <option value="no_set" selected="True">Don't set</option> | |
9928 <option value="set">Set value(s)</option> | |
9929 </param> | |
9930 <when value="no_set"> | |
9931 </when> | |
9932 <when value="set"> | |
9933 | |
9934 <param name="clump_annotate_MOD_0_0" type="text" label="hdr..." value="" optional="False" argument="hdr..." help="Multiple values are allowed"/> | |
9935 </when> | |
9936 </conditional> | |
9937 <conditional name="CONDITIONAL_clump_range"> | |
9938 <param name="CONDITIONAL_SELECT_clump_range" type="select" label="Set Clump range" help="Report overlaps between clumps and regions. " argument="--clump-range"> | |
9939 <option value="no_set" selected="True">Don't set</option> | |
9940 <option value="set">Set value(s)</option> | |
9941 </param> | |
9942 <when value="no_set"> | |
9943 </when> | |
9944 <when value="set"> | |
9945 | |
9946 <param name="clump_range_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
9947 </when> | |
9948 </conditional> | |
9949 <conditional name="CONDITIONAL_clump_range_border"> | |
9950 <param name="CONDITIONAL_SELECT_clump_range_border" type="select" label="Set Clump range border" help="Stretch regions in --clump-range file. " argument="--clump-range-border"> | |
9951 <option value="no_set" selected="True">Don't set</option> | |
9952 <option value="set">Set value(s)</option> | |
9953 </param> | |
9954 <when value="no_set"> | |
9955 </when> | |
9956 <when value="set"> | |
9957 | |
9958 <param name="clump_range_border_MOD_0_0" type="text" label="kb" value="" optional="False" argument="kb" help=""/> | |
9959 </when> | |
9960 </conditional> | |
9961 <conditional name="CONDITIONAL_clump_index_first"> | |
9962 <param name="CONDITIONAL_SELECT_clump_index_first" type="select" label="Set Clump index first" help="Extract --clump index vars. from only first file. " argument="--clump-index-first"> | |
9963 <option value="no_set" selected="True">Don't set</option> | |
9964 <option value="set">Set value(s)</option> | |
9965 </param> | |
9966 <when value="no_set"> | |
9967 </when> | |
9968 <when value="set"> | |
9969 | |
9970 </when> | |
9971 </conditional> | |
9972 <conditional name="CONDITIONAL_clump_replicate"> | |
9973 <param name="CONDITIONAL_SELECT_clump_replicate" type="select" label="Set Clump replicate" help="Exclude clumps which contain secondary results from only one file. " argument="--clump-replicate"> | |
9974 <option value="no_set" selected="True">Don't set</option> | |
9975 <option value="set">Set value(s)</option> | |
9976 </param> | |
9977 <when value="no_set"> | |
9978 </when> | |
9979 <when value="set"> | |
9980 | |
9981 </when> | |
9982 </conditional> | |
9983 <conditional name="CONDITIONAL_clump_best"> | |
9984 <param name="CONDITIONAL_SELECT_clump_best" type="select" label="Set Clump best" help="Report best proxy for each --clump index var. " argument="--clump-best"> | |
9985 <option value="no_set" selected="True">Don't set</option> | |
9986 <option value="set">Set value(s)</option> | |
9987 </param> | |
9988 <when value="no_set"> | |
9989 </when> | |
9990 <when value="set"> | |
9991 | |
9992 </when> | |
9993 </conditional> | |
9994 <conditional name="CONDITIONAL_meta_analysis_snp_field"> | |
9995 <param name="CONDITIONAL_SELECT_meta_analysis_snp_field" type="select" label="Set Meta analysis snp field" help="Set --meta-analysis variant ID, A1/A2 " argument="--meta-analysis-snp-field"> | |
9996 <option value="no_set" selected="True">Don't set</option> | |
9997 <option value="set">Set value(s)</option> | |
9998 </param> | |
9999 <when value="no_set"> | |
10000 </when> | |
10001 <when value="set"> | |
10002 | |
10003 <param name="meta_analysis_snp_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
10004 </when> | |
10005 </conditional> | |
10006 <conditional name="CONDITIONAL_meta_analysis_a1_field"> | |
10007 <param name="CONDITIONAL_SELECT_meta_analysis_a1_field" type="select" label="Set Meta analysis a1 field" help="" argument="--meta-analysis-a1-field"> | |
10008 <option value="no_set" selected="True">Don't set</option> | |
10009 <option value="set">Set value(s)</option> | |
10010 </param> | |
10011 <when value="no_set"> | |
10012 </when> | |
10013 <when value="set"> | |
10014 | |
10015 <param name="meta_analysis_a1_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
10016 </when> | |
10017 </conditional> | |
10018 <conditional name="CONDITIONAL_meta_analysis_a2_field"> | |
10019 <param name="CONDITIONAL_SELECT_meta_analysis_a2_field" type="select" label="Set Meta analysis a2 field" help="" argument="--meta-analysis-a2-field"> | |
10020 <option value="no_set" selected="True">Don't set</option> | |
10021 <option value="set">Set value(s)</option> | |
10022 </param> | |
10023 <when value="no_set"> | |
10024 </when> | |
10025 <when value="set"> | |
10026 | |
10027 <param name="meta_analysis_a2_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
10028 </when> | |
10029 </conditional> | |
10030 <conditional name="CONDITIONAL_meta_analysis_p_field"> | |
10031 <param name="CONDITIONAL_SELECT_meta_analysis_p_field" type="select" label="Set Meta analysis p field" help="" argument="--meta-analysis-p-field"> | |
10032 <option value="no_set" selected="True">Don't set</option> | |
10033 <option value="set">Set value(s)</option> | |
10034 </param> | |
10035 <when value="no_set"> | |
10036 </when> | |
10037 <when value="set"> | |
10038 | |
10039 <param name="meta_analysis_p_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
10040 </when> | |
10041 </conditional> | |
10042 <conditional name="CONDITIONAL_meta_analysis_ess_field"> | |
10043 <param name="CONDITIONAL_SELECT_meta_analysis_ess_field" type="select" label="Set Meta analysis ess field" help="" argument="--meta-analysis-ess-field"> | |
10044 <option value="no_set" selected="True">Don't set</option> | |
10045 <option value="set">Set value(s)</option> | |
10046 </param> | |
10047 <when value="no_set"> | |
10048 </when> | |
10049 <when value="set"> | |
10050 | |
10051 <param name="meta_analysis_ess_field_MOD_0_0" type="text" label="n..." value="" optional="False" argument="n..." help="Multiple values are allowed"/> | |
10052 <param name="meta_analysis_ess_field_MOD_1_0" type="text" label="# cases" value="" optional="False" argument="# cases" help=""/> | |
10053 <param name="meta_analysis_ess_field_MOD_2_0" type="text" label="# controls" value="" optional="False" argument="# controls" help=""/> | |
10054 </when> | |
10055 </conditional> | |
10056 <conditional name="CONDITIONAL_meta_analysis_report_dups"> | |
10057 <param name="CONDITIONAL_SELECT_meta_analysis_report_dups" type="select" label="Set Meta analysis report dups" help="When a variant appears multiple times in in the same file, report that. " argument="--meta-analysis-report-dups"> | |
10058 <option value="no_set" selected="True">Don't set</option> | |
10059 <option value="set">Set value(s)</option> | |
10060 </param> | |
10061 <when value="no_set"> | |
10062 </when> | |
10063 <when value="set"> | |
10064 | |
10065 </when> | |
10066 </conditional> | |
10067 <conditional name="CONDITIONAL_gene_list_border"> | |
10068 <param name="CONDITIONAL_SELECT_gene_list_border" type="select" label="Set Gene list border" help="Extend --gene-report regions by given # of kbs. " argument="--gene-list-border"> | |
10069 <option value="no_set" selected="True">Don't set</option> | |
10070 <option value="set">Set value(s)</option> | |
10071 </param> | |
10072 <when value="no_set"> | |
10073 </when> | |
10074 <when value="set"> | |
10075 | |
10076 <param name="gene_list_border_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
10077 </when> | |
10078 </conditional> | |
10079 <conditional name="CONDITIONAL_gene_subset"> | |
10080 <param name="CONDITIONAL_SELECT_gene_subset" type="select" label="Set Gene subset" help="Specify gene name subset for --gene-report. " argument="--gene-subset"> | |
10081 <option value="no_set" selected="True">Don't set</option> | |
10082 <option value="set">Set value(s)</option> | |
10083 </param> | |
10084 <when value="no_set"> | |
10085 </when> | |
10086 <when value="set"> | |
10087 | |
10088 <param name="gene_subset_MOD_0_0" type="data" format="txt" label="filename" multiple="False" optional="False" argument="filename"/> | |
10089 </when> | |
10090 </conditional> | |
10091 <conditional name="CONDITIONAL_gene_report_snp_field"> | |
10092 <param name="CONDITIONAL_SELECT_gene_report_snp_field" type="select" label="Set Gene report snp field" help="Set --gene-report variant ID field name (default 'SNP'). Only relevant with --extract. " argument="--gene-report-snp-field"> | |
10093 <option value="no_set" selected="True">Don't set</option> | |
10094 <option value="set">Set value(s)</option> | |
10095 </param> | |
10096 <when value="no_set"> | |
10097 </when> | |
10098 <when value="set"> | |
10099 | |
10100 <param name="gene_report_snp_field_MOD_0_0" type="text" label="" value="" optional="False" argument="" help=""/> | |
10101 </when> | |
10102 </conditional> | |
10103 <conditional name="CONDITIONAL_gap"> | |
10104 <param name="CONDITIONAL_SELECT_gap" type="select" label="Set Gap" help="Set '--fast-epistasis case-only' min. gap (default 1000). " argument="--gap"> | |
10105 <option value="no_set" selected="True">Don't set</option> | |
10106 <option value="set">Set value(s)</option> | |
10107 </param> | |
10108 <when value="no_set"> | |
10109 </when> | |
10110 <when value="set"> | |
10111 | |
10112 <param name="gap_MOD_0_0" type="text" label="kbs" value="" optional="False" argument="kbs" help=""/> | |
10113 </when> | |
10114 </conditional> | |
10115 <conditional name="CONDITIONAL_epi1"> | |
10116 <param name="CONDITIONAL_SELECT_epi1" type="select" label="Set Epi1" help="Set --{fast-}epistasis reporting threshold (default 5e-6 for 'boost', 1e-4 otherwise). " argument="--epi1"> | |
10117 <option value="no_set" selected="True">Don't set</option> | |
10118 <option value="set">Set value(s)</option> | |
10119 </param> | |
10120 <when value="no_set"> | |
10121 </when> | |
10122 <when value="set"> | |
10123 | |
10124 <param name="epi1_MOD_0_0" type="text" label="p-value" value="" optional="False" argument="p-value" help=""/> | |
10125 </when> | |
10126 </conditional> | |
10127 <conditional name="CONDITIONAL_epi2"> | |
10128 <param name="CONDITIONAL_SELECT_epi2" type="select" label="Set Epi2" help="Set threshold for contributing to SIG_E count (def. 0.01). " argument="--epi2"> | |
10129 <option value="no_set" selected="True">Don't set</option> | |
10130 <option value="set">Set value(s)</option> | |
10131 </param> | |
10132 <when value="no_set"> | |
10133 </when> | |
10134 <when value="set"> | |
10135 | |
10136 <param name="epi2_MOD_0_0" type="text" label="p-value" value="" optional="False" argument="p-value" help=""/> | |
10137 </when> | |
10138 </conditional> | |
10139 <conditional name="CONDITIONAL_je_cellmin"> | |
10140 <param name="CONDITIONAL_SELECT_je_cellmin" type="select" label="Set Je cellmin" help="Set required number of observations per 3x3x2 contingency table cell for joint-effects test (default 5). " argument="--je-cellmin"> | |
10141 <option value="no_set" selected="True">Don't set</option> | |
10142 <option value="set">Set value(s)</option> | |
10143 </param> | |
10144 <when value="no_set"> | |
10145 </when> | |
10146 <when value="set"> | |
10147 | |
10148 <param name="je_cellmin_MOD_0_0" type="integer" label="n" value="" optional="False" argument="n" help=""/> | |
10149 </when> | |
10150 </conditional> | |
10151 <conditional name="CONDITIONAL_q_score_range"> | |
10152 <param name="CONDITIONAL_SELECT_q_score_range" type="select" label="Set Q score range" help="Apply --score to subset(s) of variants in the primary score list based on e.g. p-value ranges. * The first file should have range labels in the first column, p-value lower bounds in the second column, and upper bounds in the third column. Lines with too few entries, or nonnumeric values in the second or third column, are ignored. * The second file should contain a variant ID and a p-value on each nonempty line (except possibly the first). Variant IDs are read from column #i and p-values are read from column #j, where i defaults to 1 and j defaults to i+1. The 'header' modifier causes the first nonempty line of this file to be skipped." argument="--q-score-range"> | |
10153 <option value="no_set" selected="True">Don't set</option> | |
10154 <option value="set">Set value(s)</option> | |
10155 </param> | |
10156 <when value="no_set"> | |
10157 </when> | |
10158 <when value="set"> | |
10159 | |
10160 <param name="q_score_range_MOD_0_0" type="text" label="range file" value="" optional="False" argument="range file" help=""/> | |
10161 <param name="q_score_range_MOD_1_0" type="text" label="data file" value="" optional="False" argument="data file" help=""/> | |
10162 <param name="q_score_range_MOD_2_0" type="text" label="i" value="" optional="True" argument="i" help=""/> | |
10163 <param name="q_score_range_MOD_3_0" type="text" label="j" value="" optional="True" argument="j" help=""/> | |
10164 <param name="q_score_range_MOD_4_0" type="text" label="header" value="" optional="True" argument="header" help=""/> | |
10165 </when> | |
10166 </conditional> | |
10167 <conditional name="CONDITIONAL_memory"> | |
10168 <param name="CONDITIONAL_SELECT_memory" type="select" label="Set Memory" help="Set size, in MB, of initial workspace malloc attempt. (Practically mandatory when using GNU parallel.) " argument="--memory"> | |
10169 <option value="no_set" selected="True">Don't set</option> | |
10170 <option value="set">Set value(s)</option> | |
10171 </param> | |
10172 <when value="no_set"> | |
10173 </when> | |
10174 <when value="set"> | |
10175 | |
10176 <param name="memory_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
10177 </when> | |
10178 </conditional> | |
10179 <conditional name="CONDITIONAL_threads"> | |
10180 <param name="CONDITIONAL_SELECT_threads" type="select" label="Set Threads" help="Set maximum number of concurrent threads. This has one known limitation: some BLAS/LAPACK linear algebra operations are multithreaded in a way that PLINK cannot control. If this is problematic, you should recompile against single-threaded BLAS/LAPACK. " argument="--threads"> | |
10181 <option value="no_set" selected="True">Don't set</option> | |
10182 <option value="set">Set value(s)</option> | |
10183 </param> | |
10184 <when value="no_set"> | |
10185 </when> | |
10186 <when value="set"> | |
10187 | |
10188 <param name="threads_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
10189 </when> | |
10190 </conditional> | |
10191 <conditional name="CONDITIONAL_d"> | |
10192 <param name="CONDITIONAL_SELECT_d" type="select" label="Set D" help="Change variant/covariate range delimiter (normally '-'). " argument="--d"> | |
10193 <option value="no_set" selected="True">Don't set</option> | |
10194 <option value="set">Set value(s)</option> | |
10195 </param> | |
10196 <when value="no_set"> | |
10197 </when> | |
10198 <when value="set"> | |
10199 | |
10200 <param name="d_MOD_0_0" type="text" label="char" value="" optional="False" argument="char" help=""/> | |
10201 </when> | |
10202 </conditional> | |
10203 <conditional name="CONDITIONAL_seed"> | |
10204 <param name="CONDITIONAL_SELECT_seed" type="select" label="Set Seed" help="Set random number seed(s). Each value must be an integer between 0 and 4294967295 inclusive. " argument="--seed"> | |
10205 <option value="no_set" selected="True">Don't set</option> | |
10206 <option value="set">Set value(s)</option> | |
10207 </param> | |
10208 <when value="no_set"> | |
10209 </when> | |
10210 <when value="set"> | |
10211 | |
10212 <param name="seed_MOD_0_0" type="text" label="val..." value="" optional="False" argument="val..." help="Multiple values are allowed"/> | |
10213 </when> | |
10214 </conditional> | |
10215 <conditional name="CONDITIONAL_perm_batch_size"> | |
10216 <param name="CONDITIONAL_SELECT_perm_batch_size" type="select" label="Set Perm batch size" help="Set number of permutations per batch for some permutation tests. " argument="--perm-batch-size"> | |
10217 <option value="no_set" selected="True">Don't set</option> | |
10218 <option value="set">Set value(s)</option> | |
10219 </param> | |
10220 <when value="no_set"> | |
10221 </when> | |
10222 <when value="set"> | |
10223 | |
10224 <param name="perm_batch_size_MOD_0_0" type="text" label="val" value="" optional="False" argument="val" help=""/> | |
10225 </when> | |
10226 </conditional> | |
10227 <conditional name="CONDITIONAL_output_min_p"> | |
10228 <param name="CONDITIONAL_SELECT_output_min_p" type="select" label="Set Output min p" help="Specify minimum p-value to write to reports. " argument="--output-min-p"> | |
10229 <option value="no_set" selected="True">Don't set</option> | |
10230 <option value="set">Set value(s)</option> | |
10231 </param> | |
10232 <when value="no_set"> | |
10233 </when> | |
10234 <when value="set"> | |
10235 | |
10236 <param name="output_min_p_MOD_0_0" type="float" label="p" value="" optional="False" argument="p" help=""/> | |
10237 </when> | |
10238 </conditional> | |
10239 <conditional name="CONDITIONAL_debug"> | |
10240 <param name="CONDITIONAL_SELECT_debug" type="select" label="Set Debug" help="Use slower, more crash-resistant logging method. " argument="--debug"> | |
10241 <option value="no_set" selected="True">Don't set</option> | |
10242 <option value="set">Set value(s)</option> | |
10243 </param> | |
10244 <when value="no_set"> | |
10245 </when> | |
10246 <when value="set"> | |
10247 | |
10248 </when> | |
10249 </conditional> | |
10250 </inputs> | |
10251 <outputs> | |
10252 <data name="OUTPUT_plink_adjusted" format="plink.adjusted" label="${tool.name} on ${on_string}: plink.adjusted" from_work_dir="plink.adjusted" hidden="True"/> | |
10253 <data name="OUTPUT_plink_allele_no_snp" format="plink.allele.no.snp" label="${tool.name} on ${on_string}: plink.allele.no.snp" from_work_dir="plink.allele.no.snp" hidden="True"/> | |
10254 <data name="OUTPUT_plink_annot" format="plink.annot" label="${tool.name} on ${on_string}: plink.annot" from_work_dir="plink.annot" hidden="True"/> | |
10255 <data name="OUTPUT_plink_assoc" format="plink.assoc" label="${tool.name} on ${on_string}: plink.assoc" from_work_dir="plink.assoc" hidden="True"/> | |
10256 <data name="OUTPUT_plink_assoc_dosage" format="plink.assoc.dosage" label="${tool.name} on ${on_string}: plink.assoc.dosage" from_work_dir="plink.assoc.dosage" hidden="True"/> | |
10257 <data name="OUTPUT_plink_assoc_fisher" format="plink.assoc.fisher" label="${tool.name} on ${on_string}: plink.assoc.fisher" from_work_dir="plink.assoc.fisher" hidden="True"/> | |
10258 <data name="OUTPUT_plink_assoc_linear" format="plink.assoc.linear" label="${tool.name} on ${on_string}: plink.assoc.linear" from_work_dir="plink.assoc.linear" hidden="True"/> | |
10259 <data name="OUTPUT_plink_assoc_logistic" format="plink.assoc.logistic" label="${tool.name} on ${on_string}: plink.assoc.logistic" from_work_dir="plink.assoc.logistic" hidden="True"/> | |
10260 <data name="OUTPUT_plink_auto_R" format="plink.auto.R" label="${tool.name} on ${on_string}: plink.auto.R" from_work_dir="plink.auto.R" hidden="True"/> | |
10261 <data name="OUTPUT_plink_beagle_dat" format="plink.beagle.dat" label="${tool.name} on ${on_string}: plink.beagle.dat" from_work_dir="plink.beagle.dat" hidden="True"/> | |
10262 <data name="OUTPUT_plink_bed" format="plink.bed" label="${tool.name} on ${on_string}: plink.bed" from_work_dir="plink.bed" hidden="True"/> | |
10263 <data name="OUTPUT_plink_bed_vmaj" format="plink.bed.vmaj" label="${tool.name} on ${on_string}: plink.bed.vmaj" from_work_dir="plink.bed.vmaj" hidden="True"/> | |
10264 <data name="OUTPUT_plink_bim" format="plink.bim" label="${tool.name} on ${on_string}: plink.bim" from_work_dir="plink.bim" hidden="True"/> | |
10265 <collection name="OUTPUT_plink___bin" type="list" label="plink.*.bin" hidden="True"> | |
10266 <discover_datasets pattern="plink\.(?P<name>)\.bin" format="plink.*.bin"/> | |
10267 </collection> | |
10268 <collection name="OUTPUT_plink_blocks_" type="list" label="plink.blocks*" hidden="True"> | |
10269 <discover_datasets pattern="plink\.blocks(?P<name>)" format="plink.blocks*"/> | |
10270 </collection> | |
10271 <collection name="OUTPUT_plink_chr___dat" type="list" label="plink.chr-*.dat" hidden="True"> | |
10272 <discover_datasets pattern="plink\.chr\-(?P<name>)\.dat" format="plink.chr-*.dat"/> | |
10273 </collection> | |
10274 <collection name="OUTPUT_plink_chr___map" type="list" label="plink.chr-*.map" hidden="True"> | |
10275 <discover_datasets pattern="plink\.chr\-(?P<name>)\.map" format="plink.chr-*.map"/> | |
10276 </collection> | |
10277 <data name="OUTPUT_plink_clst" format="plink.clst" label="${tool.name} on ${on_string}: plink.clst" from_work_dir="plink.clst" hidden="True"/> | |
10278 <collection name="OUTPUT_plink_clumped_" type="list" label="plink.clumped*" hidden="True"> | |
10279 <discover_datasets pattern="plink\.clumped(?P<name>)" format="plink.clumped*"/> | |
10280 </collection> | |
10281 <collection name="OUTPUT_plink_cluster_" type="list" label="plink.cluster*" hidden="True"> | |
10282 <discover_datasets pattern="plink\.cluster(?P<name>)" format="plink.cluster*"/> | |
10283 </collection> | |
10284 <data name="OUTPUT_plink_cmh" format="plink.cmh" label="${tool.name} on ${on_string}: plink.cmh" from_work_dir="plink.cmh" hidden="True"/> | |
10285 <data name="OUTPUT_plink_cmh2" format="plink.cmh2" label="${tool.name} on ${on_string}: plink.cmh2" from_work_dir="plink.cmh2" hidden="True"/> | |
10286 <data name="OUTPUT_plink_cnv_overlap" format="plink.cnv.overlap" label="${tool.name} on ${on_string}: plink.cnv.overlap" from_work_dir="plink.cnv.overlap" hidden="True"/> | |
10287 <data name="OUTPUT_plink_cnv_summary" format="plink.cnv.summary" label="${tool.name} on ${on_string}: plink.cnv.summary" from_work_dir="plink.cnv.summary" hidden="True"/> | |
10288 <data name="OUTPUT_plink_cov" format="plink.cov" label="${tool.name} on ${on_string}: plink.cov" from_work_dir="plink.cov" hidden="True"/> | |
10289 <data name="OUTPUT_plink_debug_R" format="plink.debug.R" label="${tool.name} on ${on_string}: plink.debug.R" from_work_dir="plink.debug.R" hidden="True"/> | |
10290 <data name="OUTPUT_plink_dfam" format="plink.dfam" label="${tool.name} on ${on_string}: plink.dfam" from_work_dir="plink.dfam" hidden="True"/> | |
10291 <data name="OUTPUT_plink_diff" format="plink.diff" label="${tool.name} on ${on_string}: plink.diff" from_work_dir="plink.diff" hidden="True"/> | |
10292 <data name="OUTPUT_plink_dist" format="plink.dist" label="${tool.name} on ${on_string}: plink.dist" from_work_dir="plink.dist" hidden="True"/> | |
10293 <data name="OUTPUT_plink_dupvar" format="plink.dupvar" label="${tool.name} on ${on_string}: plink.dupvar" from_work_dir="plink.dupvar" hidden="True"/> | |
10294 <data name="OUTPUT_plink_eigenval" format="plink.eigenval" label="${tool.name} on ${on_string}: plink.eigenval" from_work_dir="plink.eigenval" hidden="True"/> | |
10295 <collection name="OUTPUT_plink_eigenvec_" type="list" label="plink.eigenvec*" hidden="True"> | |
10296 <discover_datasets pattern="plink\.eigenvec(?P<name>)" format="plink.eigenvec*"/> | |
10297 </collection> | |
10298 <collection name="OUTPUT_plink_epi__" type="list" label="plink.epi.*" hidden="True"> | |
10299 <discover_datasets pattern="plink\.epi\.(?P<name>)" format="plink.epi.*"/> | |
10300 </collection> | |
10301 <data name="OUTPUT_plink_fam" format="plink.fam" label="${tool.name} on ${on_string}: plink.fam" from_work_dir="plink.fam" hidden="True"/> | |
10302 <collection name="OUTPUT_plink_flipscan_" type="list" label="plink.flipscan*" hidden="True"> | |
10303 <discover_datasets pattern="plink\.flipscan(?P<name>)" format="plink.flipscan*"/> | |
10304 </collection> | |
10305 <data name="OUTPUT_plink_frq" format="plink.frq" label="${tool.name} on ${on_string}: plink.frq" from_work_dir="plink.frq" hidden="True"/> | |
10306 <data name="OUTPUT_plink_frq_cc" format="plink.frq.cc" label="${tool.name} on ${on_string}: plink.frq.cc" from_work_dir="plink.frq.cc" hidden="True"/> | |
10307 <data name="OUTPUT_plink_frq_count" format="plink.frq.count" label="${tool.name} on ${on_string}: plink.frq.count" from_work_dir="plink.frq.count" hidden="True"/> | |
10308 <data name="OUTPUT_plink_frq_strat" format="plink.frq.strat" label="${tool.name} on ${on_string}: plink.frq.strat" from_work_dir="plink.frq.strat" hidden="True"/> | |
10309 <data name="OUTPUT_plink_frqx" format="plink.frqx" label="${tool.name} on ${on_string}: plink.frqx" from_work_dir="plink.frqx" hidden="True"/> | |
10310 <data name="OUTPUT_plink_fst" format="plink.fst" label="${tool.name} on ${on_string}: plink.fst" from_work_dir="plink.fst" hidden="True"/> | |
10311 <data name="OUTPUT_plink_gen" format="plink.gen" label="${tool.name} on ${on_string}: plink.gen" from_work_dir="plink.gen" hidden="True"/> | |
10312 <data name="OUTPUT_plink_genome" format="plink.genome" label="${tool.name} on ${on_string}: plink.genome" from_work_dir="plink.genome" hidden="True"/> | |
10313 <data name="OUTPUT_plink_gplink" format="plink.gplink" label="${tool.name} on ${on_string}: plink.gplink" from_work_dir="plink.gplink" hidden="True"/> | |
10314 <data name="OUTPUT_plink_grm" format="plink.grm" label="${tool.name} on ${on_string}: plink.grm" from_work_dir="plink.grm" hidden="True"/> | |
10315 <data name="OUTPUT_plink_grm_N_bin" format="plink.grm.N.bin" label="${tool.name} on ${on_string}: plink.grm.N.bin" from_work_dir="plink.grm.N.bin" hidden="True"/> | |
10316 <data name="OUTPUT_plink_grm_bin" format="plink.grm.bin" label="${tool.name} on ${on_string}: plink.grm.bin" from_work_dir="plink.grm.bin" hidden="True"/> | |
10317 <data name="OUTPUT_plink_grm_id" format="plink.grm.id" label="${tool.name} on ${on_string}: plink.grm.id" from_work_dir="plink.grm.id" hidden="True"/> | |
10318 <collection name="OUTPUT_plink___gz" type="list" label="plink.*.gz" hidden="True"> | |
10319 <discover_datasets pattern="plink\.(?P<name>)\.gz" format="plink.*.gz"/> | |
10320 </collection> | |
10321 <data name="OUTPUT_plink_het" format="plink.het" label="${tool.name} on ${on_string}: plink.het" from_work_dir="plink.het" hidden="True"/> | |
10322 <data name="OUTPUT_plink_hh" format="plink.hh" label="${tool.name} on ${on_string}: plink.hh" from_work_dir="plink.hh" hidden="True"/> | |
10323 <data name="OUTPUT_plink_hom" format="plink.hom" label="${tool.name} on ${on_string}: plink.hom" from_work_dir="plink.hom" hidden="True"/> | |
10324 <data name="OUTPUT_plink_hom_indiv" format="plink.hom.indiv" label="${tool.name} on ${on_string}: plink.hom.indiv" from_work_dir="plink.hom.indiv" hidden="True"/> | |
10325 <collection name="OUTPUT_plink_hom_overlap_" type="list" label="plink.hom.overlap*" hidden="True"> | |
10326 <discover_datasets pattern="plink\.hom\.overlap(?P<name>)" format="plink.hom.overlap*"/> | |
10327 </collection> | |
10328 <data name="OUTPUT_plink_hom_summary" format="plink.hom.summary" label="${tool.name} on ${on_string}: plink.hom.summary" from_work_dir="plink.hom.summary" hidden="True"/> | |
10329 <data name="OUTPUT_plink_homog" format="plink.homog" label="${tool.name} on ${on_string}: plink.homog" from_work_dir="plink.homog" hidden="True"/> | |
10330 <data name="OUTPUT_plink_hwe" format="plink.hwe" label="${tool.name} on ${on_string}: plink.hwe" from_work_dir="plink.hwe" hidden="True"/> | |
10331 <data name="OUTPUT_plink_ibc" format="plink.ibc" label="${tool.name} on ${on_string}: plink.ibc" from_work_dir="plink.ibc" hidden="True"/> | |
10332 <collection name="OUTPUT_plink___id" type="list" label="plink.*.id" hidden="True"> | |
10333 <discover_datasets pattern="plink\.(?P<name>)\.id" format="plink.*.id"/> | |
10334 </collection> | |
10335 <data name="OUTPUT_plink_imiss" format="plink.imiss" label="${tool.name} on ${on_string}: plink.imiss" from_work_dir="plink.imiss" hidden="True"/> | |
10336 <data name="OUTPUT_plink_indel" format="plink.indel" label="${tool.name} on ${on_string}: plink.indel" from_work_dir="plink.indel" hidden="True"/> | |
10337 <data name="OUTPUT_plink_info" format="plink.info" label="${tool.name} on ${on_string}: plink.info" from_work_dir="plink.info" hidden="True"/> | |
10338 <data name="OUTPUT_plink_irem" format="plink.irem" label="${tool.name} on ${on_string}: plink.irem" from_work_dir="plink.irem" hidden="True"/> | |
10339 <data name="OUTPUT_plink_lasso" format="plink.lasso" label="${tool.name} on ${on_string}: plink.lasso" from_work_dir="plink.lasso" hidden="True"/> | |
10340 <data name="OUTPUT_plink_ld" format="plink.ld" label="${tool.name} on ${on_string}: plink.ld" from_work_dir="plink.ld" hidden="True"/> | |
10341 <data name="OUTPUT_plink_ldset" format="plink.ldset" label="${tool.name} on ${on_string}: plink.ldset" from_work_dir="plink.ldset" hidden="True"/> | |
10342 <data name="OUTPUT_plink_lgen" format="plink.lgen" label="${tool.name} on ${on_string}: plink.lgen" from_work_dir="plink.lgen" hidden="True"/> | |
10343 <data name="OUTPUT_plink_list" format="plink.list" label="${tool.name} on ${on_string}: plink.list" from_work_dir="plink.list" hidden="True"/> | |
10344 <data name="OUTPUT_plink_lmiss" format="plink.lmiss" label="${tool.name} on ${on_string}: plink.lmiss" from_work_dir="plink.lmiss" hidden="True"/> | |
10345 <data name="OUTPUT_plink_map" format="plink.map" label="${tool.name} on ${on_string}: plink.map" from_work_dir="plink.map" hidden="True"/> | |
10346 <data name="OUTPUT_plink_mdist" format="plink.mdist" label="${tool.name} on ${on_string}: plink.mdist" from_work_dir="plink.mdist" hidden="True"/> | |
10347 <data name="OUTPUT_plink_mdist_missing" format="plink.mdist.missing" label="${tool.name} on ${on_string}: plink.mdist.missing" from_work_dir="plink.mdist.missing" hidden="True"/> | |
10348 <data name="OUTPUT_plink_mds" format="plink.mds" label="${tool.name} on ${on_string}: plink.mds" from_work_dir="plink.mds" hidden="True"/> | |
10349 <data name="OUTPUT_plink_mds_eigvals" format="plink.mds.eigvals" label="${tool.name} on ${on_string}: plink.mds.eigvals" from_work_dir="plink.mds.eigvals" hidden="True"/> | |
10350 <collection name="OUTPUT_plink__mendel" type="list" label="plink.*mendel" hidden="True"> | |
10351 <discover_datasets pattern="plink\.(?P<name>)mendel" format="plink.*mendel"/> | |
10352 </collection> | |
10353 <data name="OUTPUT_plink_meta" format="plink.meta" label="${tool.name} on ${on_string}: plink.meta" from_work_dir="plink.meta" hidden="True"/> | |
10354 <data name="OUTPUT_plink_mibs" format="plink.mibs" label="${tool.name} on ${on_string}: plink.mibs" from_work_dir="plink.mibs" hidden="True"/> | |
10355 <data name="OUTPUT_plink_missing" format="plink.missing" label="${tool.name} on ${on_string}: plink.missing" from_work_dir="plink.missing" hidden="True"/> | |
10356 <data name="OUTPUT_plink_missing_hap" format="plink.missing.hap" label="${tool.name} on ${on_string}: plink.missing.hap" from_work_dir="plink.missing.hap" hidden="True"/> | |
10357 <data name="OUTPUT_plink_missnp" format="plink.missnp" label="${tool.name} on ${on_string}: plink.missnp" from_work_dir="plink.missnp" hidden="True"/> | |
10358 <data name="OUTPUT_plink_model" format="plink.model" label="${tool.name} on ${on_string}: plink.model" from_work_dir="plink.model" hidden="True"/> | |
10359 <data name="OUTPUT_plink_mperm" format="plink.mperm" label="${tool.name} on ${on_string}: plink.mperm" from_work_dir="plink.mperm" hidden="True"/> | |
10360 <data name="OUTPUT_plink_nearest" format="plink.nearest" label="${tool.name} on ${on_string}: plink.nearest" from_work_dir="plink.nearest" hidden="True"/> | |
10361 <data name="OUTPUT_plink_nopred" format="plink.nopred" label="${tool.name} on ${on_string}: plink.nopred" from_work_dir="plink.nopred" hidden="True"/> | |
10362 <data name="OUTPUT_plink_nosex" format="plink.nosex" label="${tool.name} on ${on_string}: plink.nosex" from_work_dir="plink.nosex" hidden="True"/> | |
10363 <data name="OUTPUT_plink_occur_dosage" format="plink.occur.dosage" label="${tool.name} on ${on_string}: plink.occur.dosage" from_work_dir="plink.occur.dosage" hidden="True"/> | |
10364 <data name="OUTPUT_plink_out_dosage" format="plink.out.dosage" label="${tool.name} on ${on_string}: plink.out.dosage" from_work_dir="plink.out.dosage" hidden="True"/> | |
10365 <data name="OUTPUT_plink_ped" format="plink.ped" label="${tool.name} on ${on_string}: plink.ped" from_work_dir="plink.ped" hidden="True"/> | |
10366 <data name="OUTPUT_plink_perm" format="plink.perm" label="${tool.name} on ${on_string}: plink.perm" from_work_dir="plink.perm" hidden="True"/> | |
10367 <data name="OUTPUT_plink_pphe" format="plink.pphe" label="${tool.name} on ${on_string}: plink.pphe" from_work_dir="plink.pphe" hidden="True"/> | |
10368 <data name="OUTPUT_plink_prob" format="plink.prob" label="${tool.name} on ${on_string}: plink.prob" from_work_dir="plink.prob" hidden="True"/> | |
10369 <data name="OUTPUT_plink_profile" format="plink.profile" label="${tool.name} on ${on_string}: plink.profile" from_work_dir="plink.profile" hidden="True"/> | |
10370 <data name="OUTPUT_plink_prune_in" format="plink.prune.in" label="${tool.name} on ${on_string}: plink.prune.in" from_work_dir="plink.prune.in" hidden="True"/> | |
10371 <data name="OUTPUT_plink_prune_out" format="plink.prune.out" label="${tool.name} on ${on_string}: plink.prune.out" from_work_dir="plink.prune.out" hidden="True"/> | |
10372 <data name="OUTPUT_plink_qassoc" format="plink.qassoc" label="${tool.name} on ${on_string}: plink.qassoc" from_work_dir="plink.qassoc" hidden="True"/> | |
10373 <data name="OUTPUT_plink_qassoc_gxe" format="plink.qassoc.gxe" label="${tool.name} on ${on_string}: plink.qassoc.gxe" from_work_dir="plink.qassoc.gxe" hidden="True"/> | |
10374 <data name="OUTPUT_plink_qassoc_means" format="plink.qassoc.means" label="${tool.name} on ${on_string}: plink.qassoc.means" from_work_dir="plink.qassoc.means" hidden="True"/> | |
10375 <data name="OUTPUT_plink_qfam" format="plink.qfam" label="${tool.name} on ${on_string}: plink.qfam" from_work_dir="plink.qfam" hidden="True"/> | |
10376 <data name="OUTPUT_plink_range_report" format="plink.range.report" label="${tool.name} on ${on_string}: plink.range.report" from_work_dir="plink.range.report" hidden="True"/> | |
10377 <data name="OUTPUT_plink_raw" format="plink.raw" label="${tool.name} on ${on_string}: plink.raw" from_work_dir="plink.raw" hidden="True"/> | |
10378 <collection name="OUTPUT_plink_recode___txt" type="list" label="plink.recode.*.txt" hidden="True"> | |
10379 <discover_datasets pattern="plink\.recode\.(?P<name>)\.txt" format="plink.recode.*.txt"/> | |
10380 </collection> | |
10381 <data name="OUTPUT_plink_recode_phase_inp" format="plink.recode.phase.inp" label="${tool.name} on ${on_string}: plink.recode.phase.inp" from_work_dir="plink.recode.phase.inp" hidden="True"/> | |
10382 <data name="OUTPUT_plink_recode_strct_in" format="plink.recode.strct_in" label="${tool.name} on ${on_string}: plink.recode.strct_in" from_work_dir="plink.recode.strct_in" hidden="True"/> | |
10383 <data name="OUTPUT_plink_ref" format="plink.ref" label="${tool.name} on ${on_string}: plink.ref" from_work_dir="plink.ref" hidden="True"/> | |
10384 <data name="OUTPUT_plink_rel" format="plink.rel" label="${tool.name} on ${on_string}: plink.rel" from_work_dir="plink.rel" hidden="True"/> | |
10385 <data name="OUTPUT_plink_rel_id" format="plink.rel.id" label="${tool.name} on ${on_string}: plink.rel.id" from_work_dir="plink.rel.id" hidden="True"/> | |
10386 <data name="OUTPUT_plink_rlist" format="plink.rlist" label="${tool.name} on ${on_string}: plink.rlist" from_work_dir="plink.rlist" hidden="True"/> | |
10387 <data name="OUTPUT_plink_sample" format="plink.sample" label="${tool.name} on ${on_string}: plink.sample" from_work_dir="plink.sample" hidden="True"/> | |
10388 <data name="OUTPUT_plink_set" format="plink.set" label="${tool.name} on ${on_string}: plink.set" from_work_dir="plink.set" hidden="True"/> | |
10389 <collection name="OUTPUT_plink_set___m_perm" type="list" label="plink.set.{,m}perm" hidden="True"> | |
10390 <discover_datasets pattern="plink\.set\.(?P<name>)perm" format="plink.set.{,m}perm"/> | |
10391 </collection> | |
10392 <data name="OUTPUT_plink_set_table" format="plink.set.table" label="${tool.name} on ${on_string}: plink.set.table" from_work_dir="plink.set.table" hidden="True"/> | |
10393 <data name="OUTPUT_plink_sexcheck" format="plink.sexcheck" label="${tool.name} on ${on_string}: plink.sexcheck" from_work_dir="plink.sexcheck" hidden="True"/> | |
10394 <data name="OUTPUT_plink_simfreq" format="plink.simfreq" label="${tool.name} on ${on_string}: plink.simfreq" from_work_dir="plink.simfreq" hidden="True"/> | |
10395 <data name="OUTPUT_plink_skip_3allele" format="plink.skip.3allele" label="${tool.name} on ${on_string}: plink.skip.3allele" from_work_dir="plink.skip.3allele" hidden="True"/> | |
10396 <data name="OUTPUT_plink_snplist" format="plink.snplist" label="${tool.name} on ${on_string}: plink.snplist" from_work_dir="plink.snplist" hidden="True"/> | |
10397 <collection name="OUTPUT_plink_tags_" type="list" label="plink.tags*" hidden="True"> | |
10398 <discover_datasets pattern="plink\.tags(?P<name>)" format="plink.tags*"/> | |
10399 </collection> | |
10400 <data name="OUTPUT_plink_tdt" format="plink.tdt" label="${tool.name} on ${on_string}: plink.tdt" from_work_dir="plink.tdt" hidden="True"/> | |
10401 <data name="OUTPUT_plink_tdt_poo" format="plink.tdt.poo" label="${tool.name} on ${on_string}: plink.tdt.poo" from_work_dir="plink.tdt.poo" hidden="True"/> | |
10402 <data name="OUTPUT_plink_tfam" format="plink.tfam" label="${tool.name} on ${on_string}: plink.tfam" from_work_dir="plink.tfam" hidden="True"/> | |
10403 <data name="OUTPUT_plink_tped" format="plink.tped" label="${tool.name} on ${on_string}: plink.tped" from_work_dir="plink.tped" hidden="True"/> | |
10404 <data name="OUTPUT_plink_traw" format="plink.traw" label="${tool.name} on ${on_string}: plink.traw" from_work_dir="plink.traw" hidden="True"/> | |
10405 <collection name="OUTPUT_plink_tucc__" type="list" label="plink.tucc.*" hidden="True"> | |
10406 <discover_datasets pattern="plink\.tucc\.(?P<name>)" format="plink.tucc.*"/> | |
10407 </collection> | |
10408 <data name="OUTPUT_plink_twolocus" format="plink.twolocus" label="${tool.name} on ${on_string}: plink.twolocus" from_work_dir="plink.twolocus" hidden="True"/> | |
10409 <data name="OUTPUT_plink_var_ranges" format="plink.var.ranges" label="${tool.name} on ${on_string}: plink.var.ranges" from_work_dir="plink.var.ranges" hidden="True"/> | |
10410 <data name="OUTPUT_plink_vcf" format="vcf" label="${tool.name} on ${on_string}: plink.vcf" from_work_dir="plink.vcf" hidden="True"/> | |
10411 <data name="OUTPUT_plink_log" format="plink.log" label="${tool.name} on ${on_string}: plink.log" from_work_dir="plink.log" hidden="False"/> | |
10412 </outputs> | |
10413 <help><![CDATA[ | |
10414 | |
10415 PLINK v1.90b4 64-bit (20 Mar 2017) www.cog-genomics.org/plink/1.9/ | |
10416 (C) 2005-2017 Shaun Purcell, Christopher Chang GNU General Public License v3 | |
10417 | |
10418 In the command line flag definitions that follow, | |
10419 * [square brackets] denote a required parameter, where the text between the | |
10420 brackets describes its nature. | |
10421 * <angle brackets> denote an optional modifier (or if '|' is present, a set | |
10422 of mutually exclusive optional modifiers). Use the EXACT text in the | |
10423 definition, e.g. '--dummy acgt'. | |
10424 * There's one exception to the angle brackets/exact text rule: when an angle | |
10425 bracket term ends with '=[value]', '[value]' designates a variable | |
10426 parameter. | |
10427 * {curly braces} denote an optional parameter, where the text between the | |
10428 braces describes its nature. | |
10429 * An ellipsis (...) indicates that you may enter multiple parameters of the | |
10430 specified type. | |
10431 | |
10432 plink [input flag(s)...] {command flag(s)...} {other flag(s)...} | |
10433 plink --help {flag name(s)...} | |
10434 | |
10435 Most PLINK runs require exactly one main input fileset. The following flags | |
10436 are available for defining its form and location: | |
10437 | |
10438 --bfile {prefix} : Specify .bed + .bim + .fam prefix (default 'plink'). | |
10439 --bed [filename] : Specify full name of .bed file. | |
10440 --bim [filename] : Specify full name of .bim file. | |
10441 --fam [filename] : Specify full name of .fam file. | |
10442 | |
10443 --keep-autoconv : With --file/--tfile/--lfile/--vcf/--bcf/--data/--23file, | |
10444 don't delete autogenerated binary fileset at end of run. | |
10445 | |
10446 --file {prefix} : Specify .ped + .map filename prefix (default 'plink'). | |
10447 --ped [filename] : Specify full name of .ped file. | |
10448 --map [filename] : Specify full name of .map file. | |
10449 | |
10450 --no-fid : .fam/.ped file does not contain column 1 (family ID). | |
10451 --no-parents : .fam/.ped file does not contain columns 3-4 (parents). | |
10452 --no-sex : .fam/.ped file does not contain column 5 (sex). | |
10453 --no-pheno : .fam/.ped file does not contain column 6 (phenotype). | |
10454 | |
10455 --tfile {prefix} : Specify .tped + .tfam filename prefix (default 'plink'). | |
10456 --tped [fname] : Specify full name of .tped file. | |
10457 --tfam [fname] : Specify full name of .tfam file. | |
10458 | |
10459 --lfile {prefix} : Specify .lgen + .map + .fam (long-format fileset) prefix. | |
10460 --lgen [fname] : Specify full name of .lgen file. | |
10461 --reference [fn] : Specify default allele file accompanying .lgen input. | |
10462 --allele-count : When used with --lfile/--lgen + --reference, specifies | |
10463 that the .lgen file contains reference allele counts. | |
10464 | |
10465 --vcf [filename] : Specify full name of .vcf or .vcf.gz file. | |
10466 --bcf [filename] : Specify full name of BCF2 file. | |
10467 | |
10468 --data {prefix} : Specify Oxford .gen + .sample prefix (default 'plink'). | |
10469 --gen [filename] : Specify full name of .gen or .gen.gz file. | |
10470 --bgen [f] <snpid-chr> : Specify full name of .bgen file. | |
10471 --sample [fname] : Specify full name of .sample file. | |
10472 | |
10473 --23file [fname] {FID} {IID} {sex} {pheno} {pat. ID} {mat. ID} : | |
10474 Specify 23andMe input file. | |
10475 | |
10476 --grm-gz {prfx} : Specify .grm.gz + .grm.id (GCTA rel. matrix) prefix. | |
10477 --grm-bin {prfx} : Specify .grm.bin + .grm.N.bin + .grm.id (GCTA triangular | |
10478 binary relationship matrix) filename prefix. | |
10479 | |
10480 --dummy [sample ct] [SNP ct] {missing geno freq} {missing pheno freq} | |
10481 <acgt | 1234 | 12> <scalar-pheno> | |
10482 This generates a fake input dataset with the specified number of samples | |
10483 and SNPs. By default, the missing genotype and phenotype frequencies are | |
10484 zero, and genotypes are As and Bs (change the latter with | |
10485 'acgt'/'1234'/'12'). The 'scalar-pheno' modifier causes a normally | |
10486 distributed scalar phenotype to be generated instead of a binary one. | |
10487 | |
10488 --simulate [simulation parameter file] <tags | haps> <acgt | 1234 | 12> | |
10489 --simulate-qt [simulation parameter file] <tags | haps> <acgt | 1234 | 12> | |
10490 --simulate generates a fake input dataset with disease-associated SNPs, | |
10491 while --simulate-qt generates a dataset with quantitative trait loci. | |
10492 | |
10493 Output files have names of the form 'plink.{extension}' by default. You can | |
10494 change the 'plink' prefix with | |
10495 | |
10496 --out [prefix] : Specify prefix for output files. | |
10497 | |
10498 Most runs also require at least one of the following commands: | |
10499 | |
10500 --make-bed | |
10501 Create a new binary fileset. Unlike the automatic text-to-binary | |
10502 converters (which only heed chromosome filters), this supports all of | |
10503 PLINK's filtering flags. | |
10504 --make-just-bim | |
10505 --make-just-fam | |
10506 Variants of --make-bed which only write a new .bim or .fam file. Can be | |
10507 used with only .bim/.fam input. | |
10508 USE THESE CAUTIOUSLY. It is very easy to desynchronize your binary | |
10509 genotype data and your .bim/.fam indexes if you use these commands | |
10510 improperly. If you have any doubt, stick with --make-bed. | |
10511 | |
10512 --recode [output format] <01 | 12> <tab | tabx | spacex | bgz | gen-gz> | |
10513 <include-alt> <omit-nonmale-y> | |
10514 Create a new text fileset with all filters applied. The following output | |
10515 formats are supported: | |
10516 * '23': 23andMe 4-column format. This can only be used on a single | |
10517 sample's data (--keep may be handy), and does not support multicharacter | |
10518 allele codes. | |
10519 * 'A': Sample-major additive (0/1/2) coding, suitable for loading from R. | |
10520 If you need uncounted alleles to be named in the header line, add the | |
10521 'include-alt' modifier. | |
10522 * 'AD': Sample-major additive (0/1/2) + dominant (het=1/hom=0) coding. | |
10523 Also supports 'include-alt'. | |
10524 * 'A-transpose': Variant-major 0/1/2. | |
10525 * 'beagle': Unphased per-autosome .dat and .map files, readable by early | |
10526 BEAGLE versions. | |
10527 * 'beagle-nomap': Single .beagle.dat file. | |
10528 * 'bimbam': Regular BIMBAM format. | |
10529 * 'bimbam-1chr': BIMBAM format, with a two-column .pos.txt file. Does not | |
10530 support multiple chromosomes. | |
10531 * 'fastphase': Per-chromosome fastPHASE files, with | |
10532 .chr-[chr #].recode.phase.inp filename extensions. | |
10533 * 'fastphase-1chr': Single .recode.phase.inp file. Does not support | |
10534 multiple chromosomes. | |
10535 * 'HV': Per-chromosome Haploview files, with .chr-[chr #][.ped + .info] | |
10536 filename extensions. | |
10537 * 'HV-1chr': Single Haploview .ped + .info file pair. Does not support | |
10538 multiple chromosomes. | |
10539 * 'lgen': PLINK 1 long-format (.lgen + .fam + .map), loadable with --lfile. | |
10540 * 'lgen-ref': .lgen + .fam + .map + .ref, loadable with --lfile + | |
10541 --reference. | |
10542 * 'list': Single genotype-based list, up to 4 lines per variant. To omit | |
10543 nonmale genotypes on the Y chromosome, add the 'omit-nonmale-y' modifier. | |
10544 * 'rlist': .rlist + .fam + .map fileset, where the .rlist file is a | |
10545 genotype-based list which omits the most common genotype for each | |
10546 variant. Also supports 'omit-nonmale-y'. | |
10547 * 'oxford': Oxford-format .gen + .sample. With the 'gen-gz' modifier, the | |
10548 .gen file is gzipped. | |
10549 * 'ped': PLINK 1 sample-major (.ped + .map), loadable with --file. | |
10550 * 'compound-genotypes': Same as 'ped', except that the space between each | |
10551 pair of same-variant allele codes is removed. | |
10552 * 'structure': Structure-format. | |
10553 * 'transpose': PLINK 1 variant-major (.tped + .tfam), loadable with | |
10554 --tfile. | |
10555 * 'vcf', 'vcf-fid', 'vcf-iid': VCFv4.2. 'vcf-fid' and 'vcf-iid' cause | |
10556 family IDs or within-family IDs respectively to be used for the sample | |
10557 IDs in the last header row, while 'vcf' merges both IDs and puts an | |
10558 underscore between them. If the 'bgz' modifier is added, the VCF file is | |
10559 block-gzipped. | |
10560 The A2 allele is saved as the reference and normally flagged as not based | |
10561 on a real reference genome (INFO:PR). When it is important for reference | |
10562 alleles to be correct, you'll also want to include --a2-allele and | |
10563 --real-ref-alleles in your command. | |
10564 In addition, | |
10565 * The '12' modifier causes A1 (usually minor) alleles to be coded as '1' | |
10566 and A2 alleles to be coded as '2', while '01' maps A1 -> 0 and A2 -> 1. | |
10567 * The 'tab' modifier makes the output mostly tab-delimited instead of | |
10568 mostly space-delimited. 'tabx' and 'spacex' force all tabs and all | |
10569 spaces, respectively. | |
10570 | |
10571 --flip-scan <verbose> | |
10572 (alias: --flipscan) | |
10573 LD-based scan for case/control strand inconsistency. | |
10574 | |
10575 --write-covar | |
10576 If a --covar file is loaded, --make-bed/--make-just-fam and --recode | |
10577 automatically generate an updated version (with all filters applied). | |
10578 However, if you do not wish to simultaneously generate a new genotype file, | |
10579 you can use --write-covar to just produce a pruned covariate file. | |
10580 | |
10581 --write-cluster <omit-unassigned> | |
10582 If clusters are specified with --within/--family, this generates a new | |
10583 cluster file (with all filters applied). The 'omit-unassigned' modifier | |
10584 causes unclustered samples to be omitted from the file; otherwise their | |
10585 cluster is 'NA'. | |
10586 | |
10587 --write-set | |
10588 --set-table | |
10589 If sets have been defined, --write-set dumps 'END'-terminated set | |
10590 membership lists to {output prefix}.set, while --set-table writes a | |
10591 variant-by-set membership table to {output prefix}.set.table. | |
10592 | |
10593 --merge [.ped filename] [.map filename] | |
10594 --merge [text fileset prefix] | |
10595 --bmerge [.bed filename] [.bim filename] [.fam filename] | |
10596 --bmerge [binary fileset prefix] | |
10597 Merge the given fileset with the initially loaded fileset, writing the | |
10598 result to {output prefix}.bed + .bim + .fam. (It is no longer necessary to | |
10599 simultaneously specify --make-bed.) | |
10600 --merge-list [filename] | |
10601 Merge all filesets named in the text file with the reference fileset, if | |
10602 one was specified. (However, this can also be used *without* a reference; | |
10603 in that case, the newly created fileset is then treated as the reference by | |
10604 most other PLINK operations.) The text file is interpreted as follows: | |
10605 * If a line contains only one name, it is assumed to be the prefix for a | |
10606 binary fileset. | |
10607 * If a line contains exactly two names, they are assumed to be the full | |
10608 filenames for a text fileset (.ped first, then .map). | |
10609 * If a line contains exactly three names, they are assumed to be the full | |
10610 filenames for a binary fileset (.bed, then .bim, then .fam). | |
10611 | |
10612 --write-snplist | |
10613 --list-23-indels | |
10614 --write-snplist writes a .snplist file listing the names of all variants | |
10615 which pass the filters and inclusion thresholds you've specified, while | |
10616 --list-23-indels writes the subset with 23andMe-style indel calls (D/I | |
10617 allele codes). | |
10618 | |
10619 --list-duplicate-vars <require-same-ref> <ids-only> <suppress-first> | |
10620 --list-duplicate-vars writes a .dupvar file describing all groups of | |
10621 variants with matching positions and allele codes. | |
10622 * By default, A1/A2 allele assignments are ignored; use 'require-same-ref' | |
10623 to override this. | |
10624 * Normally, the report contains position and allele codes. To remove them | |
10625 (and produce a file directly usable with e.g. --extract/--exclude), use | |
10626 'ids-only'. Note that this command will fail in 'ids-only' mode if any | |
10627 of the reported IDs are not unique. | |
10628 * 'suppress-first' causes the first variant ID in each group to be omitted | |
10629 from the report. | |
10630 | |
10631 --freq <counts | case-control> <gz> | |
10632 --freqx <gz> | |
10633 --freq generates a basic allele frequency (or count, if the 'counts' | |
10634 modifier is present) report. This can be combined with --within/--family | |
10635 to produce a cluster-stratified allele frequency/count report instead, or | |
10636 the 'case-control' modifier to report case and control allele frequencies | |
10637 separately. | |
10638 --freqx generates a more detailed genotype count report, designed for use | |
10639 with --read-freq. | |
10640 | |
10641 --missing <gz> | |
10642 Generate sample- and variant-based missing data reports. If clusters are | |
10643 defined, the variant-based report is cluster-stratified. 'gz' causes the | |
10644 output files to be gzipped. | |
10645 | |
10646 --test-mishap | |
10647 Check for association between missing calls and flanking haplotypes. | |
10648 | |
10649 --hardy <midp> <gz> | |
10650 Generate a Hardy-Weinberg exact test p-value report. (This does NOT | |
10651 simultaneously filter on the p-value any more; use --hwe for that.) With | |
10652 the 'midp' modifier, the test applies the mid-p adjustment described in | |
10653 Graffelman J, Moreno V (2013) The mid p-value in exact tests for | |
10654 Hardy-Weinberg Equilibrium. | |
10655 | |
10656 --mendel <summaries-only> | |
10657 Generate a Mendel error report. The 'summaries-only' modifier causes the | |
10658 .mendel file (listing every single error) to be skipped. | |
10659 | |
10660 --het <small-sample> <gz> | |
10661 --ibc | |
10662 Estimate inbreeding coefficients. --het reports method-of-moments | |
10663 estimates, while --ibc calculates all three values described in Yang J, Lee | |
10664 SH, Goddard ME and Visscher PM (2011) GCTA: A Tool for Genome-wide Complex | |
10665 Trait Analysis. (That paper also describes the relationship matrix | |
10666 computation we reimplement.) | |
10667 * These functions require decent MAF estimates. If there are very few | |
10668 samples in your immediate fileset, --read-freq is practically mandatory | |
10669 since imputed MAFs are wildly inaccurate in that case. | |
10670 * They also assume the marker set is in approximate linkage equilibrium. | |
10671 * By default, --het omits the n/(n-1) multiplier in Nei's expected | |
10672 homozygosity formula. The 'small-sample' modifier causes it to be | |
10673 included, while forcing --het to use MAFs imputed from founders in the | |
10674 immediate dataset. | |
10675 | |
10676 --check-sex {female max F} {male min F} | |
10677 --check-sex ycount {female max F} {male min F} {female max Y obs} | |
10678 {male min Y obs} | |
10679 --check-sex y-only {female max Y obs} {male min Y obs} | |
10680 --impute-sex {female max F} {male min F} | |
10681 --impute-sex ycount {female max F} {male min F} {female max Y obs} | |
10682 {male min Y obs} | |
10683 --impute-sex y-only {female max Y obs} {male min Y obs} | |
10684 --check-sex normally compares sex assignments in the input dataset with | |
10685 those imputed from X chromosome inbreeding coefficients. | |
10686 * Make sure that the X chromosome pseudo-autosomal region has been split | |
10687 off (with e.g. --split-x) before using this. | |
10688 * You also need decent MAF estimates (so, with very few samples in your | |
10689 immediate fileset, use --read-freq), and your marker set should be in | |
10690 approximate linkage equilibrium. | |
10691 * By default, F estimates smaller than 0.2 yield female calls, and values | |
10692 larger than 0.8 yield male calls. If you pass numeric parameter(s) to | |
10693 --check-sex, the first two control these thresholds. | |
10694 There are now two modes which consider Y chromosome data. | |
10695 * In 'ycount' mode, gender is still imputed from the X chromosome, but | |
10696 female calls are downgraded to ambiguous whenever more than 0 nonmissing | |
10697 Y genotypes are present, and male calls are downgraded when fewer than 0 | |
10698 are present. (Note that these are counts, not rates.) These thresholds | |
10699 are controllable with --check-sex ycount's optional 3rd and 4th numeric | |
10700 parameters. | |
10701 * In 'y-only' mode, gender is imputed from nonmissing Y genotype counts. | |
10702 The male minimum threshold defaults to 1 instead of zero in this case. | |
10703 --impute-sex changes sex assignments to the imputed values, and is | |
10704 otherwise identical to --check-sex. It must be used with | |
10705 --make-bed/--recode/--write-covar. | |
10706 | |
10707 --fst <case-control> | |
10708 (alias: --Fst) | |
10709 Estimate Wright's Fst for each autosomal diploid variant using the method | |
10710 introduced in Weir BS, Cockerham CC (1984) Estimating F-statistics for the | |
10711 analysis of population structure, given a set of subpopulations defined via | |
10712 --within. Raw and weighted global means are also reported. | |
10713 * If you're interested in the global means, it is usually best to perform | |
10714 this calculation on a marker set in approximate linkage equilibrium. | |
10715 * If you have only two subpopulations, you can represent them with | |
10716 case/control status and use the 'case-control' modifier. | |
10717 | |
10718 --indep [window size]<kb> [step size (variant ct)] [VIF threshold] | |
10719 --indep-pairwise [window size]<kb> [step size (variant ct)] [r^2 threshold] | |
10720 --indep-pairphase [window size]<kb> [step size (variant ct)] [r^2 threshold] | |
10721 Generate a list of markers in approximate linkage equilibrium. With the | |
10722 'kb' modifier, the window size is in kilobase instead of variant count | |
10723 units. (Pre-'kb' space is optional, i.e. '--indep-pairwise 500 kb 5 0.5' | |
10724 and '--indep-pairwise 500kb 5 0.5' have the same effect.) | |
10725 Note that you need to rerun PLINK using --extract or --exclude on the | |
10726 .prune.in/.prune.out file to apply the list to another computation. | |
10727 | |
10728 --r <square | square0 | triangle | inter-chr> <gz | bin | bin4> <spaces> | |
10729 <in-phase> <d | dprime | dprime-signed> <with-freqs> <yes-really> | |
10730 --r2 <square | square0 | triangle | inter-chr> <gz | bin | bin4> <spaces> | |
10731 <in-phase> <d | dprime | dprime-signed> <with-freqs> <yes-really> | |
10732 LD statistic reports. --r yields raw inter-variant correlations, while | |
10733 --r2 reports their squares. You can request results for all pairs in | |
10734 matrix format (if you specify 'bin' or one of the shape modifiers), all | |
10735 pairs in table format ('inter-chr'), or a limited window in table format | |
10736 (default). | |
10737 * The 'gz' modifier causes the output text file to be gzipped. | |
10738 * 'bin' causes the output matrix to be written in double-precision binary | |
10739 format, while 'bin4' specifics single-precision binary. The matrix is | |
10740 square if no shape is explicitly specified. | |
10741 * By default, text matrices are tab-delimited; 'spaces' switches this. | |
10742 * 'in-phase' adds a column with in-phase allele pairs to table-formatted | |
10743 reports. (This cannot be used with very long allele codes.) | |
10744 * 'dprime' adds the absolute value of Lewontin's D-prime statistic to | |
10745 table-formatted reports, and forces both r/r^2 and D-prime to be based on | |
10746 the maximum likelihood solution to the cubic equation discussed in Gaunt | |
10747 T, Rodriguez S, Day I (2007) Cubic exact solutions for the estimation of | |
10748 pairwise haplotype frequencies. | |
10749 'dprime-signed' keeps the sign, while 'd' skips division by D_{max}. | |
10750 * 'with-freqs' adds MAF columns to table-formatted reports. | |
10751 * Since the resulting file can easily be huge, you're required to add the | |
10752 'yes-really' modifier when requesting an unfiltered, non-distributed all | |
10753 pairs computation on more than 400k variants. | |
10754 * These computations can be subdivided with --parallel (even when the | |
10755 'square' modifier is active). | |
10756 --ld [variant ID] [variant ID] <hwe-midp> | |
10757 This displays haplotype frequencies, r^2, and D' for a single pair of | |
10758 variants. When there are multiple biologically possible solutions to the | |
10759 haplotype frequency cubic equation, all are displayed (instead of just the | |
10760 maximum likelihood solution identified by --r/--r2), along with HWE exact | |
10761 test statistics. | |
10762 | |
10763 --show-tags [filename] | |
10764 --show-tags all | |
10765 * If a file is specified, list all variants which tag at least one variant | |
10766 named in the file. (This will normally be a superset of the original | |
10767 list, since a variant is considered to tag itself here.) | |
10768 * If 'all' mode is specified, for each variant, each *other* variant which | |
10769 tags it is reported. | |
10770 | |
10771 --blocks <no-pheno-req> <no-small-max-span> | |
10772 Estimate haplotype blocks, via Haploview's interpretation of the block | |
10773 definition suggested by Gabriel S et al. (2002) The Structure of Haplotype | |
10774 Blocks in the Human Genome. | |
10775 * Normally, samples with missing phenotypes are not considered by this | |
10776 computation; the 'no-pheno-req' modifier lifts this restriction. | |
10777 * Normally, size-2 blocks may not span more than 20kb, and size-3 blocks | |
10778 are limited to 30kb. The 'no-small-max-span' modifier removes these | |
10779 limits. | |
10780 The .blocks file is valid input for PLINK 1.07's --hap command. However, | |
10781 the --hap... family of flags has not been reimplemented in PLINK 1.9 due to | |
10782 poor phasing accuracy relative to other software; for now, we recommend | |
10783 using BEAGLE instead of PLINK for case/control haplotype association | |
10784 analysis. (You can use '--recode beagle' to export data to BEAGLE 3.3.) | |
10785 We apologize for the inconvenience, and plan to develop variants of the | |
10786 --hap... flags which handle pre-phased data effectively. | |
10787 | |
10788 --distance <square | square0 | triangle> <gz | bin | bin4> <ibs> <1-ibs> | |
10789 <allele-ct> <flat-missing> | |
10790 Write a lower-triangular tab-delimited table of (weighted) genomic | |
10791 distances in allele count units to {output prefix}.dist, and a list of the | |
10792 corresponding sample IDs to {output prefix}.dist.id. The first row of the | |
10793 .dist file contains a single {genome 1-genome 2} distance, the second row | |
10794 has the {genome 1-genome 3} and {genome 2-genome 3} distances in that | |
10795 order, etc. | |
10796 * It is usually best to perform this calculation on a marker set in | |
10797 approximate linkage equilibrium. | |
10798 * If the 'square' or 'square0' modifier is present, a square matrix is | |
10799 written instead; 'square0' fills the upper right triangle with zeroes. | |
10800 * If the 'gz' modifier is present, a compressed .dist.gz file is written | |
10801 instead of a plain text file. | |
10802 * If the 'bin' modifier is present, a binary (square) matrix of | |
10803 double-precision floating point values, suitable for loading from R, is | |
10804 instead written to {output prefix}.dist.bin. ('bin4' specifies | |
10805 single-precision numbers instead.) This can be combined with 'square0' | |
10806 if you still want the upper right zeroed out, or 'triangle' if you don't | |
10807 want to pad the upper right at all. | |
10808 * If the 'ibs' modifier is present, an identity-by-state matrix is written | |
10809 to {output prefix}.mibs. '1-ibs' causes distances expressed as genomic | |
10810 proportions (i.e. 1 - IBS) to be written to {output prefix}.mdist. | |
10811 Combine with 'allele-ct' if you want to generate the usual .dist file as | |
10812 well. | |
10813 * By default, distance rescaling in the presence of missing genotype calls | |
10814 is sensitive to allele count distributions: if variant A contributes, on | |
10815 average, twice as much to other pairwise distances as variant B, a | |
10816 missing call at variant A will result in twice as large of a missingness | |
10817 correction. To turn this off (because e.g. your missing calls are highly | |
10818 nonrandom), use the 'flat-missing' modifier. | |
10819 * The computation can be subdivided with --parallel. | |
10820 --distance-matrix | |
10821 --ibs-matrix | |
10822 These deprecated commands are equivalent to '--distance 1-ibs flat-missing | |
10823 square' and '--distance ibs flat-missing square', respectively, except that | |
10824 they generate space- instead of tab-delimited text matrices. | |
10825 | |
10826 --make-rel <square | square0 | triangle> <gz | bin | bin4> | |
10827 <cov | ibc2 | ibc3> | |
10828 Write a lower-triangular variance-standardized realized relationship matrix | |
10829 to {output prefix}.rel, and corresponding IDs to {output prefix}.rel.id. | |
10830 * It is usually best to perform this calculation on a marker set in | |
10831 approximate linkage equilibrium. | |
10832 * 'square', 'square0', 'triangle', 'gz', 'bin', and 'bin4' act as they do | |
10833 on --distance. | |
10834 * The 'cov' modifier removes the variance standardization step, causing a | |
10835 covariance matrix to be calculated instead. | |
10836 * By default, the diagonal elements in the relationship matrix are based on | |
10837 --ibc's Fhat1; use the 'ibc2' or 'ibc3' modifiers to base them on Fhat2 | |
10838 or Fhat3 instead. | |
10839 * The computation can be subdivided with --parallel. | |
10840 --make-grm-gz <no-gz> <cov | ibc2 | ibc3> | |
10841 --make-grm-bin <cov | ibc2 | ibc3> | |
10842 --make-grm-gz writes the relationships in GCTA's original gzipped list | |
10843 format, which describes one pair per line, while --make-grm-bin writes them | |
10844 in GCTA 1.1+'s single-precision triangular binary format. Note that these | |
10845 formats explicitly report the number of valid observations (where neither | |
10846 sample has a missing call) for each pair, which is useful input for some | |
10847 scripts. | |
10848 These computations can be subdivided with --parallel. | |
10849 | |
10850 --rel-cutoff {val} | |
10851 (alias: --grm-cutoff) | |
10852 Exclude one member of each pair of samples with relatedness greater than | |
10853 the given cutoff value (default 0.025). If no later operation will cause | |
10854 the list of remaining samples to be written to disk, this will save it to | |
10855 {output prefix}.rel.id. | |
10856 Note that maximizing the remaining sample size is equivalent to the NP-hard | |
10857 maximum independent set problem, so we use a greedy algorithm instead of | |
10858 guaranteeing optimality. (Use the --make-rel and --keep/--remove flags if | |
10859 you want to try to do better.) | |
10860 | |
10861 --ibs-test {permutation count} | |
10862 --groupdist {iters} {d} | |
10863 Given case/control phenotype data, these commands consider three subsets of | |
10864 the distance matrix: pairs of affected samples, affected-unaffected pairs, | |
10865 and pairs of unaffected samples. Each of these subsets has a distribution | |
10866 of pairwise genomic distances; --ibs-test uses permutation to estimate | |
10867 p-values re: which types of pairs are most similar, while --groupdist | |
10868 focuses on the differences between the centers of these distributions and | |
10869 estimates standard errors via delete-d jackknife. | |
10870 | |
10871 --regress-distance {iters} {d} | |
10872 Linear regression of pairwise genomic distances on pairwise average | |
10873 phenotypes and vice versa, using delete-d jackknife for standard errors. A | |
10874 scalar phenotype is required. | |
10875 * With less than two parameters, d is set to {number of people}^0.6 rounded | |
10876 down. With no parameters, 100k iterations are run. | |
10877 --regress-rel {iters} {d} | |
10878 Linear regression of pairwise genomic relationships on pairwise average | |
10879 phenotypes, and vice versa. Defaults for iters and d are the same as for | |
10880 --regress-distance. | |
10881 | |
10882 --genome <gz> <rel-check> <full> <unbounded> <nudge> | |
10883 Generate an identity-by-descent report. | |
10884 * It is usually best to perform this calculation on a marker set in | |
10885 approximate linkage equilibrium. | |
10886 * The 'rel-check' modifier excludes pairs of samples with different FIDs | |
10887 from the final report. | |
10888 * 'full' adds raw pairwise comparison data to the report. | |
10889 * The P(IBD=0/1/2) estimator employed by this command sometimes yields | |
10890 numbers outside the range [0,1]; by default, these are clipped. The | |
10891 'unbounded' modifier turns off this clipping. | |
10892 * Then, when PI_HAT^2 < P(IBD=2), 'nudge' adjusts the final P(IBD=0/1/2) | |
10893 estimates to a theoretically possible configuration. | |
10894 * The computation can be subdivided with --parallel. | |
10895 | |
10896 --homozyg <group | group-verbose> <consensus-match> <extend> | |
10897 <subtract-1-from-lengths> | |
10898 --homozyg-snp [min var count] | |
10899 --homozyg-kb [min length] | |
10900 --homozyg-density [max inverse density (kb/var)] | |
10901 --homozyg-gap [max internal gap kb length] | |
10902 --homozyg-het [max hets] | |
10903 --homozyg-window-snp [scanning window size] | |
10904 --homozyg-window-het [max hets in scanning window hit] | |
10905 --homozyg-window-missing [max missing calls in scanning window hit] | |
10906 --homozyg-window-threshold [min scanning window hit rate] | |
10907 These commands request a set of run-of-homozygosity reports, and allow you | |
10908 to customize how they are generated. | |
10909 * If you're satisfied with all the default settings described below, just | |
10910 use --homozyg with no modifiers. Otherwise, --homozyg lets you change a | |
10911 few binary settings: | |
10912 * 'group{-verbose}' adds a report on pools of overlapping runs of | |
10913 homozygosity. (Automatically set when --homozyg-match is present.) | |
10914 * With 'group{-verbose}', 'consensus-match' causes pairwise segmental | |
10915 matches to be called based on the variants in the pool's consensus | |
10916 segment, rather than the variants in the pairwise intersection. | |
10917 * Due to how the scanning window algorithm works, it is possible for a | |
10918 reported ROH to be adjacent to a few homozygous variants. The 'extend' | |
10919 modifier causes them to be included in the reported ROH if that | |
10920 wouldn't cause a violation of the --homozyg-density bound. | |
10921 * By default, segment bp lengths are calculated as [end bp position] - | |
10922 [start bp position] + 1. Therefore, reports normally differ slightly | |
10923 from PLINK 1.07, which does not add 1 at the end. For testing | |
10924 purposes, you can use the 'subtract-1-from-lengths' modifier to apply | |
10925 the old formula. | |
10926 * By default, only runs of homozygosity containing at least 100 variants, | |
10927 and of total length >= 1000 kilobases, are noted. You can change these | |
10928 minimums with --homozyg-snp and --homozyg-kb, respectively. | |
10929 * By default, a ROH must have at least one variant per 50 kb on average; | |
10930 change this bound with --homozyg-density. | |
10931 * By default, if two consecutive variants are more than 1000 kb apart, they | |
10932 cannot be in the same ROH; change this bound with --homozyg-gap. | |
10933 * By default, a ROH can contain an unlimited number of heterozygous calls; | |
10934 you can impose a limit with --homozyg-het. | |
10935 * By default, the scanning window contains 50 variants; change this with | |
10936 --homozyg-window-snp. | |
10937 * By default, a scanning window hit can contain at most 1 heterozygous | |
10938 call and 5 missing calls; change these limits with --homozyg-window-het | |
10939 and --homozyg-window-missing, respectively. | |
10940 * By default, for a variant to be eligible for inclusion in a ROH, the hit | |
10941 rate of all scanning windows containing the variant must be at least | |
10942 0.05; change this threshold with --homozyg-window-threshold. | |
10943 | |
10944 --cluster <cc> <group-avg | old-tiebreaks> <missing> <only2> | |
10945 Cluster samples using a pairwise similarity statistic (normally IBS). | |
10946 * The 'cc' modifier forces every cluster to have at least one case and one | |
10947 control. | |
10948 * The 'group-avg' modifier causes clusters to be joined based on average | |
10949 instead of minimum pairwise similarity. | |
10950 * The 'missing' modifier causes clustering to be based on | |
10951 identity-by-missingness instead of identity-by-state, and writes a | |
10952 space-delimited identity-by-missingness matrix to disk. | |
10953 * The 'only2' modifier causes only a .cluster2 file (which is valid input | |
10954 for --within) to be written; otherwise 2 other files will be produced. | |
10955 * By default, IBS ties are not broken in the same manner as PLINK 1.07, so | |
10956 final cluster solutions tend to differ. This is generally harmless. | |
10957 However, to simplify testing, you can use the 'old-tiebreaks' modifier to | |
10958 force emulation of the old algorithm. | |
10959 | |
10960 --pca {count} <header> <tabs> <var-wts> | |
10961 Calculates a variance-standardized relationship matrix (use | |
10962 --make-rel/--make-grm-gz/--make-grm-bin to dump it), and extracts the top | |
10963 20 principal components. | |
10964 * It is usually best to perform this calculation on a marker set in | |
10965 approximate linkage equilibrium. | |
10966 * You can change the number of PCs by passing a numeric parameter. | |
10967 * The 'header' modifier adds a header line to the .eigenvec output file. | |
10968 (For compatibility with the GCTA flag of the same name, the default is no | |
10969 header line.) | |
10970 * The 'tabs' modifier causes the .eigenvec file(s) to be tab-delimited. | |
10971 * The 'var-wts' modifier requests an additional .eigenvec.var file with PCs | |
10972 expressed as variant weights instead of sample weights. | |
10973 | |
10974 --neighbour [n1] [n2] | |
10975 (alias: --neighbor) | |
10976 Report IBS distances from each sample to their n1th- to n2th-nearest | |
10977 neighbors, associated Z-scores, and the identities of those neighbors. | |
10978 Useful for outlier detection. | |
10979 | |
10980 --assoc <perm | mperm=[value]> <perm-count> <fisher | fisher-midp> <counts> | |
10981 <set-test> | |
10982 --assoc <perm | mperm=[value]> <perm-count> <qt-means> <lin> <set-test> | |
10983 --model <perm | mperm=[value]> <perm-count> | |
10984 <fisher | fisher-midp | trend-only> <set-test> | |
10985 <dom | rec | gen | trend> | |
10986 Basic association analysis report. | |
10987 Given a case/control phenotype, --assoc performs a 1df chi-square allelic | |
10988 test, while --model performs 4 other tests as well (1df dominant gene | |
10989 action, 1df recessive gene action, 2df genotypic, Cochran-Armitage trend). | |
10990 * With 'fisher'/'fisher-midp', Fisher's exact test is used to generate | |
10991 p-values. 'fisher-midp' also applies Lancaster's mid-p adjustment. | |
10992 * 'perm' causes an adaptive permutation test to be performed. | |
10993 * 'mperm=[value]' causes a max(T) permutation test with the specified | |
10994 number of replications to be performed. | |
10995 * 'perm-count' causes the permutation test report to include counts instead | |
10996 of frequencies. | |
10997 * 'counts' causes --assoc to report allele counts instead of frequencies. | |
10998 * 'set-test' tests the significance of variant sets. Requires permutation; | |
10999 can be customized with --set-p/--set-r2/--set-max. | |
11000 * 'dom', 'rec', 'gen', and 'trend' force the corresponding test to be used | |
11001 as the basis for --model permutation. (By default, the most significant | |
11002 result among the allelic, dominant, and recessive tests is used.) | |
11003 * 'trend-only' causes only the trend test to be performed. | |
11004 Given a quantitative phenotype, --assoc normally performs a Wald test. | |
11005 * In this case, the 'qt-means' modifier causes trait means and standard | |
11006 deviations stratified by genotype to be reported as well. | |
11007 * 'lin' causes the Lin statistic to be computed, and makes it the basis for | |
11008 multiple-testing corrections and permutation tests. | |
11009 Several other flags (most notably, --aperm) can be used to customize the | |
11010 permutation test. | |
11011 | |
11012 --mh <perm | mperm=[value]> <perm-count> <set-test> | |
11013 (alias: --cmh) | |
11014 --bd <perm | perm-bd | mperm=[value]> <perm-count> <set-test> | |
11015 --mh2 | |
11016 --homog | |
11017 Given a case/control phenotype and a set of clusters, --mh computes 2x2xK | |
11018 Cochran-Mantel-Haenszel statistics for each variant, while --bd also | |
11019 performs the Breslow-Day test for odds ratio homogeneity. Permutation and | |
11020 variant set testing based on the CMH (default) or Breslow-Day (when | |
11021 'perm-bd' is present) statistic are supported. | |
11022 The following similar analyses are also available: | |
11023 * --mh2 swaps the roles of case/control status and cluster membership, | |
11024 performing a phenotype-stratified IxJxK Cochran-Mantel-Haenszel test on | |
11025 association between cluster assignments and genotypes. | |
11026 * --homog executes an alternative to the Breslow-Day test, based on | |
11027 partitioning of the chi-square statistic. | |
11028 | |
11029 --gxe {covariate index} | |
11030 Given both a quantitative phenotype and a case/control covariate loaded | |
11031 with --covar defining two groups, --gxe compares the regression coefficient | |
11032 derived from considering only members of one group to the regression | |
11033 coefficient derived from considering only members of the other. By | |
11034 default, the first covariate in the --covar file defines the groups; use | |
11035 e.g. '--gxe 3' to base them on the third covariate instead. | |
11036 | |
11037 --linear <perm | mperm=[value]> <perm-count> <set-test> | |
11038 <genotypic | hethom | dominant | recessive | no-snp> <hide-covar> | |
11039 <sex | no-x-sex> <interaction> <beta> <standard-beta> <intercept> | |
11040 --logistic <perm | mperm=[value]> <perm-count> <set-test> | |
11041 <genotypic | hethom | dominant | recessive | no-snp> <hide-covar> | |
11042 <sex | no-x-sex> <interaction> <beta> <intercept> | |
11043 Multi-covariate association analysis on a quantitative (--linear) or | |
11044 case/control (--logistic) phenotype. Normally used with --covar. | |
11045 * 'perm' normally causes an adaptive permutation test to be performed on | |
11046 the main effect, while 'mperm=[value]' starts a max(T) permutation test. | |
11047 * 'perm-count' causes the permutation test report to include counts instead | |
11048 of frequencies. | |
11049 * 'set-test' tests the significance of variant sets. Requires permutation; | |
11050 can be customized with --set-p/--set-r2/--set-max. | |
11051 * The 'genotypic' modifier adds an additive effect/dominance deviation 2df | |
11052 joint test (0/1/2 and 0/1/0 coding), while 'hethom' uses 0/0/1 and 0/1/0 | |
11053 coding instead. If permutation is also requested, these modifiers cause | |
11054 permutation to be based on the joint test. | |
11055 * 'dominant' and 'recessive' specify a model assuming full dominance or | |
11056 recessiveness, respectively, for the A1 allele. | |
11057 * 'no-snp' causes regression to be performed only on the phenotype and the | |
11058 covariates, without reference to genomic data. If permutation is also | |
11059 requested, results are reported for all covariates. | |
11060 * 'hide-covar' removes covariate-specific lines from the report. | |
11061 * By default, sex (male = 1, female = 0) is automatically added as a | |
11062 covariate on X chromosome variants, and nowhere else. The 'sex' modifier | |
11063 causes it to be added everywhere, while 'no-x-sex' excludes it. | |
11064 * 'interaction' adds genotype x covariate interactions to the model. This | |
11065 cannot be used with the usual permutation tests; use --tests to define | |
11066 the permutation test statistic instead. | |
11067 * 'intercept' causes intercepts to be included in the main report. | |
11068 * For logistic regressions, the 'beta' modifier causes regression | |
11069 coefficients instead of odds ratios to be reported. | |
11070 * With --linear, the 'standard-beta' modifier standardizes the phenotype | |
11071 and all predictors to zero mean and unit variance before regression. | |
11072 | |
11073 --dosage [allele dosage file] <noheader> <skip0=[i]> <skip1=[j]> <skip2=[k]> | |
11074 <dose1> <format=[m]> <Zout> <occur | standard-beta> <sex> | |
11075 <case-control-freqs> | |
11076 --dosage [list file] list <sepheader | noheader> <skip0=[i]> <skip1=[j]> | |
11077 <skip2=[k]> <dose1> <format=[m]> <Zout> <occur | standard-beta> | |
11078 <sex> <case-control-freqs> | |
11079 --write-dosage | |
11080 Process (possibly gzipped) text files with variant-major allelic dosage | |
11081 data. This cannot be used with a regular input fileset; instead, you must | |
11082 *only* specify a .fam and possibly a .map file, and you can't specify any | |
11083 other commands. | |
11084 * PLINK 2.0 will have first-class support for genotype probabilities. An | |
11085 equivalent data import flag will be provided then, and --dosage will be | |
11086 retired. | |
11087 * By default, --dosage assumes that only one allelic dosage file should be | |
11088 loaded. To specify multiple files, | |
11089 1. create a master list with one entry per line. There are normally two | |
11090 supported formats for this list: just a filename per line, or variant | |
11091 batch numbers in the first column and filenames in the second. | |
11092 2. Provide the name of that list as the first --dosage parameter. | |
11093 3. Add the 'list' modifier. | |
11094 * By default, --dosage assumes the allelic dosage file(s) contain a header | |
11095 line, which has 'SNP' in column i+1, 'A1' in column i+j+2, 'A2' in column | |
11096 i+j+3, and sample FID/IIDs starting from column i+j+k+4. (i/j/k are | |
11097 normally zero, but can be changed with 'skip0', 'skip1', and 'skip2' | |
11098 respectively.) If such a header line is not present, | |
11099 * when all samples appear in the same order as they do in the .fam file, | |
11100 you can use the 'noheader' modiifer. | |
11101 * Otherwise, use the 'sepheader' modifier, and append sample ID filenames | |
11102 to your 'list' file entries. | |
11103 * The 'format' modifier lets you specify the number of values used to | |
11104 represent each dosage. 'format=1' normally indicates a single 0..2 A1 | |
11105 expected count; 'dose1' modifies this to a 0..1 frequency. 'format=2' | |
11106 (the default) indicates a 0..1 homozygous A1 likelihood followed by a | |
11107 0..1 het likelihood, while 'format=3' indicates 0..1 hom A1, 0..1 het, | |
11108 0..1 hom A2. | |
11109 * 'Zout' causes the output file to be gzipped. | |
11110 * Normally, an association analysis is performed. 'standard-beta' and | |
11111 'sex' behave as they are supposed to with --linear/--logistic. | |
11112 'case-control-freqs' causes case and control allele frequencies to be | |
11113 reported separately. | |
11114 * There are three alternate modes which cause the association analysis to | |
11115 be skipped. | |
11116 * 'occur' requests a simple variant occurrence report. | |
11117 * --write-dosage causes a simple merged file matching the 'format' | |
11118 specification (not including 'dose1') to be generated. | |
11119 * --score applies a linear scoring system to the dosages. | |
11120 | |
11121 --lasso [h2 estimate] {min lambda} <report-zeroes> | |
11122 Estimate variant effect sizes via LASSO regression. You must provide an | |
11123 additive heritability estimate to calibrate the regression. | |
11124 Note that this method may require a very large sample size (e.g. hundreds | |
11125 of thousands) to be effective on complex polygenic traits. | |
11126 | |
11127 --test-missing <perm | mperm=[value]> <perm-count> <midp> | |
11128 Check for association between missingness and case/control status, using | |
11129 Fisher's exact test. The 'midp' modifier causes Lancaster's mid-p | |
11130 adjustment to be applied. | |
11131 | |
11132 --make-perm-pheno [ct] | |
11133 Generate phenotype permutations and write them to disk, without invoking an | |
11134 association test. | |
11135 | |
11136 --tdt <exact | exact-midp | poo> <perm | mperm=[value]> <perm-count> | |
11137 <parentdt1 | parentdt2 | pat | mat> <set-test> | |
11138 Report transmission disequilibrium test statistics, given case/control | |
11139 phenotypes and pedigree information. | |
11140 * A Mendel error check is performed before the main tests; offending | |
11141 genotypes are treated as missing by this analysis. | |
11142 * By default, the basic TDT p-value is based on a chi-square test unless | |
11143 you request the exact binomial test with 'exact' or 'exact-midp'. | |
11144 * 'perm'/'mperm=[value]' requests a family-based adaptive or max(T) | |
11145 permutation test. By default, the permutation test statistic is the | |
11146 basic TDT p-value; 'parentdt1'/'parentdt2' cause parenTDT or combined | |
11147 test p-values, respectively, to be considered instead. | |
11148 * 'set-test' tests the significance of variant sets. This cannot be used | |
11149 with exact tests for now. | |
11150 The 'poo' modifier causes a parent-of-origin analysis to be performed | |
11151 instead, with transmissions from heterozygous fathers and heterozygous | |
11152 mothers considered separately. | |
11153 * The parent-of-origin analysis does not currently support exact tests. | |
11154 * By default, the permutation test statistic is the absolute | |
11155 parent-of-origin test Z score; 'pat'/'mat' cause paternal or maternal TDT | |
11156 chi-square statistics, respectively, to be considered instead. | |
11157 | |
11158 --qfam <perm | mperm=[value]> <perm-count> <emp-se> | |
11159 --qfam-parents <perm | mperm=[value]> <perm-count> <emp-se> | |
11160 --qfam-between <perm | mperm=[value]> <perm-count> <emp-se> | |
11161 --qfam-total <perm | mperm=[value]> <perm-count> <emp-se> | |
11162 QFAM family-based association test for quantitative traits. | |
11163 * A Mendel error check is performed before the main tests; offending | |
11164 genotypes are treated as missing by this analysis. | |
11165 * This procedure requires permutation. 'perm' and 'perm-count' have the | |
11166 usual meanings. However, 'mperm=[value]' just specifies a fixed number | |
11167 of permutations; the method does not support a proper max(T) test. | |
11168 * The 'emp-se' modifier adds BETA and EMP_SE (empirical standard error for | |
11169 beta) fields to the .perm output file. | |
11170 | |
11171 --annotate [PLINK report] <attrib=[file]> <ranges=[file]> <filter=[file]> | |
11172 <snps=[file]> <NA | prune> <block> <subset=[file]> <minimal> | |
11173 <distance> | |
11174 Add annotations to a variant-based PLINK report. This requires an | |
11175 annotation source: | |
11176 * 'attrib=[file]' specifies a (possibly gzipped) attribute file. | |
11177 * 'ranges=[file]' specifies a gene/range list file. | |
11178 (Both source types can be specified simultaneously.) The following options | |
11179 are also supported: | |
11180 * 'filter=[file]' causes only variants within one of the ranges in the file | |
11181 to be included in the new report. | |
11182 * 'snps=[file]' causes only variants named in the file to be included in | |
11183 the new report. | |
11184 * The 'NA' modifier causes unannotated variants to have 'NA' instead of '.' | |
11185 in the new report's ANNOT column, while the 'prune' modifier excludes | |
11186 them entirely. | |
11187 * The 'block' modifier replaces the single ANNOT column with a 0/1-coded | |
11188 column for each possible annotation. | |
11189 * With 'ranges', | |
11190 * 'subset=[file]' causes only intervals named in the subset file to be | |
11191 loaded from the ranges file. | |
11192 * interval annotations normally come with a parenthesized signed distance | |
11193 to the interval boundary (0 if the variant is located inside the | |
11194 interval; this is always true without --border). They can be excluded | |
11195 with the 'minimal' modifier. | |
11196 * the 'distance' modifier adds 'DIST' and 'SGN' columns describing signed | |
11197 distance to the nearest interval. | |
11198 * When --pfilter is present, high p-values are filtered out. | |
11199 | |
11200 --clump [PLINK report filename(s)...] | |
11201 Process association analysis report(s) with 'SNP' and p-value columns, | |
11202 organizing results by LD-based clumps. Multiple filenames can be separated | |
11203 by spaces or commas. | |
11204 | |
11205 --gene-report [PLINK report] [gene range file] | |
11206 Generate a gene-based report from a variant-based report. | |
11207 * When --pfilter is present, high p-values are filtered out. | |
11208 * When --extract (without 'range') is present, only variants named in the | |
11209 --extract file are considered. | |
11210 | |
11211 --meta-analysis [PLINK report filenames...] | |
11212 --meta-analysis [PLINK report filenames...] + <logscale | qt> | |
11213 <no-map | no-allele> <study> <report-all> <weighted-z> | |
11214 Perform a meta-analysis on several variant-based reports with 'SNP' and | |
11215 'SE' fields. | |
11216 * Normally, an 'OR' odds ratio field must also be present in each input | |
11217 file. With 'logscale', 'BETA' log-odds values/regression coefficients | |
11218 are expected instead, but the generated report will still contain odds | |
11219 ratio estimates. With 'qt', both input and output values are regression | |
11220 betas. | |
11221 * 'CHR', 'BP', and 'A1' fields are also normally required. 'no-map' causes | |
11222 them to all be ignored, while 'no-allele' causes just 'A1' to be ignored. | |
11223 * If 'A2' fields are present, and neither 'no-map' nor 'no-allele' was | |
11224 specified, A1/A2 allele flips are handled properly. Otherwise, A1 | |
11225 mismatches are thrown out. | |
11226 * 'study' causes study-specific effect estimates to be collated in the | |
11227 meta-analysis report. | |
11228 * 'report-all' causes variants present in only a single input file to be | |
11229 included in the meta-analysis report. | |
11230 * 'weighted-z' requests weighted Z-score-based p-values (as computed by the | |
11231 Abecasis Lab's METAL software) in addition to the usual inverse | |
11232 variance-based analysis. This requires P and effective sample size | |
11233 fields. | |
11234 * When --extract (without 'range') is present, only variants named in the | |
11235 --extract file are considered. | |
11236 * Unless 'no-map' is specified, chromosome filters are also respected. | |
11237 | |
11238 --fast-epistasis <boost | joint-effects | no-ueki> <case-only> | |
11239 <set-by-set | set-by-all> <nop> | |
11240 --epistasis <set-by-set | set-by-all> | |
11241 Scan for epistatic interactions. --fast-epistasis inspects 3x3 joint | |
11242 genotype count tables and only applies to case/control phenotypes, while | |
11243 --epistasis performs linear or logistic regression. | |
11244 * By default, --fast-epistasis uses the PLINK 1.07 allele-based test. Two | |
11245 newer tests are now supported: 'boost' invokes the likelihood ratio test | |
11246 introduced by Wan X et al. (2010) BOOST: A Fast Approach to Detecting | |
11247 Gene-Gene Interactions in Genome-wide Case-Control Studies, while | |
11248 'joint-effects' applies the joint effects test introduced in Ueki M, | |
11249 Cordell HJ (2012) Improved statistics for genome-wide interaction | |
11250 analysis. | |
11251 * The original --fast-epistasis test normally applies the variance and | |
11252 empty cell corrections suggested by Ueki and Cordell's paper. To disable | |
11253 them, use the 'no-ueki' modifier. | |
11254 * 'case-only' requests a case-only instead of a case/control test. | |
11255 * By default, all pairs of variants across the entire genome are tested. | |
11256 To just test pairs of variants within a single set, add the 'set-by-set' | |
11257 modifier and load exactly one set with --set/--make-set; with exactly two | |
11258 sets loaded, all variants in one set are tested against all variants in | |
11259 the other. 'set-by-all' tests all variants in one set against the entire | |
11260 genome instead. | |
11261 * 'nop' strips p-values from the main report. | |
11262 * These computations can be subdivided with --parallel; however... | |
11263 --epistasis-summary-merge [common file prefix] [ct] | |
11264 When a --{fast-}epistasis job is subdivided with --parallel, the main | |
11265 report can be assembled at the end by applying Unix 'cat' in the usual | |
11266 manner, but the .summary.1, .summary.2, ... files may require a specialized | |
11267 merge. --epistasis-summary-merge takes care of the latter. | |
11268 | |
11269 --twolocus [variant ID] [variant ID] | |
11270 Two-locus joint genotype count report. | |
11271 | |
11272 --score [filename] {i} {j} {k} <header> <sum | no-sum> | |
11273 <no-mean-imputation | center> <include-cnt> <double-dosage> | |
11274 Apply a linear scoring system to each sample. | |
11275 The input file should have one line per scored variant. Variant IDs are | |
11276 read from column #i, allele codes are read from column #j, and scores are | |
11277 read from column #k, where i defaults to 1, j defaults to i+1, and k | |
11278 defaults to j+1. | |
11279 * The 'header' modifier causes the first nonempty line of the input file to | |
11280 be ignored; otherwise, --score assumes there is no header line. | |
11281 * By default, final scores are averages of the valid per-variant scores. | |
11282 The 'sum' modifier causes sums to be reported instead. (This cannot be | |
11283 used with 'no-mean-imputation'. And for backward compatibility, 'sum' is | |
11284 automatically on with dosage data unless 'no-sum' is specified.) | |
11285 * By default, copies of the unnamed allele contribute zero to score, while | |
11286 missing genotypes contribute an amount proportional to the loaded (via | |
11287 --read-freq) or imputed allele frequency. To throw out missing | |
11288 observations instead (decreasing the denominator in the final average | |
11289 when this happens), use the 'no-mean-imputation' modifier. | |
11290 * Alternatively, you can use the 'center' modifier to shift all scores to | |
11291 mean zero. | |
11292 * This command can be used with dosage data. By default, the 'CNT' column | |
11293 is omitted from the output file in this case; use 'include-cnt' to keep | |
11294 it. Also, note that scores are multiplied by 0..1 dosages, not 0..2 | |
11295 diploid allele counts, unless the 'double-dosage' modifier is present. | |
11296 | |
11297 --write-var-ranges [block ct] | |
11298 Divide the set of variants into equal-size blocks. (Can be used with | |
11299 --snps to split a job across multiple machines.) | |
11300 | |
11301 The following other flags are supported. (Order of operations is described at | |
11302 https://www.cog-genomics.org/plink2/order .) | |
11303 --script [fname] : Include command-line options from file. | |
11304 --rerun {log} : Rerun commands in log (default 'plink.log'). | |
11305 --version : Display only version number before exiting. | |
11306 --silent : Suppress output to console. | |
11307 --gplink : Reserved for interoperation with gPLINK. | |
11308 --missing-genotype [char] : Set missing genotype code (normally '0'). | |
11309 --double-id : Set both FIDs and IIDs to the VCF/BCF sample ID. | |
11310 --const-fid {ID} : Set all FIDs to the given constant (default '0'). | |
11311 --id-delim {d} : Parse sample IDs as [FID][d][IID] (default delim '_'). | |
11312 --vcf-idspace-to [c] : Convert spaces in sample IDs to the given character. | |
11313 --biallelic-only <strict> <list> : Skip VCF variants with 2+ alt. alleles. | |
11314 --vcf-min-qual [val] : Skip VCF variants with low/missing QUAL. | |
11315 --vcf-filter {exception(s)...} : Skip variants which have FILTER failures. | |
11316 --vcf-require-gt : Skip variants with no GT field. | |
11317 --vcf-min-gq [val] : No-call a genotype when GQ is below the | |
11318 given threshold. | |
11319 --vcf-min-gp [val] : No-call a genotype when 0-1 scaled GP is | |
11320 below the given threshold. | |
11321 --vcf-half-call [m] : Specify how '0/.' and similar VCF GT values should be | |
11322 handled. The following four modes are supported: | |
11323 * 'error'/'e' (default) errors out and reports line #. | |
11324 * 'haploid'/'h' treats them as haploid calls. | |
11325 * 'missing'/'m' treats them as missing. | |
11326 * 'reference'/'r' treats the missing value as 0. | |
11327 --oxford-single-chr [chr nm] : Specify single-chromosome .gen file with | |
11328 ignorable first column. | |
11329 --oxford-pheno-name [col nm] : Import named phenotype from the .sample file. | |
11330 --hard-call-threshold [val] : When an Oxford-format fileset is loaded, calls | |
11331 --hard-call-threshold random with uncertainty level greater than 0.1 are | |
11332 normally treated as missing. You can adjust | |
11333 this threshold by providing a numeric | |
11334 parameter, or randomize all calls with | |
11335 'random'. | |
11336 --missing-code {string list} : Comma-delimited list of missing phenotype | |
11337 (alias: --missing_code) values for Oxford-format filesets (def. 'NA'). | |
11338 --simulate-ncases [num] : Set --simulate case count (default 1000). | |
11339 --simulate-ncontrols [n] : Set --simulate control count (default 1000). | |
11340 --simulate-prevalence [p] : Set --simulate disease prevalence (default 0.01). | |
11341 --simulate-n [num] : Set --simulate-qt sample count (default 1000). | |
11342 --simulate-label [prefix] : Set --simulate{-qt} FID/IID name prefix. | |
11343 --simulate-missing [freq] : Set --simulate{-qt} missing genotype frequency. | |
11344 --allow-extra-chr <0> : Permit unrecognized chromosome codes. The '0' | |
11345 (alias: --aec) modifier causes them to be treated as if they had | |
11346 been set to zero. | |
11347 --chr-set [autosome ct] <no-x> <no-y> <no-xy> <no-mt> : | |
11348 Specify a nonhuman chromosome set. The first parameter sets the number of | |
11349 diploid autosome pairs if positive, or haploid chromosomes if negative. | |
11350 Given diploid autosomes, the remaining modifiers indicate the absence of | |
11351 the named non-autosomal chromosomes. | |
11352 --cow/--dog/--horse/--mouse/--rice/--sheep : Shortcuts for those species. | |
11353 --autosome-num [value] : Alias for '--chr-set [value] no-y no-xy no-mt'. | |
11354 --cm-map [fname pattern] {chr} : Use SHAPEIT-format recombination maps to set | |
11355 centimorgan positions. To process more than | |
11356 one chromosome, include a '@' in the first | |
11357 parameter where the chrom. number belongs, | |
11358 e.g. 'genetic_map_chr@_combined_b37.txt'. | |
11359 --zero-cms : Zero out centimorgan positions. | |
11360 --pheno [fname] : Load phenotype data from the specified file, instead of | |
11361 using the values in the main input fileset. | |
11362 --all-pheno : For basic association tests, loop through all phenotypes | |
11363 in --pheno file. | |
11364 --mpheno [n] : Load phenotype from column (n+2) in --pheno file. | |
11365 --pheno-name [c] : If --pheno file has a header row, use column with the | |
11366 given name. | |
11367 --pheno-merge : When the main input fileset contains an phenotype value | |
11368 for a sample, but the --pheno file does not, use the | |
11369 original value instead of treating the phenotype as | |
11370 missing. | |
11371 --missing-phenotype [v] : Set missing phenotype value (normally -9). | |
11372 --1 : Expect case/control phenotypes to be coded as | |
11373 0 = control, 1 = case, instead of the usual | |
11374 0 = missing, 1 = control, 2 = case. | |
11375 --make-pheno [fn] [val] : Define a new case/control phenotype. If the val | |
11376 parameter is '*', all samples listed in the given | |
11377 file are cases, and everyone else is a control. | |
11378 (Note that, in some shells, it is necessary to | |
11379 surround the * with quotes.) | |
11380 Otherwise, all samples with third column entry | |
11381 equal to the val parameter are cases, and all other | |
11382 samples mentioned in the file are controls. | |
11383 --tail-pheno [Lt] {Hbt} : Downcode a scalar phenotype to a case/control | |
11384 phenotype. All samples with phenotype values | |
11385 greater than Hbt are cases, and all with values | |
11386 less than or equal to Lt are controls. If Hbt is | |
11387 unspecified, it is equal to Lt; otherwise, | |
11388 in-between phenotype values are set to missing. | |
11389 --covar [filename] <keep-pheno-on-missing-cov> : Specify covariate file. | |
11390 --covar-name [...] : Specify covariate(s) in --covar file by name. | |
11391 Separate multiple names with spaces or commas, and | |
11392 use dashes to designate ranges. | |
11393 --covar-number [...] : Specify covariate(s) in --covar file by index. | |
11394 --no-const-covar : Exclude constant covariates. | |
11395 --within [f] <keep-NA> : Specify initial cluster assignments. | |
11396 --mwithin [n] : Load cluster assignments from column n+2. | |
11397 --family : Create a cluster for each family ID. | |
11398 --loop-assoc [f] <keep-NA> : Run specified case/control association | |
11399 commands once for each cluster in the file, | |
11400 using cluster membership as the phenotype. | |
11401 --set [filename] : Load sets from a .set file. | |
11402 --set-names [name(s)...] : Load only sets named on the command line. | |
11403 Use spaces to separate multiple names. | |
11404 --subset [filename] : Load only sets named in the given text file. | |
11405 --set-collapse-all [set name] : Merge all sets. | |
11406 --complement-sets : Invert all sets. (Names gain 'C_' prefixes.) | |
11407 --make-set-complement-all [s] : --set-collapse-all + inversion. | |
11408 --make-set [filename] : Define sets from a list of named bp ranges. | |
11409 --make-set-border [kbs] : Stretch regions in --make-set file. | |
11410 --make-set-collapse-group : Define sets from groups instead of sets in | |
11411 --make-set file. | |
11412 --keep [filename] : Exclude all samples not named in the file. | |
11413 --remove [filename] : Exclude all samples named in the file. | |
11414 --keep-fam [filename] : Exclude all families not named in the file. | |
11415 --remove-fam [fname] : Exclude all families named in the file. | |
11416 --extract <range> [f] : Exclude all variants not named in the file. | |
11417 --exclude <range> [f] : Exclude all variants named in the file. | |
11418 --keep-clusters [filename] : These can be used individually or in | |
11419 --keep-cluster-names [name(s)...] combination to define a list of | |
11420 clusters to keep; all samples not in a | |
11421 cluster in that list are then excluded. | |
11422 Use spaces to separate cluster names | |
11423 for --keep-cluster-names. | |
11424 --remove-clusters [filename] : Exclude all clusters named in the file. | |
11425 --remove-cluster-names [name(s)...] : Exclude the named clusters. | |
11426 --gene [sets...] : Exclude variants not in a set named on the command line. | |
11427 (Separate multiple set names with spaces.) | |
11428 --gene-all : Exclude variants which aren't a member of any set. (PLINK | |
11429 1.07 automatically did this under some circumstances.) | |
11430 --attrib [f] {att lst} : Given a file assigning attributes to variants, and a | |
11431 --attrib-indiv [f] {a} comma-delimited list (with no whitespace) of | |
11432 attribute names, remove variants/samples which are | |
11433 either missing from the file or don't have any of | |
11434 the listed attributes. If some attribute names in | |
11435 the list are preceded by '-', they are treated as | |
11436 'negative match conditions' instead: variants with | |
11437 at least one negative match attribute are removed. | |
11438 The first character in the list cannot be a '-', due | |
11439 to how command-line parsing works; add a comma in | |
11440 front to get around this. | |
11441 --chr [chrs...] : Exclude all variants not on the given chromosome(s). | |
11442 Valid choices for humans are 0 (unplaced), 1-22, X, Y, XY, | |
11443 and MT. Separate multiple chromosomes with spaces and/or | |
11444 commas, and use a dash (no adjacent spaces permitted) to | |
11445 denote a range, e.g. '--chr 1-4, 22, xy'. | |
11446 --not-chr [...] : Reverse of --chr (exclude variants on listed chromosomes). | |
11447 --autosome : Exclude all non-autosomal variants. | |
11448 --autosome-xy : Exclude all non-autosomal variants, except those with | |
11449 chromosome code XY (pseudo-autosomal region of X). | |
11450 --snps-only <just-acgt> : Exclude non-SNP variants. By default, SNP = both | |
11451 allele codes are single-character; 'just-acgt' | |
11452 restricts SNP codes to {A,C,G,T,a,c,g,t,[missing]}. | |
11453 --from [var ID] : Use ID(s) to specify a variant range to load. When used | |
11454 --to [var ID] together, both variants must be on the same chromosome. | |
11455 --snp [var ID] : Specify a single variant to load. | |
11456 --exclude-snp [] : Specify a single variant to exclude. | |
11457 --window [kbs] : With --snp or --exclude-snp, loads/excludes all variants | |
11458 within half the specified kb distance of the named one. | |
11459 --from-bp [pos] : Use physical position(s) to define a variant range to | |
11460 --to-bp [pos] load. --from-kb/--to-kb/--from-mb/--to-mb allow decimal | |
11461 --from-kb [pos] values. You must also specify a single chromosome (using | |
11462 --to-kb [pos] e.g. --chr) when using these flags. | |
11463 --from-mb [pos] | |
11464 --to-mb [pos] | |
11465 --snps [var IDs...] : Use IDs to specify variant range(s) to load or | |
11466 --exclude-snps [...] exclude. E.g. '--snps rs1111-rs2222, rs3333, rs4444'. | |
11467 --thin [p] : Randomly remove variants, retaining each with prob. p. | |
11468 --thin-count [n] : Randomly remove variants until n of them remain. | |
11469 --bp-space [bps] : Remove variants so that each pair is no closer than the | |
11470 given bp distance. (Equivalent to VCFtools --thin.) | |
11471 --thin-indiv [p] : Randomly remove samples, retaining with prob. p. | |
11472 --thin-indiv-count [n] : Randomly remove samples until n of them remain. | |
11473 --filter [f] [val(s)...] : Exclude all samples without a 3rd column entry in | |
11474 the given file matching one of the given | |
11475 space-separated value(s). | |
11476 --mfilter [n] : Match against (n+2)th column instead. | |
11477 --geno {val} : Exclude variants with missing call frequencies greater | |
11478 than a threshold (default 0.1). (Note that the default | |
11479 threshold is only applied if --geno is invoked without a | |
11480 parameter; when --geno is not invoked, no per-variant | |
11481 missing call frequency ceiling is enforced at all. Other | |
11482 inclusion/exclusion default thresholds work the same way.) | |
11483 --mind {val} : Exclude samples with missing call frequencies greater than | |
11484 a threshold (default 0.1). | |
11485 --oblig-missing [f1] [f2] : Specify blocks of missing genotype calls for | |
11486 --geno/--mind to ignore. The first file should | |
11487 have variant IDs in the first column and block | |
11488 IDs in the second, while the second file should | |
11489 have FIDs in the first column, IIDs in the | |
11490 second, and block IDs in the third. | |
11491 --prune : Remove samples with missing phenotypes. | |
11492 --maf {freq} : Exclude variants with minor allele frequency lower than | |
11493 a threshold (default 0.01). | |
11494 --max-maf [freq] : Exclude variants with MAF greater than the threshold. | |
11495 --mac [ct] : Exclude variants with minor allele count lower than the | |
11496 (alias: --min-ac) given threshold. | |
11497 --max-mac [ct] : Exclude variants with minor allele count greater than | |
11498 (alias: --max-ac) the given threshold. | |
11499 --maf-succ : Rule of succession MAF estimation (used in EIGENSOFT). | |
11500 Given j observations of one allele and k >= j observations | |
11501 of the other, infer a MAF of (j+1) / (j+k+2), rather than | |
11502 the default j / (j+k). | |
11503 --read-freq [fn] : Estimate MAFs and heterozygote frequencies from the given | |
11504 --freq{x} report, instead of the input fileset. | |
11505 --hwe [p] <midp> <include-nonctrl> : Exclude variants with Hardy-Weinberg | |
11506 equilibrium exact test p-values below a | |
11507 threshold. | |
11508 --me [t] [v] <var-first> : Filter out trios and variants with Mendel error | |
11509 rates exceeding the given thresholds. | |
11510 --me-exclude-one {ratio} : Make --me exclude only one sample per trio. | |
11511 --qual-scores [f] {qcol} {IDcol} {skip} : Filter out variants with | |
11512 out-of-range quality scores. | |
11513 Default range is now [0, \infty ). | |
11514 --qual-threshold [min qual score] : Set --qual-scores range floor. | |
11515 --qual-max-threshold [max qual score] : Set --qual-scores range ceiling. | |
11516 --allow-no-sex : Do not treat ambiguous-sex samples as having missing | |
11517 phenotypes in analysis commands. (Automatic /w --no-sex.) | |
11518 --must-have-sex : Force ambiguous-sex phenotypes to missing on | |
11519 --make-bed/--make-just-fam/--recode/--write-covar. | |
11520 --filter-cases : Include only cases in the current analysis. | |
11521 --filter-controls : Include only controls. | |
11522 --filter-males : Include only males. | |
11523 --filter-females : Include only females. | |
11524 --filter-founders : Include only founders. | |
11525 --filter-nonfounders : Include only nonfounders. | |
11526 --nonfounders : Include nonfounders in allele freq/HWE calculations. | |
11527 --make-founders <require-2-missing> <first> : Clear parental IDs for those | |
11528 with 1+ missing parent(s). | |
11529 --recode-allele [fn] : With --recode A/A-transpose/AD, count alleles named in | |
11530 the file (otherwise A1 alleles are always counted). | |
11531 --output-chr [MT code] : Set chromosome coding scheme in output files by | |
11532 providing the desired human mitochondrial code. | |
11533 (Options are '26', 'M', 'MT', '0M', 'chr26', 'chrM', | |
11534 and 'chrMT'.) | |
11535 --output-missing-genotype [ch] : Set the code used to represent missing | |
11536 genotypes in output files (normally the | |
11537 --missing-genotype value). | |
11538 --output-missing-phenotype [s] : Set the string used to represent missing | |
11539 phenotypes in output files (normally the | |
11540 --missing-phenotype value). | |
11541 --zero-cluster [f] : In combination with --within/--family, set blocks of | |
11542 genotype calls to missing. The input file should have | |
11543 variant IDs in the first column and cluster IDs in the | |
11544 second. This must now be used with --make-bed and no | |
11545 other output commands. | |
11546 --set-hh-missing : Cause --make-bed and --recode to set heterozygous | |
11547 haploid genotypes to missing. | |
11548 --set-mixed-mt-missing : Cause --make-bed and --recode to set mixed MT | |
11549 genotypes to missing. | |
11550 --split-x [bp1] [bp2] <no-fail> : Changes chromosome code of all X chromosome | |
11551 --split-x [build] <no-fail> variants with bp position <= bp1 or >= bp2 | |
11552 to XY. The following build codes are | |
11553 supported as shorthand: | |
11554 * 'b36'/'hg18' = NCBI 36, 2709521/154584237 | |
11555 * 'b37'/'hg19' = GRCh37, 2699520/154931044 | |
11556 * 'b38'/'hg38' = GRCh38, 2781479/155701383 | |
11557 By default, PLINK errors out when no | |
11558 variants would be affected by --split-x; | |
11559 the 'no-fail' modifier (useful in scripts) | |
11560 overrides this. | |
11561 --merge-x <no-fail> : Merge XY chromosome back with X. | |
11562 --set-me-missing : Cause --make-bed to set Mendel errors to missing. | |
11563 --fill-missing-a2 : Cause --make-bed to replace all missing calls with | |
11564 homozygous A2 calls. | |
11565 --set-missing-var-ids [t] : Given a template string with a '@' where the | |
11566 chromosome code should go and '#' where the bp | |
11567 coordinate belongs, --set-missing-var-ids | |
11568 assigns chromosome-and-bp-based IDs to unnamed | |
11569 variants. | |
11570 You may also use '$1' and '$2' to refer to | |
11571 allele names in the template string, and in | |
11572 fact this becomes essential when multiple | |
11573 variants share the same coordinate. | |
11574 --new-id-max-allele-len [n] : Specify maximum number of leading characters | |
11575 from allele names to include in new variant IDs | |
11576 (default 23). | |
11577 --missing-var-code [string] : Change unnamed variant code (default '.'). | |
11578 --update-chr [f] {chrcol} {IDcol} {skip} : Update variant chromosome codes. | |
11579 --update-cm [f] {cmcol} {IDcol} {skip} : Update centimorgan positions. | |
11580 --update-map [f] {bpcol} {IDcol} {skip} : Update variant bp positions. | |
11581 --update-name [f] {newcol} {oldcol} {skip} : Update variant IDs. | |
11582 --update-alleles [fname] : Update variant allele codes. | |
11583 --allele1234 <multichar> : Interpret/recode A/C/G/T alleles as 1/2/3/4. | |
11584 With 'multichar', converts all A/C/G/Ts in allele | |
11585 names to 1/2/3/4s. | |
11586 --alleleACGT <multichar> : Reverse of --allele1234. | |
11587 --update-ids [f] : Update sample IDs. | |
11588 --update-parents [f] : Update parental IDs. | |
11589 --update-sex [f] {n} : Update sexes. Sex (1 or M = male, 2 or F = female, 0 | |
11590 = missing) is loaded from column n+2 (default n is 1). | |
11591 --flip [filename] : Flip alleles (A<->T, C<->G) for SNP IDs in the file. | |
11592 --flip-subset [fn] : Only apply --flip to samples in --flip-subset file. | |
11593 --flip-scan-window [ct+1] : Set --flip-scan max variant ct dist. (def. 10). | |
11594 --flip-scan-window-kb [x] : Set --flip-scan max kb distance (default 1000). | |
11595 --flip-scan-threshold [x] : Set --flip-scan min correlation (default 0.5). | |
11596 --keep-allele-order : Keep the allele order defined in the .bim file, | |
11597 --real-ref-alleles instead of forcing A2 to be the major allele. | |
11598 --real-ref-alleles also removes 'PR' from the INFO | |
11599 values emitted by --recode vcf{-fid/-iid}. | |
11600 --a1-allele [f] {a1col} {IDcol} {skip} : Force alleles in the file to A1. | |
11601 --a2-allele [filename] {a2col} {IDcol} {skip} : | |
11602 Force alleles in the file to A2. ("--a2-allele [VCF filename] 4 3 '#'", | |
11603 which scrapes reference allele assignments from a VCF file, is especially | |
11604 useful.) | |
11605 --indiv-sort [m] {f} : Specify FID/IID sort order. The following four modes | |
11606 are supported: | |
11607 * 'none'/'0' keeps samples in the order they were | |
11608 loaded. Default for non-merge operations. | |
11609 * 'natural'/'n' invokes 'natural sort', e.g. | |
11610 'id2' < 'ID3' < 'id10'. Default when merging. | |
11611 * 'ascii'/'a' sorts in ASCII order, e.g. | |
11612 'ID3' < 'id10' < 'id2'. | |
11613 * 'file'/'f' uses the order in the given file (named | |
11614 in the second parameter). | |
11615 For now, only --merge/--bmerge/--merge-list and | |
11616 --make-bed/--make-just-fam respect this flag. | |
11617 --with-phenotype <no-parents> <no-sex | female-2> : Include more sample info | |
11618 in new .cov file. | |
11619 --dummy-coding {N} <no-round> : Split categorical variables (n categories, | |
11620 2 < n <= N, default N is 49) into n-1 binary | |
11621 dummy variables when writing covariate file. | |
11622 --merge-mode [n] : Adjust --{b}merge/--merge-list behavior based on a | |
11623 numeric code. | |
11624 1 (default) = ignore missing calls, otherwise difference | |
11625 -> missing | |
11626 2 = only overwrite originally missing calls | |
11627 3 = only overwrite when nonmissing in new file | |
11628 4/5 = never overwrite and always overwrite, respectively | |
11629 6 = report all mismatching calls without merging | |
11630 7 = report mismatching nonmissing calls without merging | |
11631 --merge-equal-pos : With --merge/--bmerge/--merge-list, merge variants with | |
11632 different names but identical positions. (Exception: | |
11633 same-position chromosome code 0 variants aren't merged.) | |
11634 --mendel-duos : Make Mendel error checks consider samples with only one | |
11635 parent in the dataset. | |
11636 --mendel-multigen : Make Mendel error checks consider (great-)grandparental | |
11637 genotypes when parental genotype data is missing. | |
11638 --ld-window [ct+1] : Set --r/--r2 max variant ct pairwise distance (usu. 10). | |
11639 --ld-window-kb [x] : Set --r/--r2 max kb pairwise distance (usually 1000). | |
11640 --ld-window-cm [x] : Set --r/--r2 max centimorgan pairwise distance. | |
11641 --ld-window-r2 [x] : Set threshold for --r2 report inclusion (usually 0.2). | |
11642 --ld-snp [var ID] : Set first variant in all --r/--r2 pairs. | |
11643 --ld-snps [vID...] : Restrict first --r/--r2 variant to the given ranges. | |
11644 --ld-snp-list [f] : Restrict first --r/--r2 var. to those named in the file. | |
11645 --list-all : Generate the 'all' mode report when using --show-tags in | |
11646 file mode. | |
11647 --tag-kb [kbs] : Set --show-tags max tag kb distance (default 250). | |
11648 --tag-r2 [val] : Set --show-tags min tag r-squared (default 0.8) | |
11649 --tag-mode2 : Use two-column --show-tags (file mode) I/O format. | |
11650 --ld-xchr [code] : Set Xchr model for --indep{-pairwise}, --r/--r2, | |
11651 --flip-scan, and --show-tags. | |
11652 1 (default) = males coded 0/1, females 0/1/2 (A1 dosage) | |
11653 2 = males coded 0/2 | |
11654 3 = males coded 0/2, but females given double weighting | |
11655 --blocks-max-kb [kbs] : Set --blocks maximum haploblock span (def. 200). | |
11656 --blocks-min-maf [cutoff] : Adjust --blocks MAF minimum (default 0.05). | |
11657 --blocks-strong-lowci [x] : Set --blocks 'strong LD' CI thresholds (defaults | |
11658 --blocks-strong-highci [x] 0.70 and 0.98). | |
11659 --blocks-recomb-highci [x] : Set 'recombination' CI threshold (default 0.90). | |
11660 --blocks-inform-frac [x] : Force haploblock [strong LD pairs]:[total | |
11661 informative pairs] ratios to be larger than this | |
11662 value (default 0.95). | |
11663 --distance-wts exp=[x] : When computing genomic distances, assign each | |
11664 variant a weight of (2q(1-q))^{-x}, where q | |
11665 is the loaded or inferred MAF. | |
11666 --read-dists [dist file] {id file} : Load a triangular binary distance matrix | |
11667 instead of recalculating from scratch. | |
11668 --ppc-gap [val] : Minimum number of base pairs, in thousands, between | |
11669 informative pairs of markers used in --genome PPC test. | |
11670 500 if unspecified. | |
11671 --min [cutoff] : Specify minimum PI_HAT for inclusion in --genome report. | |
11672 --max [cutoff] : Specify maximum PI_HAT for inclusion in --genome report. | |
11673 --homozyg-match [] : Set minimum concordance across jointly homozygous | |
11674 variants for a pairwise allelic match to be declared. | |
11675 --pool-size [ct] : Set minimum size of pools in '--homozyg group' report. | |
11676 --read-genome [fn] : Load --genome report for --cluster/--neighbour, instead | |
11677 of recalculating IBS and PPC test p-values from scratch. | |
11678 --ppc [p-val] : Specify minimum PPC test p-value within a cluster. | |
11679 --mc [max size] : Specify maximum cluster size. | |
11680 --mcc [c1] [c2] : Specify maximum case and control counts per cluster. | |
11681 --K [min count] : Specify minimum cluster count. | |
11682 --ibm [val] : Specify minimum identity-by-missingness. | |
11683 --match [f] {mv} : Use covariate values to restrict clustering. Without | |
11684 --match-type, two samples can only be in the same cluster | |
11685 if all covariates match. The optional second parameter | |
11686 specifies a covariate value to treat as missing. | |
11687 --match-type [f] : Refine interpretation of --match file. The --match-type | |
11688 file is expected to be a single line with as many entries | |
11689 as the --match file has covariates; '0' entries specify | |
11690 'negative matches' (i.e. samples with equal covariate | |
11691 values cannot be in the same cluster), '1' entries specify | |
11692 'positive matches' (default), and '-1' causes the | |
11693 corresponding covariate to be ignored. | |
11694 --qmatch [f] {m} : Force all members of a cluster to have similar | |
11695 --qt [fname] quantitative covariate values. The --qmatch file contains | |
11696 the covariate values, while the --qt file is a list of | |
11697 nonnegative tolerances (and '-1's marking covariates to | |
11698 skip). | |
11699 --pca-cluster-names [...] : These can be used individually or in combination | |
11700 --pca-clusters [fname] to define a list of clusters to use in the basic | |
11701 --pca computation. (--pca-cluster-names expects | |
11702 a space-delimited sequence of cluster names, | |
11703 while --pca-clusters expects a file with one | |
11704 cluster name per line.) All samples outside | |
11705 those clusters will then be projected on to the | |
11706 calculated PCs. | |
11707 --mds-plot [dims] <by-cluster> <eigendecomp> <eigvals> : | |
11708 Multidimensional scaling analysis. Requires --cluster. | |
11709 --cell [thresh] : Skip some --model tests when a contingency table entry is | |
11710 smaller than the given threshold. | |
11711 --condition [var ID] <dominant | recessive> : Add one variant as a --linear | |
11712 or --logistic covariate. | |
11713 --condition-list [f] <dominant | recessive> : Add variants named in the file | |
11714 as --linear/--logistic covs. | |
11715 --parameters [...] : Include only the given covariates/interactions in the | |
11716 --linear/--logistic models, identified by a list of | |
11717 1-based indices and/or ranges of them. | |
11718 --tests <all> {...} : Perform a (joint) test on the specified term(s) in the | |
11719 --linear/--logistic model, identified by 1-based | |
11720 indices and/or ranges of them. If permutation was | |
11721 requested, it is based on this test. | |
11722 * Note that, when --parameters is also present, the | |
11723 indices refer to the terms remaining AFTER pruning by | |
11724 --parameters. | |
11725 * You can use '--tests all' to include all terms. | |
11726 --vif [max VIF] : Set VIF threshold for --linear multicollinearity check | |
11727 (default 50). | |
11728 --xchr-model [code] : Set the X chromosome --linear/--logistic model. | |
11729 0 = skip sex and haploid chromosomes | |
11730 1 (default) = add sex as a covariate on X chromosome | |
11731 2 = code male genotypes 0/2 instead of 0/1 | |
11732 3 = test for interaction between genotype and sex | |
11733 --lasso-select-covars {cov(s)...} : Subject some or all covariates to LASSO | |
11734 model selection. | |
11735 --adjust <gc> <log10> <qq-plot> : Report some multiple-testing corrections. | |
11736 --lambda [val] : Set genomic control lambda for --adjust. | |
11737 --ci [size] : Report confidence intervals for odds ratios. | |
11738 --pfilter [val] : Filter out association test results with higher p-values. | |
11739 --aperm [min perms - 1] {max perms} {alpha} {beta} {init interval} {slope} : | |
11740 Set up to six parameters controlling adaptive permutation tests. | |
11741 * The first two control the minimum and maximum number of permutations that | |
11742 may be run for each variant; default values are 5 and 1000000. | |
11743 * The next two control the early termination condition. A | |
11744 100% * (1 - beta/2T) confidence interval is calculated for each empirical | |
11745 p-value, where T is the total number of variants; whenever this | |
11746 confidence interval doesn't contain alpha, the variant is exempted from | |
11747 further permutation testing. Default values are 0 and 1e-4. | |
11748 * The last two control when the early termination condition is checked. If | |
11749 a check occurs at permutation #p, the next check occurs after | |
11750 [slope]p + [init interval] more permutations (rounded down). Default | |
11751 initial interval is 1, and default slope is 0.001. | |
11752 --mperm-save : Save best max(T) permutation test statistics. | |
11753 --mperm-save-all : Save all max(T) permutation test statistics. | |
11754 --set-p [p-val] : Adjust set test significant variant p-value ceiling | |
11755 (default 0.05). | |
11756 --set-r2 {v} <write> : Adjust set test significant variant pairwise r^2 | |
11757 ceiling (default 0.5). 'write' causes violating | |
11758 pairs to be dumped to {output prefix}.ldset. | |
11759 --set-max [ct] : Adjust set test maximum # of significant variants | |
11760 considered per set (default 5). | |
11761 --set-test-lambda [v] : Specify genomic control correction for set test. | |
11762 --border [kbs] : Extend --annotate range intervals by given # kbs. | |
11763 --annotate-snp-field [nm] : Set --annotate variant ID field name. | |
11764 --clump-p1 [pval] : Set --clump index var. p-value ceiling (default 1e-4). | |
11765 --clump-p2 [pval] : Set --clump secondary p-value threshold (default 0.01). | |
11766 --clump-r2 [r^2] : Set --clump r^2 threshold (default 0.5). | |
11767 --clump-kb [kbs] : Set --clump kb radius (default 250). | |
11768 --clump-snp-field [n...] : Set --clump variant ID field name (default | |
11769 'SNP'). With multiple field names, earlier names | |
11770 take precedence over later ones. | |
11771 --clump-field [name...] : Set --clump p-value field name (default 'P'). | |
11772 --clump-allow-overlap : Let --clump non-index vars. join multiple clumps. | |
11773 --clump-verbose : Request extended --clump report. | |
11774 --clump-annotate [hdr...] : Include named extra fields in --clump-verbose and | |
11775 --clump-best reports. (Field names can be | |
11776 separated with spaces or commas.) | |
11777 --clump-range [filename] : Report overlaps between clumps and regions. | |
11778 --clump-range-border [kb] : Stretch regions in --clump-range file. | |
11779 --clump-index-first : Extract --clump index vars. from only first file. | |
11780 --clump-replicate : Exclude clumps which contain secondary results | |
11781 from only one file. | |
11782 --clump-best : Report best proxy for each --clump index var. | |
11783 --meta-analysis-snp-field [n...] : Set --meta-analysis variant ID, A1/A2 | |
11784 --meta-analysis-a1-field [n...] allele, p-value, and/or effective sample | |
11785 --meta-analysis-a2-field [n...] size field names. Defauls are 'SNP', | |
11786 --meta-analysis-p-field [n...] 'A1', 'A2', 'P', and 'NMISS', | |
11787 --meta-analysis-ess-field [n...] respectively. When multiple parameters | |
11788 are given to these flags, earlier names | |
11789 take precedence over later ones. | |
11790 Note that, if the numbers of cases and | |
11791 controls are unequal, effective sample | |
11792 size should be | |
11793 4 / (1/[# cases] + 1/[# controls]). | |
11794 --meta-analysis-report-dups : When a variant appears multiple times in | |
11795 in the same file, report that. | |
11796 --gene-list-border [kbs] : Extend --gene-report regions by given # of kbs. | |
11797 --gene-subset [filename] : Specify gene name subset for --gene-report. | |
11798 --gene-report-snp-field [] : Set --gene-report variant ID field name (default | |
11799 'SNP'). Only relevant with --extract. | |
11800 --gap [kbs] : Set '--fast-epistasis case-only' min. gap (default 1000). | |
11801 --epi1 [p-value] : Set --{fast-}epistasis reporting threshold (default | |
11802 5e-6 for 'boost', 1e-4 otherwise). | |
11803 --epi2 [p-value] : Set threshold for contributing to SIG_E count (def. 0.01). | |
11804 --je-cellmin [n] : Set required number of observations per 3x3x2 contingency | |
11805 table cell for joint-effects test (default 5). | |
11806 --q-score-range [range file] [data file] {i} {j} <header> : | |
11807 Apply --score to subset(s) of variants in the primary score list based | |
11808 on e.g. p-value ranges. | |
11809 * The first file should have range labels in the first column, p-value | |
11810 lower bounds in the second column, and upper bounds in the third column. | |
11811 Lines with too few entries, or nonnumeric values in the second or third | |
11812 column, are ignored. | |
11813 * The second file should contain a variant ID and a p-value on each | |
11814 nonempty line (except possibly the first). Variant IDs are read from | |
11815 column #i and p-values are read from column #j, where i defaults to 1 and | |
11816 j defaults to i+1. The 'header' modifier causes the first nonempty line | |
11817 of this file to be skipped. | |
11818 --parallel [k] [n] : Divide the output matrix into n pieces, and only compute | |
11819 the kth piece. The primary output file will have the | |
11820 piece number included in its name, e.g. plink.rel.13 or | |
11821 plink.rel.13.gz if k is 13. Concatenating these files | |
11822 in order will yield the full matrix of interest. (Yes, | |
11823 this can be done before unzipping.) | |
11824 N.B. This generally cannot be used to directly write a | |
11825 symmetric square matrix. Choose square0 or triangle | |
11826 shape instead, and postprocess as necessary. | |
11827 --memory [val] : Set size, in MB, of initial workspace malloc attempt. | |
11828 (Practically mandatory when using GNU parallel.) | |
11829 --threads [val] : Set maximum number of concurrent threads. | |
11830 This has one known limitation: some BLAS/LAPACK linear | |
11831 algebra operations are multithreaded in a way that PLINK | |
11832 cannot control. If this is problematic, you should | |
11833 recompile against single-threaded BLAS/LAPACK. | |
11834 --d [char] : Change variant/covariate range delimiter (normally '-'). | |
11835 --seed [val...] : Set random number seed(s). Each value must be an | |
11836 integer between 0 and 4294967295 inclusive. | |
11837 --perm-batch-size [val] : Set number of permutations per batch for some | |
11838 permutation tests. | |
11839 --output-min-p [p] : Specify minimum p-value to write to reports. | |
11840 --debug : Use slower, more crash-resistant logging method. | |
11841 | |
11842 Primary methods paper: | |
11843 Chang CC, Chow CC, Tellier LCAM, Vattikuti S, Purcell SM, Lee JJ (2015) | |
11844 Second-generation PLINK: rising to the challenge of larger and richer datasets. | |
11845 GigaScience, 4. | |
11846 | |
11847 For further documentation and support, consult the main webpage | |
11848 (https://www.cog-genomics.org/plink2 ) and/or the mailing list | |
11849 (https://groups.google.com/d/forum/plink2-users ). | |
11850 | |
11851 ]]></help> | |
11852 <citations> | |
11853 <citation type="doi">10.1186/s13742-015-0047-8</citation> | |
11854 <citation type="bibtex">@ARTICLE{Blankenberg19-anvio, | |
11855 author = {Daniel Blankenberg, et al}, | |
11856 title = {In preparation..}, | |
11857 }</citation> | |
11858 </citations> | |
11859 </tool> |