annotate beagle.xml @ 0:553b27c30eb8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
author iuc
date Sat, 03 Jul 2021 23:33:37 +0000
parents
children f75bf16ac901
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
1 <tool id='beagle' name='Beagle' version='@TOOL_VERSION@+galaxy@SUFFIX_VERSION@' profile='20.01'>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
2 <description>phasing genotypes and imputing ungenotyped markers</description>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
3 <macros>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
5 </macros>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
6 <expand macro='edam_ontology' />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
7 <expand macro='requirements' />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
8 <command detect_errors='exit_code'><![CDATA[
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
9 #set out_prefix='out'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
10 #if $optional_inputs.ref.ext == 'bref3'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
11 ln -s '${optional_inputs.ref}' ref.bref3 &&
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
12 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
13 beagle
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
14 gt='${gt}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
15 #if $optional_inputs.ref and $optional_inputs.ref.ext == 'bref3'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
16 ref=ref.bref3
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
17 #else if $optional_inputs.ref
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
18 ref='${optional_inputs.ref}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
19 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
20 #if $optional_inputs.map
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
21 map='${optional_inputs.map}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
22 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
23 #if $chrom
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
24 chrom='${chrom}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
25 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
26 #if $optional_inputs.excludesamples
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
27 excludesamples='${optional_inputs.excludesamples}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
28 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
29 #if $optional_inputs.excludemarkers
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
30 excludemarkers='${optional_inputs.excludemarkers}'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
31 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
32 ne=$ne
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
33 window=$window
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
34 overlap=$overlap
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
35 #if $seed
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
36 seed=$seed
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
37 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
38 #if $err
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
39 err=$err
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
40 #end if
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
41 burnin=$phasing_parameters.burnin
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
42 iterations=$phasing_parameters.iterations
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
43 phase-states=$phasing_parameters.phase_states
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
44 impute=$imputation_parameters.impute
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
45 imp-states=$imputation_parameters.imp_states
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
46 imp-segment=$imputation_parameters.imp_segment
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
47 imp-step=$imputation_parameters.imp_step
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
48 cluster=$imputation_parameters.cluster
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
49 ap=$imputation_parameters.ap
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
50 gp=$imputation_parameters.gp
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
51 out=$out_prefix
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
52 nthreads=\${GALAXY_SLOTS:-1}
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
53 && gunzip 'out.vcf.gz'
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
54 ]]> </command>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
55 <inputs>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
56 <param argument="gt" type="data" format="vcf" label="VCF file"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
57 help="It specifies a VCF file containing genotypes for the study samples.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
58 Each VCF record must contain a GT (genotype) format field"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
59 <section name="optional_inputs" title="Optional input files" expanded="true">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
60 <param argument="ref" type="data" format="vcf,bref3" optional="true" label="Bref3 or VCF file with phased genotypes"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
61 help="Each genotype must have two phased, non-missing alleles. If a VCF file is specified, the
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
62 phased allele separator must be used '|'"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
63 <param argument="map" type="data" format="txt" optional="true" label="PLINK map file with cM units"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
64 help="Beagle uses linear interpolation to estimate genetic positions between map positions. If
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
65 no genetic map is specified, Beagle assumes a constant recombination rate of 1 cM per Mb"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
66 <param argument="excludesamples" type="data" format="txt" optional="true" label="Samples to exclude"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
67 help="It specifies a file containing samples (one sample identifier per line) to be excluded
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
68 from the analysis" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
69 <param argument="excludemarkers" type="data" format="txt" optional="true" label="Markers to exclude"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
70 help="It specifies a file containing markers (one marker per line) to be excluded from the
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
71 analysis. Each line of the file can be either an identifier from a VCF record’s ID field
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
72 or a genomic coordinate in the format: CHROM:POS" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
73 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
74 <param argument="chrom" type="text" optional="true" label="Specify a chromosome interval"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
75 help="Input format: [chrom]:[start]-[end]. The entire chromosome, the beginning, or the end may be
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
76 specified by chrom=[chrom], chrom=[chrom]:-[end], and chrom=[chrom]:[start]-, respectively">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
77 <sanitizer invalid_char="">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
78 <valid initial="string.letters,string.digits">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
79 <add value=":" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
80 <add value="-" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
81 </valid>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
82 </sanitizer>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
83 <validator type="regex">[0-9a-zA-Z:-]+</validator>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
84 </param>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
85 <param argument="ne" type="integer" min="0" value="1000000" label="Effective population size"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
86 help="The default value is suitable for a large, outbred population. It is needed to specify an
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
87 appropriate effective populations size if you are imputing ungenotyped markers in a small
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
88 or inbred population"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
89 <param argument="window" type="float" min="0" value="40.0" label="Window length in cM"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
90 help="The window parameter must be at least 1.1 times as large as the overlap parameter.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
91 The window parameter controls the amount of memory required for the analysis"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
92 <param argument="overlap" type="float" min="0" value="2.0" label="Window overlap in cM"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
93 help="It specifies the cM length of overlap between adjacent sliding windows"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
94 <param argument="err" type="float" min="0" max="1" optional="true"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
95 label="Allele mismatch probability for the hidden Markov model"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
96 help="If no err parameter is specified, the err parameter will be set equal 𝜃/(2(𝜃 + 𝐻))
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
97 where 𝜃 = 1/(0.5 + ln 𝐻) and 𝐻 is the number of haplotypes"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
98 <param argument="seed" type="integer" value="" optional="true" label="Random seed"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
99 help="A random seed is a number used to initialize a pseudorandom number generator" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
100 <param name="output_log" type="boolean" checked="false" label="Output a log file"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
101 <section name="phasing_parameters" title="Phasing parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
102 <param argument="burnin" type="integer" min="0" value="3" label="Max burnin iterations"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
103 help="It is the maximum number of burnin iterations used to estimate an initial haplotype
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
104 frequency model for inferring genotype phase" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
105 <param argument="iterations" type="integer" min="0" value="12" label="Phasing iterations"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
106 help="It is the number of iterations used to estimate genotype phase. Increasing this
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
107 parameter will trade increased computation time for increased phasing accuracy" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
108 <param argument="phase-states" type="integer" min="0" value="280" label="Model states for phasing"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
109 help="It is the number of model states used to estimate genotype phase" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
110 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
111 <section name="imputation_parameters" title="Imputation parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
112 <param argument="impute" type="boolean" truevalue="true" falsevalue="false"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
113 checked="true" label="Impute ungenotyped markers"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
114 help="It specifies whether markers that are present in the reference panel but absent in
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
115 that target will be imputed. This option has no effect if no reference panel is specified"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
116 <param argument="imp-states" type="integer" min="0" value="1600" label="Model states for imputation"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
117 help="It is the number of model states used to impute ungenotyped markers" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
118 <param argument="imp-segment" type="float" min="0" value="6.0" label="Minimum cM length of haplotype segments"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
119 help="It is the minimum cM length of haplotype segments that will be incorporated in the HMM state
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
120 space for a target haplotype." />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
121 <param argument="imp-step" type="float" min="0" value="0.1" label="Length in cM for detecting short IBS segments"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
122 help="It is the length in cM of the step used for detecting short IBS segments" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
123 <param argument="cluster" type="float" min="0" value="0.005" label="Max cM in a marker cluster"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
124 help="It specifies the maximum cM distance between individual markers that are combined
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
125 into an aggregate marker when imputing ungenotyped markers" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
126 <param argument="ap" type="boolean" truevalue="true" falsevalue="false"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
127 checked="false" label="Include posterior allele probabilities"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
128 help="It specifies whether AP1 and AP2 (allele probability) fields will be included in the output
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
129 VCF file when imputing ungenotyped markers" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
130 <param argument="gp" type="boolean" truevalue="true" falsevalue="false"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
131 checked="false" label="Include posterior genotype probabilities"
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
132 help="It specifies whether a GP (genotype probability) format field will be included in the output
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
133 VCF file when imputing ungenotyped markers. Genotype probabilities are calculated from allele
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
134 probabilities assuming Hardy-Weinberg Equilibrium. Consequently, the alleles in the genotype
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
135 with highest genotype probability may occasionally be different than the genotype obtained by
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
136 taking the allele with highest probability on each haplotype, which is the genotype reported
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
137 in the GT format field" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
138 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
139 </inputs>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
140 <outputs>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
141 <data name="vcf_file" format="vcf" from_work_dir="out.vcf" label="${tool.name} on ${on_string}: VCF file"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
142 <data name="log_file" format="txt" from_work_dir="out.log" label="${tool.name} on ${on_string}: log file">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
143 <filter>output_log</filter>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
144 </data>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
145 </outputs>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
146 <tests>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
147 <!-- Test default values -->
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
148 <test expect_num_outputs="2">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
149 <param name="gt" value="test.vcf.gz"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
150 <param name="chrom" value="22:100-"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
151 <param name="ne" value="1000000"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
152 <param name="window" value="40.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
153 <param name="overlap" value="2.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
154 <param name="err" value="0.02"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
155 <param name="seed" value="1"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
156 <param name="output_log" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
157 <section name="phasing_parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
158 <param name="burnin" value="3"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
159 <param name="iterations" value="12"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
160 <param name="phase_states" value="280"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
161 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
162 <output name="vcf_file" file="test_output.vcf" ftype="vcf" lines_diff="3"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
163 <output name="log_file" file="test_output.log" ftype="txt" lines_diff="16"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
164 </test>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
165 <!-- Test plink file-->
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
166 <test expect_num_outputs="2">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
167 <param name="gt" value="test.vcf.gz"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
168 <param name="ne" value="1000000"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
169 <param name="window" value="30.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
170 <param name="overlap" value="3.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
171 <param name="output_log" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
172 <section name="optional_inputs">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
173 <param name="map" value="plink.map"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
174 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
175 <section name="phasing_parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
176 <param name="burnin" value="4"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
177 <param name="iterations" value="10"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
178 <param name="phase_states" value="250"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
179 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
180 <output name="vcf_file" ftype="vcf">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
181 <assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
182 <has_text text='ID=GT,Number=1,Type=String,Description="Genotype"'/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
183 <has_size value="181272"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
184 </assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
185 </output>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
186 <output name="log_file" ftype="txt">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
187 <assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
188 <has_text text="Reference markers: 223"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
189 <has_size value="1586" delta="10"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
190 </assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
191 </output>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
192 </test>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
193 <!-- Test ref VCF input -->
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
194 <test expect_num_outputs="2">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
195 <param name="gt" value="target.vcf.gz"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
196 <param name="ne" value="1000000"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
197 <param name="window" value="40.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
198 <param name="overlap" value="2.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
199 <param name="output_log" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
200 <section name="optional_inputs">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
201 <param name="ref" value="ref.vcf.gz"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
202 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
203 <section name="imputation_parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
204 <param name="impute" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
205 <param name="imp_states" value="1600"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
206 <param name="imp_segment" value="6.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
207 <param name="imp_step" value="0.1"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
208 <param name="cluster" value="0.005"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
209 <param name="ap" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
210 <param name="gp" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
211 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
212 <output name="vcf_file" ftype="vcf">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
213 <assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
214 <has_text text='ID=GT,Number=1,Type=String,Description="Genotype"'/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
215 <has_size value="18635"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
216 </assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
217 </output>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
218 <output name="log_file" ftype="txt">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
219 <assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
220 <has_text text="Reference markers: 223"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
221 <has_size value="1801" delta="10"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
222 </assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
223 </output>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
224 </test>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
225 <!-- Test ref bref3 input -->
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
226 <test expect_num_outputs="1">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
227 <param name="gt" value="target.vcf.gz"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
228 <param name="ne" value="1000000"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
229 <param name="window" value="40.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
230 <param name="overlap" value="2.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
231 <section name="optional_inputs">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
232 <param name="ref" value="ref.bref3"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
233 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
234 <section name="imputation_parameters">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
235 <param name="impute" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
236 <param name="imp_states" value="1600"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
237 <param name="imp_segment" value="6.0"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
238 <param name="imp_step" value="0.1"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
239 <param name="cluster" value="0.005"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
240 <param name="ap" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
241 <param name="gp" value="true"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
242 </section>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
243 <output name="vcf_file" ftype="vcf">
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
244 <assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
245 <has_text text='ID=GT,Number=1,Type=String,Description="Genotype"'/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
246 <has_size value="18635"/>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
247 </assert_contents>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
248 </output>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
249 </test>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
250 </tests>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
251 <help><![CDATA[
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
252 .. class:: infomark
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
253
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
254 **Purpose**
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
255
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
256 Beagle is a program for phasing and imputing missing genotypes. Sporadic missing
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
257 genotypes are imputed during phasing. If a reference panel of phased genotypes is specified
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
258 with the ref argument, ungenotyped markers that are present in the reference panel can also
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
259 be imputed.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
260
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
261 Beagle version 5.2 provides significantly faster genotype phasing than version 5.1.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
262 Recent versions of Beagle do not infer genotypes from genotype likelihood input data, but
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
263 Beagle versions 4.0 and 4.1 have this capability.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
264
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
265 ----
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
266
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
267 .. class:: infomark
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
268
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
269 **HapMap genetic maps**
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
270
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
271 HapMap genetic maps in PLINK format for GRCh36, GRCh37, and GRCh38 are available
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
272 in `this link <http://bochet.gcc.biostat.washington.edu/beagle/genetic_maps/>`_
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
273
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
274 ----
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
275
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
276 .. class:: infomark
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
277
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
278 **Input files**
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
279
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
280 Beagle uses `Variant Call Format <http://faculty.washington.edu/browning/beagle/intro-to-vcf.html>`_
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
281 (VCF) 4.3 for input and output genotype data. Pseuodoautosomal and non-pseudoautosomal
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
282 X-chromosome genotypes must be in separate input files and analysed separately unless male
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
283 haploid genotypes are coded as homozygous diploid genotypes.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
284
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
285 In the VCF file, if any heterozygote genotype is unphased (with "/" allele separator) in a marker window,
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
286 it will consider all heterozygote genotypes to be unphased, regardless of the allele separator used ("|" or "/").
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
287 Beagle assumes that an the VCF file has a name ending in ".gz" is compressed with gzip or bgzip,
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
288 and that a reference VCF file that has a name ending in “.bref3” is compressed with bref version 3.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
289
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
290 ----
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
291
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
292 .. class:: infomark
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
293
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
294 **Output files**
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
295
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
296 There are two output files. The log file gives a summary of the analysis that includes the
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
297 Beagle version, the command line arguments, and compute time.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
298
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
299 The vcf.gz file is a bgzip-compressed VCF file that contains phased, non-missing
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
300 genotypes for all non-reference samples. The output vcf.gz file can be uncompressed with the
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
301 unix gunzip utility.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
302
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
303 If a reference panel is specified and ungenotyped markers are imputed, the VCF INFO
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
304 field will contain:
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
305
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
306 ::
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
307
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
308 - A "DR2" subfield with the estimated squared correlation between the estimated allele dose and the true allele dose.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
309 - An "AF" subfield with the estimated alternate allele frequencies in the target samples.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
310 - The "IMP" flag if the marker is imputed.
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
311
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
312 ]]> </help>
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
313 <expand macro="citations" />
553b27c30eb8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
314 </tool>