Mercurial > repos > avowinkel > gatk
comparison genotype_gvcfs.xml @ 0:b80ff7f43ad1 draft default tip
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
author | avowinkel |
---|---|
date | Thu, 24 Sep 2015 12:10:01 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b80ff7f43ad1 |
---|---|
1 <macros> | |
2 <xml name="GenotypeGVCFsParameters" tokens="tag"> | |
3 | |
4 <expand macro="macro_gvcf_input" tag="@TAG@" /> | |
5 | |
6 <expand macro="macro_optional_parameters"> | |
7 | |
8 | |
9 <param name="sample_ploidy" type="integer" value="2" label="Ploidy (number of chromosomes) per sample. For pooled data, set to (Number of samples in each pool * Sample Ploidy)" help="-ploidy,‑‑sample_ploidy &lt;sample_ploidy&gt;" /> | |
10 | |
11 </expand> | |
12 | |
13 </xml> | |
14 | |
15 <xml name="GenotypeGVCFsOutput"> | |
16 <data format="vcf" name="gg_output_gvcf" from_work_dir="output.g.vcf" label="${tool.name} - ${analysis_type.analysis_type_selector} on ${on_string} (gVCF)"> | |
17 <yield /> | |
18 </data> | |
19 </xml> | |
20 | |
21 <template name="GenotypeGVCFsPreprocessing"> | |
22 <![CDATA[ | |
23 @token_gvcf_input_pre@ | |
24 ]]> | |
25 </template> | |
26 | |
27 <template name="GenotypeGVCFsOptions"> | |
28 <![CDATA[ | |
29 --out output.g.vcf | |
30 | |
31 @token_gvcf_input@ | |
32 | |
33 #set $optionals = $analysis_type.optional_parameters | |
34 #if $optionals.optional_parameters_enabled | |
35 --sample_ploidy $optionals.sample_ploidy | |
36 #end if | |
37 ]]> | |
38 </template> | |
39 | |
40 | |
41 </macros> | |
42 | |
43 |