annotate allegro.xml @ 2:0af381d1fbcf draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
author iuc
date Fri, 21 Feb 2025 21:22:34 +0000
parents 5aacd4eb027b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
1 <tool id="allegro" name="Allegro" version="@TOOL_VERSION@.1" profile="21.05">
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>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
4 <token name="@TOOL_VERSION@">2</token>
0
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>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
11 <xrefs>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
12 <xref type="bio.tools">allegro</xref>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
13 </xrefs>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
14 <requirements>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
15 <requirement type="package" version="@TOOL_VERSION@">allegro</requirement>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
16 </requirements>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
17 <version_command><![CDATA[
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
18 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
19 ]]>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
20 </version_command>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
21 <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
22
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
23 <configfiles>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
24 <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
25 PREFILE $inp_ped
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
26 DATFILE $inp_dat
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
27 #if $inp_map
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
28 MAPFILE $inp_map
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
29 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
30
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
31 #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
32 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
33 #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
34 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
35 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
36 #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
37 #if $cond_haplotypes.section_linkage.cond_linktype.extra_linkage_type.value == 'defaults'
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
38 MODEL $cond_haplotypes.section_linkage.extra_linkage_mptspt.value par $opt_xlinked het param.mpt ${out_fparam}
0
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 == 'allele_sharing'
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
41 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
42
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
43 #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
44 #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
45 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
46 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
47 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
48
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
49 #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
50 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
51 #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
52 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
53 #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
54 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
55 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
56 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
57
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
58 #if $opt_sexspecific
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
59 SEXSPECIFIC on
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
60 #end if
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 ENTROPY ${opt_entropy}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
63 NPLEXACTP ${opt_nplexactp}
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
64
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
65 #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
66 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
67 #end if
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
68
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
69
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
70 #if $cond_sim.opt_sim.value == 'yes'
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
71 SIMULATE #slurp
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
72 #if $cond_sim.extra_sim_dloc != ""
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
73 dloc:$cond_sim.extra_sim_dloc #slurp
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
74 #end if
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
75 npre:$cond_sim.extra_sim_npre rep:$cond_sim.extra_sim_rep err:$cond_sim.extra_sim_err yield:$cond_sim.extra_sim_yield het:$cond_sim.extra_sim_het
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
76 #end if
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 MAXMEMORY 102400
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
79 UNIT $opt_unit
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 UNINFORMATIVE
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
82
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
83
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
84 ]]>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
85 </configfile>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
86 </configfiles>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
87
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
88 <inputs>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
89 <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
90 <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
91 <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
92
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
93 <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
94 <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
95 <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
96 <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
97 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
98
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
99 <when value="yes" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
100 <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
101 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
102 <when value="no" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
103 <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
104 <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
105 <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
106 <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
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 <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
110 <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
111 <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
112 <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
113 <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
114 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
115
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
116 <when value="defaults" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
117
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
118 <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
119 <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
120 <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
121 <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
122 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
123 <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
124 <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
125 <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
126 <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
127 <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
128 <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
129 <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
130 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
131
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
132 <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
133 <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
134 <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
135 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
136 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
137
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
138 <when value="classical" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
139 <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
140 <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
141 <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
142 <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
143 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
144 <when value="no" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
145 <when value="yes" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
146 <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
147 <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
148 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
149 </conditional>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
150 <param name="extra_linkage_par_het" type="float" value="" optional="true" label="HET Frequency (leave blank for dynamic)" />
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
151 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
152 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
153
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
154 <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
155 <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
156 <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
157 <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
158 <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
159 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
160 <when value="STEPS">
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
161 <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
162 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
163 <when value="STEPFILE">
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
164 <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
165 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
166 <when value="MAXSTEPLENGTH">
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
167 <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
168 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
169 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
170 </section>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
171 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
172 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
173
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
174 <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
175 <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
176 <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
177 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
178
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
179 <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
180 <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
181
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
182 <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
183 <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
184 <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
185 <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
186 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
187
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
188 <when value="no"/>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
189 <when value="yes" >
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
190 <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
191 <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
192 <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
193 <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
194 <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
195 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
196 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
197 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
198
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
199 <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
200 <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
201 <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
202 <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
203 </param>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
204 <when value="no" />
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
205 <when value="yes" >
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
206 <param name="extra_sim_dloc" type="float" value="" optional="true" min="0" label="Disease Locus (cM). Leave blank for unlinked disease locus." />
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
207 <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
208 <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
209 <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
210 <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
211 <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
212 </when>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
213 </conditional>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
214 <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
215 <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
216 </inputs>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
217
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
218 <outputs>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
219 <data name="out_ihaplo" format="allegro_ihaplo" label="${tool.name} on ${on_string}: Haplotypes" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
220 <data name="out_fparam" format="allegro_fparam" label="${tool.name} on ${on_string}: Linkage" />
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
221 <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
222 <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
223 <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
224 </outputs>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
225
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
226 <tests>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
227 <!-- Default Haplotypes -->
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
228 <test>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
229 <expand macro="macro_inputs" />
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
230 <conditional name="cond_haplotypes">
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
231 <param name="opt_haplotypes" value="yes" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
232 </conditional>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
233 <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
234 <assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
235 <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
236 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
237 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
238 </test>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
239 <!-- Linkage with custom steps-->
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
240 <test>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
241 <expand macro="macro_inputs" />
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
242 <conditional name="cond_haplotypes">
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
243 <section name="section_linkage">
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
244 <param name="extra_linkage_mptspt" value="mpt" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
245 <conditional name="cond_linktype" >
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
246 <param name="extra_linkage_type" value="classical" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
247 </conditional>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
248 <conditional name="cond_steps" >
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
249 <param name="extra_steps" value="3" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
250 </conditional>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
251 </section>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
252 </conditional>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
253 <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
254 <assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
255 <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
256 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
257 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
258 </test>
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
259 <!-- Single-point linear expression test with power weights -->
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
260 <test>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
261 <expand macro="macro_inputs" />
2
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
262 <conditional name="cond_haplotypes">
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
263 <section name="section_linkage">
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
264 <param name="extra_linkage_mptspt" value="spt" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
265 <conditional name="cond_linktype" >
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
266 <param name="extra_linkage_type" value="allele_sharing" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
267 <param name="extra_linkage_linexp" value="lin" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
268 <param name="extra_linkage_scoring" value="homoz" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
269 <param name="extra_weighting" value="power:0.5" />
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
270 </conditional>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
271 </section>
0af381d1fbcf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit bb83e01055cde8c766c630bec27afd3402ad6c88
iuc
parents: 1
diff changeset
272 </conditional>
0
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
273 <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
274 <assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
275 <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
276 </assert_contents>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
277 </output>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
278 </test>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
279 </tests>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
280 <help>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
281 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
282 </help>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
283 <citations>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
284 <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
285 <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
286 </citations>
6541e4cdff0b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/allegro/ commit 458d9276671695befc9ca85c4d355725ef36b831
iuc
parents:
diff changeset
287 </tool>