annotate allegro.xml @ 0:8c29e3621475 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
author iuc
date Sat, 09 Dec 2017 06:39:42 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
1 <tool id="allegro" name="Allegro" version="@VER@.0" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
2 <description>Linkage and Haplotype analysis</description>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
3 <macros>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
4 <token name="@VER@">2</token>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
5 <xml name="macro_inputs" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
6 <param name="inp_ped" value="pedin.21" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
7 <param name="inp_dat" value="datain.21" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
8 <param name="inp_map" value="map.21" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
9 </xml>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
10 </macros>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
11 <requirements>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
12 <requirement type="package" version="@VER@">allegro</requirement>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
13 </requirements>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
14 <version_command><![CDATA[
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
15 allegro 2>&1 | head -1 | awk -F' ' '{print $2}'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
16 ]]>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
17 </version_command>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
18 <command detect_errors='exit_code'>allegro $allegro_conf</command>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
19
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
20 <configfiles>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
21 <configfile name="allegro_conf" ><![CDATA[
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
22 PREFILE $inp_ped
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
23 DATFILE $inp_dat
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
24 #if $inp_map
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
25 MAPFILE $inp_map
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
26 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
27
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
28 #if $cond_haplotypes.opt_haplotypes == 'yes'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
29 HAPLOTYPE haplo.out ${out_ihaplo} ${out_founder} inher.out
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
30 #if $cond_haplotypes.opt_crossover
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
31 CROSSOVERRATE combined.out ${out_combined_cross}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
32 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
33 #elif $cond_haplotypes.opt_haplotypes.value == 'no'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
34 #if $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_type.value == 'defaults'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
35 MODEL $cond_haplotypes.section_linkage.extra_linkage_mptspt.value par ${opt_xlinked} het param.mpt ${out_fparam}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
36
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
37 #elif $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_type.value == 'allele_sharing'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
38 MODEL $cond_haplotypes.section_linkage.extra_linkage_mptspt.value $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_linexp.value $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_scoring.value $cond_haplotypes.section_linkage.cond_linktype.extra_weighting.value param.mpt ${out_linexp}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
39
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
40 #elif $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_type.value == 'classical'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
41 #if $cond_haplotypes.section_linkage.cond_linktype.cond_customfreqs.opt_custom_freqs.value == 'yes'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
42 MODEL $cond_haplotypes.section_linkage.extra_linkage_mptspt.value par $opt_xlinked} freq:$cond_haplotypes.section_linkage.cond_linktype.cond_customfreqs.extra_linkage_par_freq pen:$cond_haplotypes.section_linkage.cond_linktype.cond_customfreqs.extra_linkage_par_pen $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_par_het param.mpt ${out_fparam}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
43 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
44 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
45
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
46 #if $cond_haplotypes.section_linkage.cond_steps.extra_steps_type.value == 'STEPS'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
47 STEPS $cond_haplotypes.section_linkage.cond_steps.extra_steps
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
48 #elif $cond_haplotypes.section_linkage.cond_steps.extra_steps_type.value == 'STEPFILE'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
49 STEPFILE $cond_haplotypes.section_linkage.cond_steps.inp_stepfile
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
50 #elif $cond_haplotypes.section_linkage.cond_steps.extra_steps_type.value == 'MAXSTEPLENGTH'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
51 MAXSTEPLENGTH $cond_haplotypes.section_linkage.cond_steps.extra_maxstep
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
52 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
53 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
54
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
55 #if $opt_xlinked.value == 'X'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
56 SEXSPECIFIC on
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
57 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
58
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
59 ENTROPY ${opt_entropy}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
60 NPLEXACTP ${opt_nplexactp}
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
61
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
62 #if $cond_pairwise.opt_pairwise.value == 'yes'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
63 PAIRWISEIBD $cond_haplotypes.section_linkage.extra_linkage_mptspt.value $cond_pairwise.extra_pairwise_type.value
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
64 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
65
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
66
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
67 #if $cond_sim.opt_sim.value == 'yes'
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
68 SIMULATE $cond_sim.extra_sim_dloc $cond_sim.extra_sim_npre $cond_sim.extra_sim_rep $cond_sim.extra_sim_err $cond_sim.extra_sim_yield $cond_sim.extra_sim_het
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
69 #end if
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
70
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
71 MAXMEMORY 102400
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
72 UNIT $opt_unit
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
73
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
74 UNINFORMATIVE
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
75
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
76
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
77 ]]>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
78 </configfile>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
79 </configfiles>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
80
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
81 <inputs>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
82 <param name="inp_ped" type="data" format="linkage_pedin" label="Pedigree" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
83 <param name="inp_dat" type="data" format="linkage_recomb" label="Recombination Freqs." />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
84 <param name="inp_map" type="data" format="linkage_map" label="Marker Positions" optional="true" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
85
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
86 <conditional name="cond_haplotypes" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
87 <param name="opt_haplotypes" type="select" label="Use Haplotypes?" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
88 <option value="yes" >Yes</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
89 <option value="no" selected="true" >No</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
90 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
91
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
92 <when value="yes" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
93 <param name="opt_crossover" type="boolean" value="false" label="Show crossover rate" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
94 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
95 <when value="no" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
96 <section name="section_linkage" title="Linkage" expanded="true" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
97 <param name="extra_linkage_mptspt" type="select" label="Use multipoint IBD sharing probabilities, instead of single point" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
98 <option value="mpt" selected="true" >mpt</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
99 <option value="spt" >spt</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
100 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
101
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
102 <conditional name="cond_linktype" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
103 <param name="extra_linkage_type" type="select" label="Type of analysis" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
104 <option value="defaults" selected="true" >Defaults</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
105 <option value="allele_sharing" >Allele Sharing</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
106 <option value="classical" >Classical</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
107 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
108
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
109 <when value="defaults" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
110
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
111 <when value="allele_sharing">
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
112 <param name="extra_linkage_linexp" type="select" label="Linear or Exponential" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
113 <option value="lin" >Linear</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
114 <option value="exp" >Exponential</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
115 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
116 <param name="extra_linkage_scoring" type="select" label="Scoring function" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
117 <option value="pairs">Pairs</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
118 <option value="all">All</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
119 <option value="homoz">Homozygous</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
120 <option value="mnallele">MNAllele</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
121 <option value="robdom">RobDom</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
122 <option value="ps:mm/mf/ff">PS:MM/MF/FF</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
123 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
124
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
125 <param name="extra_weighting" type="select" label="Weighting function" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
126 <option value="equal">Equal</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
127 <option value="power:0.5">Power</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
128 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
129 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
130
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
131 <when value="classical" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
132 <conditional name="cond_customfreqs" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
133 <param name="opt_custom_freqs" type="select" label="Use custom frequencies instead of datafile" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
134 <option value="yes" >Yes</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
135 <option value="no" selected="true" >No</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
136 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
137 <when value="no" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
138 <when value="yes" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
139 <param name="extra_linkage_par_freq" type="float" value="0" min="0" max="1" label="Frequency" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
140 <param name="extra_linkage_par_pen" type="text" value="p0/p1/p2" label="Penetrance" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
141 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
142 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
143 <param name="extra_linkage_par_het" type="float" value="" label="HET Frequency (leave blank for dynamic)" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
144 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
145 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
146
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
147 <conditional name="cond_steps" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
148 <param name="extra_steps_type" type="select" label="Step Type" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
149 <option value="STEPS">Calculations between adjacent markers</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
150 <option value="STEPFILE">Calculations at positions set in file</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
151 <option value="MAXSTEPLENGTH">Calculations at periodic (cM) intervals</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
152 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
153 <when value="STEPS">
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
154 <param name="extra_steps" type="integer" min="1" value="2" label="# Steps" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
155 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
156 <when value="STEPFILE">
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
157 <param name="inp_stepfile" type="data" format="txt" label="Step file" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
158 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
159 <when value="MAXSTEPLENGTH">
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
160 <param name="extra_maxstep" type="float" min="1" value="2" label="cM" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
161 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
162 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
163 </section>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
164 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
165 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
166
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
167 <param name="opt_xlinked" type="select" label="Disease model" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
168 <option value="">Autosomal</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
169 <option value="X">X-Linked</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
170 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
171
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
172 <param name="opt_entropy" type="boolean" truevalue="on" falsevalue="off" checked="false" label="Entropy" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
173 <param name="opt_nplexactp" type="boolean" truevalue="on" falsevalue="off" checked="false" label="Use exact P-values" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
174
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
175 <conditional name="cond_pairwise" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
176 <param name="opt_pairwise" type="select" label="Perform Pairwise Analysis?" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
177 <option value="yes" >Yes</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
178 <option value="no" selected="true" >No</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
179 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
180
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
181 <when value="no"/>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
182 <when value="yes" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
183 <param name="extra_pairwise_type" type="select" label="Weighting" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
184 <option value="all">All</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
185 <option value="genotype">Genotype</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
186 <option value="affected">Affected</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
187 <option value="informative">Informative</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
188 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
189 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
190 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
191
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
192 <conditional name="cond_sim" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
193 <param name="opt_sim" type="select" label="Simulate multipoint data?" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
194 <option value="yes" >Yes</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
195 <option value="no" selected="true" >No</option>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
196 </param>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
197 <when value="no" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
198 <when value="yes" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
199 <param name="extra_sim_dloc" type="float" value="" min="0" label="Disease Locus (cM). Leave blank for unlinked disease locus." />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
200 <param name="extra_sim_npre" type="integer" value="1" label="Number of prefiles to generate" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
201 <param name="extra_sim_rep" type="integer" value="1" label="How many times to repeat family pattern" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
202 <param name="extra_sim_err" type="float" value="0" min="0" label="Error Rate" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
203 <param name="extra_sim_yield" type="float" value="1" label="Genotype Yield" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
204 <param name="extra_sim_het" type="float" value="0" label="HET probability" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
205 </when>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
206 </conditional>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
207 <param name="opt_sexspecific" type="boolean" truevalue="on" falsevalue="off" value="false" label="Use Sex-Specific Penetrances (specified in data file)" help="Note that you will need to include sex-specific penetrances in your data input file for this to work." />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
208 <param name="opt_unit" type="boolean" truevalue="centimorgan" falsevalue="recombination" value="false" label="Datafile uses centimorgan distances instead of recombination frequencies" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
209 </inputs>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
210
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
211 <outputs>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
212 <data name="out_ihaplo" format="allegro_haplo" label="${tool.name} on ${on_string}: Haplotypes" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
213 <data name="out_fparam" format="allegro_linkage" label="${tool.name} on ${on_string}: Linkage" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
214 <data name="out_founder" format="allegro_descent" label="${tool.name} on ${on_string}: Descent" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
215 <data name="out_linexp" format="txt" label="${tool.name} on ${on_string}: Linear Expression" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
216 <data name="out_combined_cross" format="txt" label="${tool.name} on ${on_string}: Combined Crossovers" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
217 </outputs>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
218
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
219 <tests>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
220 <test><!-- Default Haplotypes -->
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
221 <expand macro="macro_inputs" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
222
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
223 <param name="extra_linkage_type" value="classical" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
224 <param name="extra_linkage_mptspt" value="mpt" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
225 <param name="opt_haplotypes" value="yes" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
226
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
227 <output name="out_ihaplo" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
228 <assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
229 <has_text_matching expression="1\s+206003\s+111\s+112(\s+[012])+" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
230 </assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
231 </output>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
232 </test>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
233 <test><!-- Linkage with custom steps-->
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
234 <expand macro="macro_inputs" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
235
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
236 <param name="extra_linkage_type" value="classical" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
237 <param name="extra_linkage_mptspt" value="mpt" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
238 <param name="extra_linkage_mptspt" value="mpt" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
239 <param name="extra_steps" value="3" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
240 <param name="extra_maxstep" value="30" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
241
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
242
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
243 <output name="out_fparam" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
244 <assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
245 <has_text_matching expression="1(\s+[-0-9.]+){2}\s+rs2822572" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
246 </assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
247 </output>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
248 </test>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
249 <test><!-- Single-point linear expression test with power weights -->
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
250 <expand macro="macro_inputs" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
251
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
252 <param name="extra_linkage_type" value="allele_sharing" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
253 <param name="extra_linkage_mptspt" value="spt" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
254 <param name="extra_linkage_linexp" value="lin" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
255 <param name="extra_linkage_scoring" value="homoz" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
256 <param name="extra_weighting" value="power:50" />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
257
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
258 <output name="out_fparam" >
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
259 <assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
260 <has_text_matching expression='(\-\d+\.\d+\s+)+rs2822696' />
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
261 </assert_contents>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
262 </output>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
263 </test>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
264 </tests>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
265 <help>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
266 Allegro is a computer program for multipoint genetic linkage analysis and related calculations. Allegro can do both classical parametric linkage analysis and analysis based on allele sharing models. In addition, Allegro estimates total number of recombinations between markers, computes posterior IBD sharing probabilities, re-constructs haplotypes and does two types of simulation. Thus Allegro includes the basic functionality of the well known Genehunter program (Kruglyak et al. 1996). It can analyse pedigrees of moderate size,and it can handle many markers. The biggest advantages of Allegro over Genehunterar the allele sharing models that it provides and a much shorter execution time.
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
267 </help>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
268 <citations>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
269 <citation type="doi">10.1038/ng1005-1015</citation>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
270 <citation type="doi">10.1038/75514</citation>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
271 </citations>
8c29e3621475 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
272 </tool>