annotate beagle.xml @ 0:117d42db0a30 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:08 +0000
parents
children d0a6954d0a0a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
117d42db0a30 "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'>
117d42db0a30 "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>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
3 <macros>
117d42db0a30 "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>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
5 </macros>
117d42db0a30 "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' />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
7 <expand macro='requirements' />
117d42db0a30 "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[
117d42db0a30 "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'
117d42db0a30 "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'
117d42db0a30 "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 &&
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
12 #end if
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
13 beagle
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
14 gt='${gt}'
117d42db0a30 "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'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
16 ref=ref.bref3
117d42db0a30 "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
117d42db0a30 "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}'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
19 #end if
117d42db0a30 "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
117d42db0a30 "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}'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
22 #end if
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
23 #if $chrom
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
24 chrom='${chrom}'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
25 #end if
117d42db0a30 "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
117d42db0a30 "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}'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
28 #end if
117d42db0a30 "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
117d42db0a30 "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}'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
31 #end if
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
32 ne=$ne
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
33 window=$window
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
34 overlap=$overlap
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
35 #if $seed
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
36 seed=$seed
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
37 #end if
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
38 #if $err
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
39 err=$err
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
40 #end if
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
51 out=$out_prefix
117d42db0a30 "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}
117d42db0a30 "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'
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
54 ]]> </command>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
55 <inputs>
117d42db0a30 "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"
117d42db0a30 "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.
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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 '|'"/>
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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"/>
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
68 from the analysis" />
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
73 </section>
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
77 <sanitizer invalid_char="">
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
79 <add value=":" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
80 <add value="-" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
81 </valid>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
82 </sanitizer>
117d42db0a30 "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>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
84 </param>
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
88 or inbred population"/>
117d42db0a30 "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"
117d42db0a30 "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.
117d42db0a30 "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"/>
117d42db0a30 "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"
117d42db0a30 "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"/>
117d42db0a30 "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"
117d42db0a30 "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"
117d42db0a30 "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(𝜃 + 𝐻))
117d42db0a30 "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"/>
117d42db0a30 "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"
117d42db0a30 "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" />
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
110 </section>
117d42db0a30 "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">
117d42db0a30 "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"
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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"/>
117d42db0a30 "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"
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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." />
117d42db0a30 "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"
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "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"
117d42db0a30 "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"
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
138 </section>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
139 </inputs>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
140 <outputs>
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
144 </data>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
145 </outputs>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
146 <tests>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
147 <!-- Test default values -->
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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-"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
161 </section>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
164 </test>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
165 <!-- Test plink file-->
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
174 </section>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
179 </section>
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
181 <assert_contents>
117d42db0a30 "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"'/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
184 </assert_contents>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
185 </output>
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
187 <assert_contents>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
190 </assert_contents>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
191 </output>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
192 </test>
117d42db0a30 "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 -->
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
202 </section>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
211 </section>
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
213 <assert_contents>
117d42db0a30 "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"'/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
216 </assert_contents>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
217 </output>
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
219 <assert_contents>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
222 </assert_contents>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
223 </output>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
224 </test>
117d42db0a30 "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 -->
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
233 </section>
117d42db0a30 "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">
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
242 </section>
117d42db0a30 "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">
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
244 <assert_contents>
117d42db0a30 "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"'/>
117d42db0a30 "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"/>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
247 </assert_contents>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
248 </output>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
249 </test>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
250 </tests>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
251 <help><![CDATA[
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
252 .. class:: infomark
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
253
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
254 **Purpose**
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
255
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
259 be imputed.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
260
117d42db0a30 "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.
117d42db0a30 "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
117d42db0a30 "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.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
264
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
265 ----
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
266
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
267 .. class:: infomark
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
268
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
269 **HapMap genetic maps**
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
270
117d42db0a30 "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
117d42db0a30 "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/>`_
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
273
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
274 ----
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
275
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
276 .. class:: infomark
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
277
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
278 **Input files**
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
279
117d42db0a30 "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>`_
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "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.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
284
117d42db0a30 "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,
117d42db0a30 "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 "/").
117d42db0a30 "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,
117d42db0a30 "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.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
289
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
290 ----
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
291
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
292 .. class:: infomark
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
293
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
294 **Output files**
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
295
117d42db0a30 "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
117d42db0a30 "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.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
298
117d42db0a30 "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
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
301 unix gunzip utility.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
302
117d42db0a30 "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
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
304 field will contain:
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
305
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
306 ::
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
307
117d42db0a30 "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.
117d42db0a30 "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.
117d42db0a30 "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.
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
311
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
312 ]]> </help>
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
313 <expand macro="citations" />
117d42db0a30 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beagle commit ccb3f8eaa99490f8513200e45fc59e5011fb41e8"
iuc
parents:
diff changeset
314 </tool>