annotate allegro.xml @ 0:6541e4cdff0b draft

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:24 -0500
parents
children 5aacd4eb027b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
3 <macros>
6541e4cdff0b 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>
6541e4cdff0b 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" >
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
9 </xml>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
10 </macros>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
11 <requirements>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
13 </requirements>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
14 <version_command><![CDATA[
6541e4cdff0b 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}'
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
16 ]]>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
17 </version_command>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
19
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
20 <configfiles>
6541e4cdff0b 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[
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
22 PREFILE $inp_ped
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
23 DATFILE $inp_dat
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
24 #if $inp_map
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
25 MAPFILE $inp_map
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
26 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
27
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b 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
6541e4cdff0b 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}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
32 #end if
6541e4cdff0b 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'
6541e4cdff0b 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'
6541e4cdff0b 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}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
36
6541e4cdff0b 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'
6541e4cdff0b 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}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
39
6541e4cdff0b 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'
6541e4cdff0b 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'
6541e4cdff0b 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}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
43 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
44 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
45
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
52 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
53 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
54
6541e4cdff0b 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'
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
56 SEXSPECIFIC on
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
57 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
58
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
59 ENTROPY ${opt_entropy}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
60 NPLEXACTP ${opt_nplexactp}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
61
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
64 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
65
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
66
6541e4cdff0b 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'
6541e4cdff0b 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
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
69 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
70
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
71 MAXMEMORY 102400
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
72 UNIT $opt_unit
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
73
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
74 UNINFORMATIVE
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
75
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
76
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
77 ]]>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
78 </configfile>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
79 </configfiles>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
80
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
81 <inputs>
6541e4cdff0b 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" />
6541e4cdff0b 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." />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
85
6541e4cdff0b 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" >
6541e4cdff0b 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?" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
90 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
91
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
92 <when value="yes" >
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
94 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
95 <when value="no" >
6541e4cdff0b 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" >
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
100 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
101
6541e4cdff0b 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" >
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
107 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
108
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
109 <when value="defaults" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
110
6541e4cdff0b 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">
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
115 </param>
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
123 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
124
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
128 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
129 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
130
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
131 <when value="classical" >
6541e4cdff0b 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" >
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
136 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
137 <when value="no" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
138 <when value="yes" >
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
141 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
142 </conditional>
6541e4cdff0b 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)" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
144 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
145 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
146
6541e4cdff0b 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" >
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
152 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
153 <when value="STEPS">
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
155 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
156 <when value="STEPFILE">
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
158 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
159 <when value="MAXSTEPLENGTH">
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
161 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
162 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
163 </section>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
164 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
165 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
166
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
170 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
171
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
174
6541e4cdff0b 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" >
6541e4cdff0b 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?" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
179 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
180
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
181 <when value="no"/>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
182 <when value="yes" >
6541e4cdff0b 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" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
188 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
189 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
190 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
191
6541e4cdff0b 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" >
6541e4cdff0b 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?" >
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
196 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
197 <when value="no" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
198 <when value="yes" >
6541e4cdff0b 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." />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
205 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
206 </conditional>
6541e4cdff0b 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." />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
209 </inputs>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
210
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
211 <outputs>
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
217 </outputs>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
218
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
219 <tests>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
220 <test><!-- Default Haplotypes -->
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
222
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
226
6541e4cdff0b 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" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
228 <assert_contents>
6541e4cdff0b 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])+" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
230 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
231 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
232 </test>
6541e4cdff0b 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-->
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
235
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
241
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
242
6541e4cdff0b 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" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
244 <assert_contents>
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
246 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
247 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
248 </test>
6541e4cdff0b 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 -->
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
251
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b 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" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
257
6541e4cdff0b 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" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
259 <assert_contents>
6541e4cdff0b 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' />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
261 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
262 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
263 </test>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
264 </tests>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
265 <help>
6541e4cdff0b 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.
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
267 </help>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
268 <citations>
6541e4cdff0b 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>
6541e4cdff0b 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>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
271 </citations>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
272 </tool>