Mercurial > repos > avowinkel > gatk
annotate combine_variants.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 |
rev | line source |
---|---|
0
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
1 <macros> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
2 <xml name="CombineVariantsParameters" tokens="tag"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
3 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
4 <expand macro="macro_vcf_input" tag="@TAG@" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
5 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
6 <expand macro="macro_optional_parameters"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
7 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
8 <param name="filteredRecordsMergeType" type="select" label="Determines how we should handle records seen at the same site in the VCF, but with different FILTER fields" help="-filteredRecordsMergeType,‑‑filteredrecordsmergetype &lt;filteredrecordsmergetype&gt;"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
9 <option value="">No Selection</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
10 <option value="KEEP_IF_ANY_UNFILTERED">KEEP_IF_ANY_UNFILTERED</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
11 <option value="KEEP_IF_ALL_UNFILTERED">KEEP_IF_ALL_UNFILTERED</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
12 <option value="KEEP_UNCONDITIONAL">KEEP_UNCONDITIONAL</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
13 </param> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
14 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
15 <param name="genotypeMergeOptions" type="select" label="Determines how we should merge genotype records for samples shared across the ROD files" help="-genotypeMergeOptions,‑‑genotypemergeoption &lt;genotypemergeoption&gt;"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
16 <option value="">No Selection</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
17 <option value="UNIQUIFY">UNIQUIFY</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
18 <option value="PRIORITIZE">PRIORITIZE</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
19 <option value="UNSORTED">UNSORTED</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
20 <option value="REQUIRE_UNIQUE">REQUIRE_UNIQUE</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
21 </param> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
22 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
23 <param name="minimumN" type="integer" value="1" optional="true" label="Combine variants and output site only if the variant is present in at least N input files" help="-minN,‑‑minimumN &lt;minimumN&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
24 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
25 <param name="rod_priority_list" type="text" value="" optional="true" label="A comma-separated string describing the priority ordering for the genotypes as far as which record gets emitted" help="-priority,‑‑rod_priority_list &lt;rod_priority_list&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
26 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
27 <param name="setKey" type="text" value="" optional="true" label="Key used in the INFO key=value tag emitted describing which set the combined VCF record came from" help="-setKey,‑‑setKey &lt;setKey&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
28 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
29 <param name="assumeIdenticalSamples" type="boolean" truevalue="--assumeIdenticalSamples" falsevalue="" label="If true, assume input VCFs have identical sample sets and disjoint calls" help="-assumeIdenticalSamples,‑‑assumeIdenticalSamples" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
30 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
31 <param name="excludeNonVariants" type="boolean" truevalue="--excludeNonVariants" falsevalue="" label="Don't include loci found to be non-variant after the combining procedure" help="-env,‑‑excludeNonVariants" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
32 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
33 <param name="filteredAreUncalled" type="boolean" truevalue="--filteredAreUncalled" falsevalue="" label="If true, then filtered VCFs are treated as uncalled, so that filtered set annotations don't appear in the combined VCF" help="-filteredAreUncalled,‑‑filteredAreUncalled" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
34 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
35 <param name="mergeInfoWithMaxAC" type="boolean" truevalue="--mergeInfoWithMaxAC" falsevalue="" label="If true, when VCF records overlap the info field is taken from the one with the max AC instead of only taking the fields which are identical across the overlapping records." help="-mergeInfoWithMaxAC,‑‑mergeInfoWithMaxAC" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
36 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
37 <param name="minimalVCF" type="boolean" truevalue="--minimalVCF" falsevalue="" label="If true, then the output VCF will contain no INFO or genotype FORMAT fields" help="-minimalVCF,‑‑minimalVCF" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
38 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
39 <param name="printComplexMerges" type="boolean" truevalue="--printComplexMerges" falsevalue="" label="Print out interesting sites requiring complex compatibility merging" help="-printComplexMerges,‑‑printComplexMerges" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
40 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
41 <param name="suppressCommandLineHeader" type="boolean" truevalue="--suppressCommandLineHeader" falsevalue="" label="If true, do not output the header containing the command line used" help="-suppressCommandLineHeader,‑‑suppressCommandLineHeader" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
42 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
43 </expand> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
44 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
45 </xml> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
46 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
47 <xml name="CombineVariantsOutput"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
48 <data format="vcf" name="cv_output_vcf" label="${tool.name} - ${analysis_type.analysis_type_selector} on ${on_string} (VCF)"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
49 <yield /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
50 </data> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
51 </xml> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
52 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
53 <template name="CombineVariantsPreprocessing"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
54 <![CDATA[ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
55 @token_vcf_input_pre@ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
56 ]]> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
57 </template> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
58 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
59 <template name="CombineVariantsOptions"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
60 <![CDATA[ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
61 --out ${cv_output_vcf} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
62 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
63 @token_vcf_input@ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
64 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
65 #set $optionals = $analysis_type.optional_parameters |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
66 #if $optionals.optional_parameters_enabled |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
67 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
68 #if $optionals.filteredRecordsMergeType |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
69 --filteredRecordsMergeType $optionals.filteredRecordsMergeType |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
70 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
71 #if $optionals.genotypeMergeOptions |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
72 --genotypeMergeOptions $optionals.genotypeMergeOptions |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
73 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
74 #if $optionals.minimumN != 1 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
75 --minimumN $optionals.minimumN |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
76 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
77 #if $optionals.rod_priority_list |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
78 --rod_priority_list $optionals.rod_priority_list |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
79 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
80 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
81 $optionals.assumeIdenticalSamples |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
82 $optionals.excludeNonVariants |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
83 $optionals.filteredAreUncalled |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
84 $optionals.mergeInfoWithMaxAC |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
85 $optionals.minimalVCF |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
86 $optionals.printComplexMerges |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
87 $optionals.suppressCommandLineHeader |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
88 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
89 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
90 ]]> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
91 </template> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
92 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
93 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
94 </macros> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
95 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
96 |