annotate macros.xml @ 2:646e6943bcd2 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gatk4 commit 9c42369510cce59bf0dcb0edb440322d17b18339
author artbio
date Sun, 15 Oct 2023 12:06:24 +0000
parents b040adcfeefd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
1 <?xml version="1.0"?>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
2 <macros>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
3 <token name="@VERSION@">4.1.7.0</token>
2
646e6943bcd2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gatk4 commit 9c42369510cce59bf0dcb0edb440322d17b18339
artbio
parents: 1
diff changeset
4 <token name="@WRAPPER_VERSION@">@VERSION@+galaxy3</token>
0
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
5
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
6 <xml name="requirements">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
7 <requirements>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
8 <requirement type="package" version="@VERSION@">gatk4</requirement>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
9 <requirement type="package" version="0.2.5">tabix</requirement>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
10 <requirement type="package" version="1.9">samtools</requirement>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
11 <yield />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
12 </requirements>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
13 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
14
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
15 <!--Hacky way to determine GATK version, for display in tool info-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
16 <xml name="version_cmd">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
17 <version_command>gatk SortSam --version 2>&amp;1 | grep Version | cut -d ':' -f 2</version_command>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
18 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
19
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
20 <!--Define sections that parameters could exist within.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
21 <template name="set_sections">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
22 #set global $sections = ['', 'optional.', 'advanced.', 'deprecated.']
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
23 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
24
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
25 <!--Reference genome handling-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
26 <!--One template each for the different reference genome parameter names.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
27 <!--TODO: Can the reference parameters all be the same?-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
28 <xml name="ref_sel">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
29 <conditional name="reference_source">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
30 <param name="reference_source_selector" type="select" label="Choose the source for the reference list">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
31 <option value="cached">Locally cached</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
32 <option value="history">History</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
33 <option value="no_ref" selected="true">Do not pass</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
34 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
35 <when value="cached">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
36 <param name="reference_sequence" type="select" label="Reference" help="Reference sequence file." >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
37 <options from_data_table="all_fasta" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
38 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
39 </options>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
40 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
41 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
42 <when value="history">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
43 <param name="reference_sequence" type="data" format="fasta" label="Reference" help="Reference sequence file." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
44 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
45 <when value="no_ref" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
46 </conditional>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
47 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
48
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
49 <template name="ref_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
50 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
51 #if $varExists($sect + "reference_source.reference_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
52 #if $getVar($sect + "reference_source.reference_source_selector") != "no_ref"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
53 #if $getVar($sect + "reference_source.reference_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
54 --reference $getVar($sect + "reference_source.reference_sequence.fields.path")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
55 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
56 --reference reference.fa
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
57 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
58 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
59 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
60 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
61 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
62
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
63 <template name="picard_ref_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
64 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
65 #if $varExists($sect + "reference_source.reference_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
66 #if $getVar($sect + "reference_source.reference_source_selector") != "no_ref"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
67 #if $getVar($sect + "reference_source.reference_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
68 --REFERENCE_SEQUENCE $getVar($sect + "reference_source.reference_sequence.fields.path")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
69 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
70 --REFERENCE_SEQUENCE $getVar($sect + "reference_source.reference_sequence")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
71 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
72 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
73 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
74 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
75 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
76
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
77 <template name="picard_ref_opts_plain">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
78 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
79 #if $varExists($sect + "reference_source.reference_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
80 #if $getVar($sect + "reference_source.reference_source_selector") != "no_ref"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
81 #if $getVar($sect + "reference_source.reference_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
82 --REFERENCE $getVar($sect + "reference_source.reference_sequence.fields.path")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
83 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
84 --REFERENCE $getVar($sect + "reference_source.reference_sequence")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
85 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
86 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
87 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
88 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
89 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
90
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
91 <template name="ref_opts_input">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
92 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
93 #if $varExists($sect + "reference_source.reference_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
94 #if $getVar($sect + "reference_source.reference_source_selector") != "no_ref"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
95 #if $getVar($sect + "reference_source.reference_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
96 --input $getVar($sect + "reference_source.reference_sequence.fields.path")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
97 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
98 --input $getVar($sect + "reference_source.reference_sequence")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
99 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
100 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
101 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
102 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
103 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
104
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
105
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
106 <!--Interval Macros-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
107 <template name="gatk_ints_chth">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
108 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
109 #if $varExists($sect + "ival_type.ival_type_sel")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
110 #if $getVar($sect + "ival_type.ival_type_sel") == "ival_file"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
111 #if $varExists($sect + "ival_type.intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
112 #if $getVar($sect + "ival_type.intervals").is_of_type("gatk_interval")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
113 --intervals intervals.interval_list
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
114 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
115 #if $getVar($sect + "ival_type.intervals").is_of_type("bed")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
116 --intervals intervals.bed
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
117 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
118 #if $getVar($sect + "ival_type.intervals").is_of_type("vcf")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
119 --intervals intervals.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
120 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
121 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
122 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
123 #if $varExists($sect + "ival_type.intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
124 --intervals $getVar($sect + "ival_type.intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
125 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
126 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
127 #if $varExists($sect + "ival_type.interval_padding")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
128 --interval-padding $getVar($sect + "ival_type.interval_padding")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
129 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
130 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
131 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
132 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
133
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
134
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
135 <template name="pre_gatk_ints_chth"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
136 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
137 #if $varExists($sect + "ival_type.ival_type_sel")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
138 #if $getVar($sect + "ival_type.ival_type_sel") == "ival_file"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
139 #if $varExists($sect + "ival_type.intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
140 #if $getVar($sect + "ival_type.intervals").is_of_type("gatk_interval")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
141 ln -s $getVar($sect + "ival_type.intervals") intervals.interval_list &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
142 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
143 #if $getVar($sect + "ival_type.intervals").is_of_type("bed")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
144 ln -s $getVar($sect + "ival_type.intervals") intervals.bed &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
145 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
146 #if $getVar($sect + "ival_type.intervals").is_of_type("vcf")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
147 ln -s $getVar($sect + "ival_type.intervals") intervals.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
148 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
149 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
150 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
151 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
152 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
153 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
154
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
155 <xml name="gatk_ints">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
156 <conditional name="ival_type">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
157 <param name="ival_type_sel" type="select" label="Choose Genomic Interval Source">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
158 <option value="ival_file" selected="true">Interval File</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
159 <option value="ival_text" selected="false">Interval Text Input</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
160 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
161 <when value="ival_file">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
162 <param name="intervals" argument="--intervals" type="data" optional="true" format="bed,vcf,gatk_interval" label="Intervals File" help="One or more genomic intervals over which to operate"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
163 <param name="interval_padding" argument="--interval-padding" type="integer" optional="true" value="0" label="Interval Padding" help="Amount of padding (in bp) to add to each interval you are including."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
164 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
165 <when value="ival_text">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
166 <param name="intervals" argument="--intervals" type="text" optional="true" label="Intervals Text Input" help="One or more genomic intervals over which to operate. Enter in chrom:start-stop format."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
167 <param name="interval_padding" argument="--interval-padding" type="integer" optional="true" value="0" label="Interval Padding" help="Amount of padding (in bp) to add to each interval you are including."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
168 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
169 </conditional>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
170 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
171
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
172
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
173 <!--Exclude Intervals-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
174 <xml name="gatk_excl_ints">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
175 <conditional name="excl_ival_type">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
176 <param name="excl_ival_type_sel" type="select" label="Choose Genomic Interval Exclusion Source">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
177 <option value="excl_ival_file" selected="true">Exclude Interval File</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
178 <option value="excl_ival_text" selected="false">Exclude Interval Text Input</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
179 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
180 <when value="excl_ival_file">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
181 <param name="exclude_intervals" argument="--exclude-intervals" type="data" optional="true" format="bed,vcf,gatk_interval" label="Exclude Intervals File" help="One or more genomic intervals to exclude from processing"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
182 <param name="interval_exclusion_padding" argument="--interval-exclusion-padding" type="integer" optional="true" value="0" label="Interval Exclusion Padding" help="Amount of padding (in bp) to add to each interval you are excluding."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
183 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
184 <when value="excl_ival_text">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
185 <param name="exclude_intervals" argument="--exclude-intervals" type="text" optional="true" label="Exclude Intervals Text Input" help="One or more genomic intervals to exclude from processing. Enter in chrom:start-stop format."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
186 <param name="interval_exclusion_padding" argument="--interval-exclusion-padding" type="integer" optional="true" value="0" label="Interval Exclusion Padding" help="Amount of padding (in bp) to add to each interval you are excluding."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
187 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
188 </conditional>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
189 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
190
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
191 <template name="gatk_excl_ints_chth">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
192 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
193 #if $varExists($sect + "excl_ival_type.excl_ival_type_sel")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
194 #if $getVar($sect + "excl_ival_type.excl_ival_type_sel") == "ival_file"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
195 #if $varExists($sect + "excl_ival_type.exclude_intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
196 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("gatk_interval")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
197 --exclude-intervals excl_intervals.interval_list
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
198 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
199 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("bed")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
200 --exclude-intervals excl_intervals.bed
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
201 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
202 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("vcf")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
203 --exclude-intervals excl_intervals.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
204 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
205 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
206 #elif $getVar($sect + "excl_ival_type.excl_ival_type_sel") == "excl_ival_text"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
207 #if $varExists($sect + "excl_ival_type.exclude_intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
208 --exclude-intervals $getVar($sect + "excl_ival_type.exclude_intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
209 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
210 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
211 #pass
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
212 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
213 #if $varExists($sect + "excl_ival_type.interval_exclusion_padding")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
214 --interval-exclusion-padding $getVar($sect + "excl_ival_type.interval_exclusion_padding")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
215 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
216 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
217 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
218 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
219
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
220 <template name="pre_gatk_excl_ints_chth"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
221 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
222 #if $varExists($sect + "excl_ival_type.excl_ival_type_sel")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
223 #if $getVar($sect + "excl_ival_type.excl_ival_type_sel") == "excl_ival_file"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
224 #if $varExists($sect + "excl_ival_type.exclude_intervals")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
225 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("gatk_interval")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
226 ln -s $getVar($sect + "excl_ival_type.exclude_intervals") excl_intervals.interval_list &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
227 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
228 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("bed")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
229 ln -s $getVar($sect + "excl_ival_type.exclude_intervals") excl_intervals.bed &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
230 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
231 #if $getVar($sect + "excl_ival_type.exclude_intervals").is_of_type("vcf")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
232 ln -s $getVar($sect + "excl_ival_type.exclude_intervals") excl_intervals.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
233 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
234 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
235 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
236 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
237 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
238 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
239
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
240 <!--Sequence dictionary selection options for Picard type tools-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
241 <template name="picard_seqdict_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
242 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
243 #if $varExists($sect + "seqdict_source.seqdict_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
244 #if $getVar($sect + "seqdict_source.seqdict_source_selector") != "no_seq_dict"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
245 #if $getVar($sect + "seqdict_source.seqdict_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
246 #set seq_dict_loc = ''.join($getVar($sect + seqdict_source.seqdict_sequence).fields.path.split('.')[:-1]) + '.dict'
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
247 --SEQUENCE_DICTIONARY $seq_dict_loc
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
248 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
249 --SEQUENCE_DICTIONARY $getVar($sect + "seqdict_source.seqdict_sequence")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
250 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
251 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
252 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
253 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
254 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
255
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
256 <template name="gatk_seqdict">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
257 #for $sect in $sections
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
258 #if $varExists($sect + "seqdict_source.seqdict_source_selector")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
259 #if $getVar($sect + "seqdict_source.seqdict_source_selector") != "no_seq_dict"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
260 #if $getVar($sect + "seqdict_source.seqdict_source_selector") != "history"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
261 #set $seq_dict_loc = ''.join($getVar($sect + "seqdict_source.seqdict_sequence").fields.path.split('.')[:-1]) + '.dict'
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
262 --sequence-dictionary $seq_dict_loc
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
263 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
264 --sequence-dictionary $getVar($sect + "seqdict_source.seqdict_sequence")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
265 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
266 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
267 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
268 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
269 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
270
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
271 <xml name="seq_dict_sel">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
272 <conditional name="seqdict_source">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
273 <param name="seqdict_source_selector" type="select" label="Choose the source for the sequence dictionary">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
274 <option value="cached">Locally cached</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
275 <option value="history">History</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
276 <option value="no_seq_dict" selected="true">Do not pass</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
277 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
278 <when value="cached">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
279 <param name="seqdict_sequence" type="select" label="Sequence Dictionary" help="Sequence dictionary file." >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
280 <options from_data_table="all_fasta" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
281 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
282 </options>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
283 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
284 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
285 <when value="history">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
286 <param name="seqdict_sequence" type="data" format="txt" label="Sequence Dictionary" help="Sequence dictionary file. Must be in dict format." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
287 </when>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
288 <when value="no_seq_dict" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
289 </conditional>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
290 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
291
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
292 <!--Output goes to stdout, no output parameter exists.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
293 <template name="stdout_to_output">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
294 > output.txt
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
295 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
296
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
297 <xml name="stdout_to_output_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
298 <data format="txt" name="output" label="${tool.name} on ${on_string}: txt" from_work_dir="output.txt" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
299 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
300
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
301 <!--Multiple input files, true for List[File] types, and sometimes List[String] types -->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
302 <template name="gatk_input_multi"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
303 #for $num, $file in enumerate($variant)
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
304 #if $file.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
305 --variant input${num}.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
306 #elif $file.is_of_type("txt")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
307 --variant input${num}.list
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
308 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
309 --variant input${num}.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
310 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
311 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
312 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
313
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
314 <!--Multiple input files, true for List[File] types, and sometimes List[String] types -->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
315 <template name="gatk_input_single"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
316 #if $variant.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
317 --variant input${num}.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
318 #elif $variant.is_of_type("txt")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
319 --variant input${num}.list
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
320 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
321 --variant input${num}.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
322 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
323 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
324
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
325 <template name="gatk_tabix_multi"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
326 #for $num, $file in enumerate($variant)
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
327 #set datatype = $file.datatype
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
328 #if $file.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
329 ln -s $file input${num}.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
330 tabix input${num}.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
331 #elif $file.is_of_type("txt")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
332 ln -s $file input${num}.list &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
333 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
334 ln -s $file input${num}.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
335 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
336 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
337 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
338
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
339 <xml name="vcf_input_params_multi">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
340 <param name="input" type="data" multiple="true" format="vcf,vcf_bgzip" label="Input VCF file" help="Input VCF(s) to be sorted. Multiple inputs must have the same sample names (in order)"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
341 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
342
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
343
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
344
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
345 <!--ABOVE HAS BEEN REVIEWED-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
346
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
347
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
348
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
349
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
350
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
351
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
352
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
353
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
354
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
355
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
356 <!--{-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
357 <!--"summary": "BAM/SAM/CRAM file containing reads",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
358 <!--"name": "&#45;&#45;input",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
359 <!--"synonyms": "-I",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
360 <!--"type": "List[String]",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
361 <!--"required": "yes",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
362 <!--"fulltext": "",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
363 <!--"defaultValue": "[]",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
364 <!--"minValue": "NA",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
365 <!--"maxValue": "NA",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
366 <!--"minRecValue": "NA",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
367 <!--"maxRecValue": "NA",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
368 <!--"kind": "required",-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
369 <!--"options": []-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
370 <!--},-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
371 <!--Required BAM input, GATK tool, may be specified multiple times.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
372 <!--BAM should be indexed on the fly.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
373 <!--Parameter is required, so is not contained within a section.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
374 <!--Only decriptor that makes this unique for all input parameters is the summary field.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
375 <!--{'pre_chth': ['bam_index_pre_chth'],-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
376 <!--'main_chth': ['picard_bam_input'],-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
377 <!--'main_xml': ['gatk_bam_req_params']}},-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
378
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
379
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
380
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
381
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
382
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
383
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
384
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
385
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
386
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
387
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
388
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
389
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
390
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
391 <!--Macros for multiple input tools. List[File] in GATK json.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
392 <template name="vcf_tabix_multi"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
393 #for $num, $file in enumerate($input)
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
394 #set datatype = $file.datatype
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
395 #if $file.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
396 ln -s $file input${num}.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
397 tabix input${num}.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
398 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
399 ln -s $file input${num}.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
400 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
401 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
402 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
403
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
404 <template name="vcf_input_multi_picard"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
405 #for $num, $file in enumerate($input)
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
406 #if $file.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
407 --INPUT input${num}.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
408 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
409 --INPUT input${num}.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
410 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
411 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
412 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
413
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
414 <template name="vcf_input_multi"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
415 #for $num, $file in enumerate($input)
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
416 #if $file.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
417 --input input${num}.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
418 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
419 --input input${num}.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
420 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
421 #end for
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
422 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
423
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
424
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
425 <!--Picard single input tools-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
426 <template name="vcf_tabix"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
427 #set datatype = $input.datatype
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
428 #if $input.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
429 ln -s $input input.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
430 tabix input.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
431 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
432 ln -s $input input.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
433 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
434 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
435
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
436 <template name="gatk_tabix"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
437 #set datatype = $variant.datatype
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
438 #if $variant.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
439 ln -s $variant input.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
440 tabix input.vcf.gz &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
441 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
442 ln -s $variant input.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
443 gatk IndexFeatureFile -F input.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
444 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
445 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
446
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
447 <template name="vcf_input_picard"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
448 #if $input.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
449 --INPUT input.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
450 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
451 --INPUT input.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
452 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
453 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
454
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
455 <template name="vcf_input"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
456 #if $input.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
457 --input input.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
458 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
459 --input input.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
460 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
461 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
462
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
463 <template name="gatk_input"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
464 #if $variant.is_of_type("vcf_bgzip")
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
465 --variant input.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
466 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
467 --variant input.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
468 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
469 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
470
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
471 <template name="gatk_gvcf_tabix"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
472 #if $variant
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
473 ln -s $variant input.g.vcf &&
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
474 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
475 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
476
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
477 <template name="gatk_gvcf_input"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
478 --variant input.g.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
479 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
480
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
481 <xml name="gatk_gvcf_input_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
482 <param name="variant" type="data" multiple="false" format="vcf" label="Input gVCF file" help=""/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
483 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
484
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
485 <xml name="vcf_input_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
486 <param name="input" type="data" multiple="false" format="vcf,vcf_bgzip" label="Input VCF file" help="Input VCF(s) to be sorted. Multiple inputs must have the same sample names (in order)"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
487 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
488
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
489 <xml name="gatk_vcf_input_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
490 <param name="variant" type="data" multiple="false" format="vcf,vcf_bgzip" label="Input VCF file" help="A VCF file containing variants."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
491 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
492
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
493 <xml name="gatk_vcf_input_params_multi">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
494 <param name="variant" type="data" multiple="true" format="vcf,vcf_bgzip,txt" label="Input VCF file(s)" help="A VCF file containing variants or a list of VCFs. Can be specified multiple times."/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
495 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
496
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
497 <xml name="gatk_req_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
498 <param name="input" type="data" format="bam,sam,cram" label="Input BAM/SAM/CRAM file" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
499 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
500
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
501 <!--HDF5 Inputs-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
502
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
503 <xml name="hdf5_input">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
504 <param name="input" type="data" format="h5,tabular" label="Input TSV or HDF5" help="Input TSV or HDF5 file containing integer read counts in genomic intervals for a single case sample (output of CollectReadCounts)." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
505 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
506
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
507 <template name="hdf5_input_chth"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
508 --input "${input}"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
509 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
510
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
511 <template name="hdf5_output_chth">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
512 --output "${output}"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
513 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
514
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
515 <xml name="hdf5_output">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
516 <data format="h5" name="output" label="${tool.name} on ${on_string}: HDF5" help="Output file for read counts." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
517 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
518
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
519 <!--Output specific to ModelSegments. Files created based on prefix, so force that to be what we want, then pull important files with from_work_dir.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
520 <!--${SAMPLE}.cr.seg-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
521 <!--${SAMPLE}.modelFinal.seg-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
522 <template name="modelsegments_chth"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
523 --output "."
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
524 --output-prefix "modelsegments"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
525 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
526
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
527 <xml name="modelsegments_output">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
528 <data format="tabular" name="cr_seg" label="${tool.name} on ${on_string}: cr.seg" help="Copy-ratio segments." from_work_dir="modelsegments.cr.seg"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
529 <data format="tabular" name="modelfinal_seg" label="${tool.name} on ${on_string}: modelFinal.seg" help="Modeled Segments" from_work_dir="modelsegments.modelFinal.seg"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
530 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
531
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
532 <!--deltaMAD.txt-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
533 <!--denoisedLimit4.png-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
534 <!--denoisedMAD.txt-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
535 <!--denoised.png-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
536 <!--scaledDeltaMAD.txt-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
537 <!--modeled.png-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
538 <!--standardizedMAD.txt-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
539
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
540 <template name="plotmodeledsegments_chth"><![CDATA[
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
541 --output "."
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
542 --output-prefix "plotmodeledsegments"
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
543 ]]></template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
544
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
545 <xml name="plotmodeledsegments_output">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
546 <data format="png" name="modeled_png" label="${tool.name} on ${on_string}: modeled.png" help="Copy-Ratio Plot" from_work_dir="plotmodeledsegments.modeled.png"/>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
547 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
548
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
549 <!--Common Picard options-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
550 <template name="picard_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
551 #if $picard_adv.arguments_file
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
552 --arguments_file ${picard_adv.arguments_file}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
553 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
554 --COMPRESSION_LEVEL ${picard_adv.COMPRESSION_LEVEL}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
555 #if $picard_adv.GA4GH_CLIENT_SECRETS
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
556 --GA4GH_CLIENT_SECRETS ${picard_adv.GA4GH_CLIENT_SECRETS}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
557 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
558 --MAX_RECORDS_IN_RAM ${picard_adv.MAX_RECORDS_IN_RAM}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
559 --VALIDATION_STRINGENCY ${picard_adv.VALIDATION_STRINGENCY}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
560 --VERBOSITY ${picard_adv.VERBOSITY}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
561 ${picard_adv.CREATE_MD5_FILE}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
562 ${picard_adv.USE_JDK_DEFLATER}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
563 ${picard_adv.USE_JDK_INFLATER}
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
564 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
565
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
566 <xml name="picard_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
567 <section name="picard_adv" title="Advanced Picard Options (Only change these if you know what you're doing.)" expanded="False">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
568 <param argument="--arguments_file" type="data" optional="true" format="txt" label="Arguments File" help="read one or more arguments files and add them to the command line" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
569 <param argument="--COMPRESSION_LEVEL" type="integer" optional="true" value="5" min="1" max="9" label="Compression Level" help="Compression level for all compressed files created (e.g. BAM and VCF)." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
570 <param argument="--CREATE_MD5_FILE" truevalue="--CREATE_MD5_FILE" falsevalue="" type="boolean" optional="true" checked="false" label="Create MD5 File" help="Whether to create an MD5 digest for any BAM or FASTQ files created." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
571 <param argument="--GA4GH_CLIENT_SECRETS" type="data" format="json" optional="true" label="Ga4Gh Client Secrets" help="Google Genomics API client_secrets.json file path." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
572 <param argument="--MAX_RECORDS_IN_RAM" type="integer" optional="true" value="500000" label="Max Records In Ram" help="When writing files that need to be sorted, this will specify the number of records stored in RAM before spilling to disk. Increasing this number reduces the number of file handles needed to sort the file, and increases the amount of RAM needed." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
573 <param argument="--TMP_DIR" type="text" optional="true" label="Tmp Dir" help="One or more directories with space available to be used by this program for temporary storage of working files. Keep in mind, you must be able to access this directory from either your user, or from the Galaxy user, depending on your configuration." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
574 <param argument="--USE_JDK_DEFLATER" truevalue="--USE_JDK_DEFLATER" falsevalue="" type="boolean" optional="true" checked="false" label="Use Jdk Deflater" help="Use the JDK Deflater instead of the Intel Deflater for writing compressed output" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
575 <param argument="--USE_JDK_INFLATER" truevalue="--USE_JDK_INFLATER" falsevalue="" type="boolean" optional="true" checked="false" label="Use Jdk Inflater" help="Use the JDK Inflater instead of the Intel Inflater for reading compressed input" />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
576 <param argument="--VALIDATION_STRINGENCY" type="select" optional="true" label="Validation Stringency" help="Validation stringency for all SAM files read by this program. Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded." >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
577 <option value="STRICT" selected="true">STRICT</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
578 <option value="LENIENT" selected="false">LENIENT</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
579 <option value="SILENT" selected="false">SILENT</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
580 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
581 <param argument="--VERBOSITY" type="select" optional="true" label="Verbosity" help="Control verbosity of logging." >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
582 <option value="ERROR" selected="false">ERROR</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
583 <option value="WARNING" selected="false">WARNING</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
584 <option value="INFO" selected="true">INFO</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
585 <option value="DEBUG" selected="false">DEBUG</option>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
586 </param>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
587 </section>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
588 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
589
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
590 <!--Provides option to create gzipped output for VCF files-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
591 <xml name="gzip_vcf_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
592 <param name="gzipped_output" type="boolean" checked="true" label="GZIP Output?" help="If you would like gzipped output, check this box. In general, it would be preferable to do this, unless your downstream tool does not support handling of gzipped files." />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
593 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
594
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
595 <!--Output related Picard options-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
596 <xml name="gzip_vcf_output_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
597 <data format="vcf" name="output_vcf" label="${tool.name} on ${on_string}: vcf" from_work_dir="output.vcf" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
598 <filter>not gzipped_output</filter>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
599 </data>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
600 <data format="tabular" name="output_vcf_stats" label="gatk vcf stats" from_work_dir="output.vcf.stats" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
601 <filter>not gzipped_output</filter>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
602 </data>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
603 <data format="vcf_bgzip" name="output_vcf_bgzip" label="${tool.name} on ${on_string}: vcf_bgzip" from_work_dir="output.vcf.gz" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
604 <filter>gzipped_output</filter>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
605 </data>
2
646e6943bcd2 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/gatk4 commit 9c42369510cce59bf0dcb0edb440322d17b18339
artbio
parents: 1
diff changeset
606 <data format="tabular" name="output_vcf_bgzip_stats" label="gatk vcf.gz stats" from_work_dir="output.vcf.gz.stats" >
0
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
607 <filter>gzipped_output</filter>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
608 </data>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
609 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
610
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
611
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
612 <!--These are the same, other than the capitalization of output, so maybe a better way to do this.-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
613 <template name="picard_vcf_output_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
614 #if $gzipped_output
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
615 --OUTPUT output.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
616 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
617 --OUTPUT output.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
618 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
619 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
620
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
621 <template name="vcf_output_opts">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
622 #if $gzipped_output
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
623 --output output.vcf.gz
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
624 #else
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
625 --output output.vcf
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
626 #end if
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
627 </template>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
628
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
629 <xml name="picard_output_params">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
630 <data format="txt" name="output_md5" label="${tool.name} on ${on_string}: md5sum(txt)" from_work_dir="output.bam.md5" >
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
631 <filter>picard_adv['CREATE_MD5_FILE']</filter>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
632 </data>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
633 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
634
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
635
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
636 <!--<template name="ref_opts">-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
637 <!--#set $sections = ['optional','advanced','deprecated','']-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
638 <!--#silent $sys.stderr.write("I WOULD LIKE TO SHOW THE SECTION VARIABLE: '${sections}'\n")-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
639 <!--#for $sect in $sections-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
640 <!--#if $varExists('$sect.reference_source.reference_source_selector')-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
641 <!--#if $sect.reference_source.reference_source_selector != "no_ref"-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
642 <!--#if $sect.reference_source.reference_source_selector != "history"-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
643 <!--&#45;&#45;reference ${sect.reference_source.reference_sequence.fields.path}-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
644 <!--#else-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
645 <!--&#45;&#45;reference ${sect.reference_source.reference_sequence}-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
646 <!--#end if-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
647 <!--#end if-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
648 <!--#end if-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
649 <!--#end for-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
650 <!--</template>-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
651
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
652
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
653 <!--<template name="ref_opts_opt">-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
654 <!--#if $optional.reference_source.reference_source_selector != "no_ref"-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
655 <!--#if $optional.reference_source.reference_source_selector != "history"-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
656 <!--&#45;&#45;reference ${optional.reference_source.reference_sequence.fields.path}-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
657 <!--#else-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
658 <!--&#45;&#45;reference ${optional.reference_source.reference_sequence}-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
659 <!--#end if-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
660 <!--#end if-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
661 <!--</template>-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
662
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
663
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
664 <!--Citations-->
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
665 <xml name="citations">
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
666 <citation type="doi">10.1101/gr.107524.110</citation>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
667 <citation type="doi">10.1038/ng.806</citation>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
668 <citation type="doi">10.1002/0471250953.bi1110s43</citation>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
669 <citation type="doi">10.1101/201178</citation>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
670 <yield />
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
671 </xml>
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
672
c51c08cc9fcc "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gatk4 commit 408454e8d10befcc76f38ab446091778537d4f31"
artbio
parents:
diff changeset
673 </macros>