annotate gatk4_Mutect2.xml @ 0:f41a1e03538b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
author iuc
date Wed, 30 Oct 2019 15:33:59 -0400
parents
children fd2d6e035c3f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
1 <tool id="gatk4_mutect2" name="GATK4 Mutect2" version="@WRAPPER_VERSION@0" profile="18.05">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
2 <description>- Call somatic SNVs and indels via local assembly of haplotypes</description>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
3 <macros>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
5 </macros>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
7 <expand macro="version_cmd"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
8 <command detect_errors="exit_code">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
9 <![CDATA[
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
10 #include source=$set_sections#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
11 #include source=$pre_gatk_excl_ints_chth#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
12 #include source=$bam_index_pre_chth#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
13 #include source=$pre_gatk_ints_chth#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
14
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
15 #set ref_flag='--reference="reference.fa"'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
16
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
17 #if str($reference_source.reference_source_selector) == 'history'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
18 ln -s '$reference_source.reference_sequence' reference.fa &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
19 samtools faidx reference.fa &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
20 gatk CreateSequenceDictionary --REFERENCE="reference.fa" --OUTPUT="reference.dict" &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
21 #else if str($reference_source.reference_source_selector) == 'history'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
22 ln -s '$reference_source.reference_sequence.fields.path' reference.fa &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
23 samtools faidx reference.fa &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
24 gatk CreateSequenceDictionary --REFERENCE="reference.fa" --OUTPUT="reference.dict" &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
25 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
26 #set ref_flag=''
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
27 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
28
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
29 #if str($outputs.output_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
30 #if str($outputs.debug_activity) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
31 ln -s '$activity_profile_out' activity-profile.tab &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
32 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
33 #if str($outputs.debug_assembly) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
34 ln -s '$assembly_region_out' assembly-region.tab &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
35 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
36 #if str($outputs.debug_bam) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
37 ln -s '$bam_output' debug.bam &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
38 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
39 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
40
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
41 @CMD_BEGIN@ GetSampleName --input="input.bam" --output="samplename.txt" &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
42 sample=`cat samplename.txt` &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
43
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
44 #if str($optional.optional_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
45 #if $optional.panel_of_normals
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
46 #set datatype = $optional.panel_of_normals.datatype
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
47 #if $optional.panel_of_normals.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
48 ln -s '$optional.panel_of_normals' panel_of_normals.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
49 tabix panel_of_normals.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
50 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
51 ln -s '$optional.panel_of_normals' panel_of_normals.vcf &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
52 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
53 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
54
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
55 #if $optional.germline_resource
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
56 #set datatype = $optional.germline_resource.datatype
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
57 #if $optional.germline_resource.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
58 ln -s '$optional.germline_resource' germline_resource.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
59 tabix germline_resource.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
60 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
61 ln -s '$optional.germline_resource' germline_resource.vcf &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
62 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
63 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
64
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
65 #if $optional.population_callset
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
66 #set datatype = $optional.population_callset.datatype
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
67 #if $optional.population_callset.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
68 ln -s '$optional.population_callset' population_callset.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
69 tabix population_callset.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
70 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
71 ln -s '$optional.population_callset' population_callset.vcf &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
72 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
73 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
74
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
75 #if $optional.alleles
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
76 #set datatype = $optional.alleles.datatype
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
77 #if $optional.alleles.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
78 ln -s '$optional.alleles' alleles.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
79 tabix alleles.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
80 @CMD_BEGIN@ IndexFeatureFile --feature-file alleles.vcf.gz &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
81 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
82 ln -s '$optional.alleles' alleles.vcf &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
83 @CMD_BEGIN@ IndexFeatureFile --feature-file alleles.vcf &&
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
84 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
85 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
86
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
87 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
88
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
89 @CMD_BEGIN@ Mutect2 --QUIET $ref_flag --tumor-sample \$sample
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
90
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
91 #include source=$gatk_bam_input#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
92
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
93 ## COMMON PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
94
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
95 #if str($common.common_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
96
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
97 #if $common.read_filter
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
98 #for $filter in str($common.read_filter).split(',')
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
99 --read-filter="$filter"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
100 #end for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
101 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
102
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
103 #if $common.disable_read_filter
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
104 #for $filter in str($common.disable_read_filter).split(',')
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
105 --disable-read-filter="$filter"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
106 #end for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
107 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
108
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
109 --verbosity="ERROR"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
110 --read-validation-stringency="$common.read_validation_stringency"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
111 --interval-set-rule="$common.interval_set_rule"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
112 $common.lenient
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
113 $common.disable_tool_default_read_filters
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
114 $common.add_output_sam_program_record
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
115 $common.add_output_vcf_command_line
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
116
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
117 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
118
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
119 ## END COMMON PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
120
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
121 ## OPTIONAL PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
122
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
123 #if str($optional.optional_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
124
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
125 #if $optional.panel_of_normals
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
126 #if $optional.panel_of_normals.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
127 --panel-of-normals panel_of_normals.vcf.gz
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
128 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
129 --panel-of-normals panel_of_normals.vcf
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
130 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
131 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
132
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
133 #if $optional.pedigree
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
134 --pedigree="$optional.pedigree"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
135 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
136
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
137 #if $optional.germline_resource
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
138 #if $optional.germline_resource.is_of_type("vcf_bgzip")
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
139 --germline-resource germline_resource.vcf.gz
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
140 #else
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
141 --germline-resource germline_resource.vcf
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
142 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
143 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
144
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
145 #if $optional.annotation
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
146 #for $annot in str($optional.annotation).split(',')
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
147 --annotation="$annot"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
148 #end for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
149 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
150
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
151 #if $optional.annotation_group
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
152 #for $annot in str($optional.annotation_group).split(',')
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
153 --annotation-group="$annot"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
154 #end for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
155 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
156
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
157 #if $optional.annotations_to_exclude
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
158 #for $annot in str($optional.annotations_to_exclude).split(',')
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
159 --annotations-to-exclude="$annot"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
160 #end for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
161 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
162
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
163 #if $optional.founder_id
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
164 --founder-id="$optional.founder_id"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
165 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
166
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
167 #if $optional.normal_sample
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
168 --normal-sample="$optional.normal_sample"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
169 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
170
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
171 #if $optional.alleles
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
172 --alleles alleles.vcf
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
173 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
174
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
175 --base-quality-score-threshold="$optional.base_quality_score_threshold"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
176 --af-of-alleles-not-in-resource="$optional.af_of_alleles_not_in_resource"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
177 --downsampling-stride="$optional.downsampling_stride"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
178 --gcs-max-retries="$optional.gcs_max_retries"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
179 --initial-tumor-lod="$optional.initial_tumor_lod"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
180 --interval-merging-rule="$optional.interval_merging_rule"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
181 --max-population-af="$optional.max_population_af"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
182 --max-reads-per-alignment-start="$optional.max_reads_per_alignment_start"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
183 --min-base-quality-score="$optional.min_base_quality_score"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
184 --native-pair-hmm-threads="\${GALAXY_SLOTS:-1}"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
185 --normal-lod="$optional.normal_lod"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
186 --tumor-lod-to-emit="$optional.tumor_lod_to_emit"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
187 $optional.annotate_with_num_discovered_alleles
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
188 $optional.disable_bam_index_caching
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
189 $optional.disable_sequence_dictionary_validation
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
190 $optional.genotype_germline_sites
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
191 $optional.genotype_pon_sites
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
192 $optional.native_pair_hmm_use_double_precision
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
193 $optional.sites_only_vcf_output
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
194 $optional.use_new_qual_calculator
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
195 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
196
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
197 ## END OPTIONAL PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
198
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
199 ## ADVANCED PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
200
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
201 #if str($advanced.advanced_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
202
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
203 #if $advanced.input_prior
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
204 --input-prior="$advanced.input_prior"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
205 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
206
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
207 #if $advanced.kmer_size
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
208 --kmer-size="$advanced.kmer_size"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
209 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
210
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
211 --active-probability-threshold="$advanced.active_probability_threshold"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
212 --assembly-region-padding="$advanced.assembly_region_padding"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
213 --bam-writer-type="$advanced.bam_writer_type"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
214 --max-assembly-region-size="$advanced.max_assembly_region_size"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
215 --max-mnp-distance="$advanced.max_mnp_distance"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
216 --max-num-haplotypes-in-population="$advanced.max_num_haplotypes_in_population"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
217 --max-prob-propagation-distance="$advanced.max_prob_propagation_distance"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
218 --max-suspicious-reads-per-alignment-start="$advanced.max_suspicious_reads_per_alignment_start"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
219 --min-assembly-region-size="$advanced.min_assembly_region_size"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
220 --min-dangling-branch-length="$advanced.min_dangling_branch_length"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
221 --min-pruning="$advanced.min_pruning"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
222 --num-pruning-samples="$advanced.num_pruning_samples"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
223 --pair-hmm-gap-continuation-penalty="$advanced.pair_hmm_gap_continuation_penalty"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
224 --pair-hmm-implementation="$advanced.pair_hmm_implementation"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
225 --pcr-indel-model="$advanced.pcr_indel_model"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
226 --phred-scaled-global-read-mismapping-rate="$advanced.phred_scaled_global_read_mismapping_rate"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
227 --smith-waterman="$advanced.smith_waterman"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
228 $advanced.all_site_pls
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
229 $advanced.allow_non_unique_kmers_in_ref
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
230 $advanced.consensus
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
231 $advanced.disable_tool_default_annotations
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
232 $advanced.do_not_run_physical_phasing
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
233 $advanced.dont_increase_kmer_sizes_for_cycles
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
234 $advanced.dont_trim_active_regions
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
235 $advanced.dont_use_soft_clipped_bases
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
236 $advanced.enable_all_annotations
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
237 $advanced.genotype_filtered_alleles
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
238 $advanced.use_filtered_reads_for_annotations
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
239
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
240 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
241
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
242 ## END ADVANCED PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
243
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
244 ## ADDITIONAL OUTPUT PARAMETERS ##
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
245
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
246 #if str($outputs.output_parameters) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
247 #if str($outputs.debug_activity) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
248 --activity-profile-out="activity-profile.tab"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
249 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
250 #if str($outputs.debug_assembly) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
251 --assembly-region-out="assembly-region.tab"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
252 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
253 #if str($outputs.debug_bam) == 'yes'
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
254 --bam-output="debug.bam"
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
255 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
256 #end if
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
257
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
258 #include source=$gatk_excl_ints_chth#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
259 #include source=$gatk_ints_chth#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
260 #include source=$vcf_output_opts#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
261 #include source=$gatk_seqdict#
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
262 ]]>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
263 </command>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
264 <inputs>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
265 <expand macro="gatk_bam_req_params"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
266 <expand macro="gzip_vcf_params"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
267 <expand macro="ref_sel"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
268 <conditional name="common">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
269 <param name="common_parameters" type="select" label="Common parameters">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
270 <option value="no">Use internal defaults</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
271 <option value="yes">Specify parameters</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
272 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
273 <when value="yes">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
274 <expand macro="gatk_excl_ints"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
275 <expand macro="seq_dict_sel"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
276 <param name="add_output_sam_program_record" argument="--add-output-sam-program-record" type="boolean" truevalue="--add-output-sam-program-record" falsevalue="" optional="true" checked="true" label="Add Output Sam Program Record" help="If true, adds a PG tag to created SAM/BAM/CRAM files."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
277 <param name="add_output_vcf_command_line" argument="--add-output-vcf-command-line" type="boolean" truevalue="--add-output-vcf-command-line" falsevalue="" optional="true" checked="true" label="Add Output Vcf Command Line" help="If true, adds a command line header line to created VCF files."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
278 <param name="disable_read_filter" argument="--disable-read-filter" type="select" multiple="true" value="" label="Disable Read Filter" help="Read filters to be disabled before analysis">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
279 <option value="GoodCigarReadFilter">Good cigar string</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
280 <option value="MappedReadFilter">Mapped read</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
281 <option value="MappingQualityAvailableReadFilter">Mapping quality available</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
282 <option value="MappingQualityNotZeroReadFilter">Mapping quality not zero</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
283 <option value="NonChimericOriginalAlignmentReadFilter">Non-chimeric original alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
284 <option value="NonZeroReferenceLengthAlignmentReadFilter">Non-zero reference length alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
285 <option value="NotDuplicateReadFilter">Not a duplicate read</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
286 <option value="NotSecondaryAlignmentReadFilter">Not a secondary alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
287 <option value="PassesVendorQualityCheckReadFilter">Passes vendor quality check</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
288 <option value="WellformedReadFilter">Well-formed read</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
289 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
290 <param name="disable_tool_default_read_filters" argument="--disable-tool-default-read-filters" type="boolean" truevalue="--disable-tool-default-read-filters" falsevalue="" optional="true" checked="false" label="Disable Tool Default Read Filters" help="Disable all tool default read filters (WARNING: many tools will not function correctly without their default read filters on)"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
291 <param name="interval_set_rule" argument="--interval-set-rule" type="select" optional="true" label="Interval Set Rule" help="Set merging approach to use for combining interval inputs">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
292 <option selected="true" value="UNION">Union</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
293 <option value="INTERSECTION">Intersection</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
294 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
295 <param name="lenient" argument="--lenient" type="boolean" truevalue="--lenient" falsevalue="" optional="true" checked="false" label="Lenient" help="Lenient processing of VCF files"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
296 <param name="read_filter" argument="--read-filter" type="select" multiple="true" value="" label="Read Filter" help="Read filters to be applied before analysis">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
297 <option value="AlignmentAgreesWithHeaderReadFilter">Alignment agrees with header</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
298 <option value="AllowAllReadsReadFilter">Allow all reads</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
299 <option value="AmbiguousBaseReadFilter">Ambiguous base</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
300 <option value="CigarContainsNoNOperator">Cigar contains no NO operator</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
301 <option value="FirstOfPairReadFilter">First of pair</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
302 <option value="GoodCigarReadFilter">Good cigar string</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
303 <option value="HasReadGroupReadFilter">Has read group</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
304 <option value="MappedReadFilter">Mapped read</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
305 <option value="MappingQualityAvailableReadFilter">Mapping quality available</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
306 <option value="MappingQualityNotZeroReadFilter">Mapping quality not zero</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
307 <option value="MatchingBasesAndQualsReadFilter">Matching bases and quals</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
308 <option value="MateDifferentStrandReadFilter">Mate different strand</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
309 <option value="MateOnSameContigOrNoMappedMateReadFilter">Mate on same contig or no mapped mate</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
310 <option value="MateUnmappedAndUnmappedReadFilter">Mate unmapped and mapped</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
311 <option value="MetricsReadFilter">Metrics</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
312 <option value="NonChimericOriginalAlignmentReadFilter">Non-chimeric original alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
313 <option value="NonZeroFragmentLengthReadFilter">Non-zero fragment length</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
314 <option value="NonZeroReferenceLengthAlignmentReadFilter">Non-zero reference length alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
315 <option value="NotDuplicateReadFilter">Not duplicate</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
316 <option value="NotOpticalDuplicateReadFilter">Not optical duplicate</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
317 <option value="NotSecondaryAlignmentReadFilter">Not a secondary alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
318 <option value="NotSupplementaryAlignmentReadFilter">Not a supplementary alignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
319 <option value="OverclippedReadFilter">Overclipped</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
320 <option value="PairedReadFilter">Paired</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
321 <option value="PassesVendorQualityCheckReadFilter">Passes vendor quality check</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
322 <option value="PrimaryLineReadFilter">Primary line</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
323 <option value="ProperlyPairedReadFilter">Properly paired</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
324 <option value="ReadLengthEqualsCigarLengthReadFilter">Read length equals cigar length</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
325 <option value="SecondOfPairReadFilter">Second of pair</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
326 <option value="SeqIsStoredReadFilter">Sequence is stored</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
327 <option value="SoftClippedReadFilter">Soft clipped</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
328 <option value="ValidAlignmentStartReadFilter">Valid alignment start</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
329 <option value="ValidAlignmentEndReadFilter">Valid alignment end</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
330 <option value="WellformedReadFilter">Well-formed read</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
331 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
332 <param name="read_validation_stringency" argument="--read-validation-stringency" type="select" optional="true" label="Read Validation Stringency" help="Validation stringency for all SAM/BAM/CRAM/SRA files read by this program. The default stringency value SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded.">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
333 <option selected="true" value="SILENT">Silent</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
334 <option value="STRICT">Strict</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
335 <option value="LENIENT">Lenient</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
336 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
337 </when>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
338 <when value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
339 </conditional>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
340 <conditional name="optional">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
341 <param name="optional_parameters" type="select" label="Optional parameters">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
342 <option value="no">Use internal defaults</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
343 <option value="yes">Specify parameters</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
344 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
345 <when value="yes">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
346 <expand macro="gatk_ints"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
347 <param name="af_of_alleles_not_in_resource" argument="--af-of-alleles-not-in-resource" type="float" optional="true" value="-1.0" label="Af Of Alleles Not In Resource" help="Population allele fraction assigned to alleles not found in germline resource. Please see docs/mutect/mutect2.pdf fora derivation of the default value."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
348 <param name="annotate_with_num_discovered_alleles" argument="--annotate-with-num-discovered-alleles" type="boolean" truevalue="--annotate-with-num-discovered-alleles" falsevalue="" optional="true" checked="false" label="Annotate With Num Discovered Alleles" help="If provided, we will annotate records with the number of alternate alleles that were discovered (but not necessarily genotyped) at a given site"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
349 <param argument="--annotation" type="select" multiple="true" label="Annotations" help="One or more specific annotations to add to variant calls">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
350 <option value="AlleleFraction">AlleleFraction</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
351 <option value="AS_BaseQualityRankSumTest">AS_BaseQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
352 <option value="AS_FisherStrand">AS_FisherStrand</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
353 <option value="AS_InbreedingCoeff">AS_InbreedingCoeff</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
354 <option value="AS_MappingQualityRankSumTest">AS_MappingQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
355 <option value="AS_QualByDepth">AS_QualByDepth</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
356 <option value="AS_ReadPosRankSumTest">AS_ReadPosRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
357 <option value="AS_RMSMappingQuality">AS_RMSMappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
358 <option value="AS_StrandOddsRatio">AS_StrandOddsRatio</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
359 <option value="BaseQuality">BaseQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
360 <option value="BaseQualityHistogram">BaseQualityHistogram</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
361 <option value="BaseQualityRankSumTest">BaseQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
362 <option value="ChromosomeCounts">ChromosomeCounts</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
363 <option value="ClippingRankSumTest">ClippingRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
364 <option value="CountNs">CountNs</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
365 <option value="Coverage">Coverage</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
366 <option value="DepthPerAlleleBySample">DepthPerAlleleBySample</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
367 <option value="DepthPerSampleHC">DepthPerSampleHC</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
368 <option value="ExcessHet">ExcessHet</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
369 <option value="FisherStrand">FisherStrand</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
370 <option value="FragmentLength">FragmentLength</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
371 <option value="GenotypeSummaries">GenotypeSummaries</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
372 <option value="InbreedingCoeff">InbreedingCoeff</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
373 <option value="LikelihoodRankSumTest">LikelihoodRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
374 <option value="MappingQuality">MappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
375 <option value="MappingQualityRankSumTest">MappingQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
376 <option value="MappingQualityZero">MappingQualityZero</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
377 <option value="OrientationBiasReadCounts">OrientationBiasReadCounts</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
378 <option value="OriginalAlignment">OriginalAlignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
379 <option value="PossibleDeNovo">PossibleDeNovo</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
380 <option value="QualByDepth">QualByDepth</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
381 <option value="ReadPosition">ReadPosition</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
382 <option value="ReadPosRankSumTest">ReadPosRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
383 <option value="ReferenceBases">ReferenceBases</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
384 <option value="RMSMappingQuality">RMSMappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
385 <option value="SampleList">SampleList</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
386 <option value="StrandBiasBySample">StrandBiasBySample</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
387 <option value="StrandOddsRatio">StrandOddsRatio</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
388 <option value="TandemRepeat">TandemRepeat</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
389 <option value="UniqueAltReadCount">UniqueAltReadCount</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
390 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
391 <param name="annotation_group" argument="--annotation-group" type="select" multiple="true" label="Annotation groups" help="One or more annotation groups to add to variant calls">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
392 <option value="AlleleSpecificAnnotation">AlleleSpecificAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
393 <option value="AS_StandardAnnotation">AS_StandardAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
394 <option value="ReducibleAnnotation">ReducibleAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
395 <option value="StandardAnnotation">StandardAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
396 <option value="StandardHCAnnotation">StandardHCAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
397 <option value="StandardMutectAnnotation">StandardMutectAnnotation</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
398 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
399 <param name="annotations_to_exclude" argument="--annotations-to-exclude" type="select" multiple="true" label="Annotations to exclude" help="Specific annotations to exclude from variant calls">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
400 <option value="AlleleFraction">AlleleFraction</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
401 <option value="AS_BaseQualityRankSumTest">AS_BaseQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
402 <option value="AS_FisherStrand">AS_FisherStrand</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
403 <option value="AS_InbreedingCoeff">AS_InbreedingCoeff</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
404 <option value="AS_MappingQualityRankSumTest">AS_MappingQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
405 <option value="AS_QualByDepth">AS_QualByDepth</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
406 <option value="AS_ReadPosRankSumTest">AS_ReadPosRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
407 <option value="AS_RMSMappingQuality">AS_RMSMappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
408 <option value="AS_StrandOddsRatio">AS_StrandOddsRatio</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
409 <option value="BaseQuality">BaseQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
410 <option value="BaseQualityHistogram">BaseQualityHistogram</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
411 <option value="BaseQualityRankSumTest">BaseQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
412 <option value="ChromosomeCounts">ChromosomeCounts</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
413 <option value="ClippingRankSumTest">ClippingRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
414 <option value="CountNs">CountNs</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
415 <option value="Coverage">Coverage</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
416 <option value="DepthPerAlleleBySample">DepthPerAlleleBySample</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
417 <option value="DepthPerSampleHC">DepthPerSampleHC</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
418 <option value="ExcessHet">ExcessHet</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
419 <option value="FisherStrand">FisherStrand</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
420 <option value="FragmentLength">FragmentLength</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
421 <option value="GenotypeSummaries">GenotypeSummaries</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
422 <option value="InbreedingCoeff">InbreedingCoeff</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
423 <option value="LikelihoodRankSumTest">LikelihoodRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
424 <option value="MappingQuality">MappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
425 <option value="MappingQualityRankSumTest">MappingQualityRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
426 <option value="MappingQualityZero">MappingQualityZero</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
427 <option value="OrientationBiasReadCounts">OrientationBiasReadCounts</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
428 <option value="OriginalAlignment">OriginalAlignment</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
429 <option value="PossibleDeNovo">PossibleDeNovo</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
430 <option value="QualByDepth">QualByDepth</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
431 <option value="ReadPosition">ReadPosition</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
432 <option value="ReadPosRankSumTest">ReadPosRankSumTest</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
433 <option value="ReferenceBases">ReferenceBases</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
434 <option value="RMSMappingQuality">RMSMappingQuality</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
435 <option value="SampleList">SampleList</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
436 <option value="StrandBiasBySample">StrandBiasBySample</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
437 <option value="StrandOddsRatio">StrandOddsRatio</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
438 <option value="TandemRepeat">TandemRepeat</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
439 <option value="UniqueAltReadCount">UniqueAltReadCount</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
440 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
441 <param name="pedigree" argument="--pedigree" type="data" optional="true" format="vcf,vcf_bgzip" label="Pedigree" help="Pedigree file for determining the population &quot;founders&quot;. If a file is provided here, a pedigree-based annotation must be added above."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
442 <param name="base_quality_score_threshold" argument="--base-quality-score-threshold" type="integer" optional="true" value="18" label="Base Quality Score Threshold" help="Base qualities below this threshold will be reduced to the minimum (6)"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
443 <param name="contamination_fraction_to_filter" argument="--contamination-fraction-to-filter" type="float" optional="true" value="0.0" label="Contamination Fraction To Filter" help="Fraction of contamination in sequencing data (for all samples) to aggressively remove"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
444 <param name="disable_bam_index_caching" argument="--disable-bam-index-caching" type="boolean" truevalue="--disable-bam-index-caching" falsevalue="" optional="true" checked="false" label="Disable Bam Index Caching" help="If true, don&amp;apos;t cache bam indexes, this will reduce memory requirements but may harm performance if many intervals are specified. Caching is automatically disabled if there are no intervals specified."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
445 <param name="disable_sequence_dictionary_validation" argument="--disable-sequence-dictionary-validation" type="boolean" truevalue="--disable-sequence-dictionary-validation" falsevalue="" optional="true" checked="false" label="Disable Sequence Dictionary Validation" help="If specified, do not check the sequence dictionaries from our inputs for compatibility. Use at your own risk!"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
446 <param name="downsampling_stride" argument="--downsampling-stride" type="integer" optional="true" value="1" label="Downsampling Stride" help="Downsample a pool of reads starting within a range of one or more bases."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
447 <param name="founder_id" argument="--founder-id" type="text" optional="true" value="" label="Founder Id" help="Samples representing the population &amp;quot;founders&amp;quot;"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
448 <param name="gcs_max_retries" argument="--gcs-max-retries" type="integer" optional="true" value="20" label="Gcs Max Retries" help="If the GCS bucket channel errors out, how many times it will attempt to re-initiate the connection"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
449 <param name="genotype_germline_sites" argument="--genotype-germline-sites" type="boolean" truevalue="--genotype-germline-sites" falsevalue="" optional="true" checked="false" label="Genotype Germline Sites" help="(EXPERIMENTAL) Call all apparent germline site even though they will ultimately be filtered."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
450 <param name="genotype_pon_sites" argument="--genotype-pon-sites" type="boolean" truevalue="--genotype-pon-sites" falsevalue="" optional="true" checked="false" label="Genotype PoN Sites" help="Call sites in the PoN even though they will ultimately be filtered."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
451 <param name="alleles" argument="--alleles" type="data" optional="true" format="vcf" label="Alleles" help="The set of alleles at which to genotype"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
452 <param name="germline_resource" argument="--germline-resource" type="data" optional="true" format="vcf,vcf_bgzip" label="Germline Resource" help="Population vcf of germline sequencing containing allele fractions."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
453 <param name="heterozygosity" argument="--heterozygosity" type="float" optional="true" value="0.001" label="Heterozygosity" help="The expected heterozygosity value used to compute prior probability that a locus is non-reference. The default priors are for provided for humans: het = 1e-3 which means that the probability of N samples being hom-ref at a site is: 1 - sum_i_2N (het / i) Note that heterozygosity as used here is the population genetics concept: http://en.wikipedia.org/wiki/Zygosity#Heterozygosity_in_population_genetics That is, a hets value of 0.01 implies that two randomly chosen chromosomes from the population of organisms would differ from each other (one being A and the other B) at a rate of 1 in 100 bp. Note that this quantity has nothing to do with the likelihood of any given sample having a heterozygous genotype, which in the GATK is purely determined by the probability of the observed data P(D | AB) under the model that there may be a AB het genotype. The posterior probability of this AB genotype would use the het prior, but the GATK only uses this posterior probability in determining the prob. that a site is polymorphic. So changing the het parameters only increases the chance that a site will be called non-reference across all samples, but doesn't actually change the output genotype likelihoods at all, as these aren't posterior probabilities at all. The quantity that changes whether the GATK considers the possibility of a het genotype at all is the ploidy, which determines how many chromosomes each individual in the species carries."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
454 <param name="heterozygosity_stdev" argument="--heterozygosity-stdev" type="float" optional="true" value="0.01" label="Heterozygosity Stdev" help="Standard deviation of heterozygosity for SNP and indel calling."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
455 <param name="indel_heterozygosity" argument="--indel-heterozygosity" type="float" optional="true" value="0.000125" label="Indel Heterozygosity" help="Heterozygosity for indel calling. See the GATKDocs for heterozygosity for full details on the meaning of this population genetics concept"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
456 <param name="initial_tumor_lod" argument="--initial-tumor-lod" type="float" optional="true" value="2.0" label="Initial Tumor Lod" help="LOD threshold to consider pileup active."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
457 <param name="interval_merging_rule" argument="--interval-merging-rule" type="select" optional="true" label="Interval Merging Rule" help="Interval merging rule for abutting intervals">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
458 <option selected="true" value="ALL">All</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
459 <option value="OVERLAPPING_ONLY">Overlapping only</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
460 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
461 <param name="max_population_af" argument="--max-population-af" type="float" optional="true" value="0.01" label="Max Population Af" help="Maximum population allele frequency in tumor-only mode."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
462 <param name="max_reads_per_alignment_start" argument="--max-reads-per-alignment-start" type="integer" optional="true" value="50" label="Max Reads Per Alignment Start" help="Maximum number of reads to retain per alignment start position. Reads above this threshold will be downsampled. Set to 0 to disable."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
463 <param name="min_base_quality_score" argument="--min-base-quality-score" type="integer" optional="true" value="10" label="Min Base Quality Score" help="Minimum base quality required to consider a base for calling"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
464 <param name="native_pair_hmm_use_double_precision" argument="--native-pair-hmm-use-double-precision" type="boolean" truevalue="--native-pair-hmm-use-double-precision" falsevalue="" optional="true" checked="false" label="Native Pair Hmm Use Double Precision" help="use double precision in the native pairHmm. This is slower but matches the java implementation better"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
465 <param name="normal_lod" argument="--normal-lod" type="float" optional="true" value="2.2" label="Normal Lod" help="LOD threshold for calling normal variant non-germline."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
466 <param name="normal_sample" argument="--normal-sample" type="text" optional="true" value="" label="Normal Sample" help="BAM sample name of normal. May be URL-encoded as output by GetSampleName with -encode argument."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
467 <param name="num_reference_samples_if_no_call" argument="--num-reference-samples-if-no-call" type="integer" optional="true" value="0" label="Num Reference Samples If No Call" help="Number of hom-ref genotypes to infer at sites not present in a panel"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
468 <param name="output_mode" argument="--output-mode" type="select" optional="true" label="Output Mode" help="Specifies which type of calls we should output">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
469 <option selected="true" value="EMIT_VARIANTS_ONLY">Variants only</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
470 <option value="EMIT_ALL_CONFIDENT_SITES">All confident sites</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
471 <option value="EMIT_ALL_SITES">All sites</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
472 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
473 <param name="panel_of_normals" argument="--panel-of-normals" type="data" optional="true" format="vcf,vcf_bgzip" label="Panel Of Normals" help="VCF file of sites observed in normal."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
474 <param name="sites_only_vcf_output" argument="--sites-only-vcf-output" type="boolean" truevalue="--sites-only-vcf-output" falsevalue="" optional="true" checked="false" label="Sites Only Vcf Output" help="If true, don&apos;t emit genotype fields when writing vcf file output."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
475 <param name="population_callset" argument="--population-callset" type="data" optional="true" format="" label="Population Callset" help="Callset to use in calculating genotype priors"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
476 <param name="sample_ploidy" argument="--sample-ploidy" type="integer" optional="true" value="2" label="Sample Ploidy" help="Ploidy (number of chromosomes) per sample. For pooled data, set to (Number of samples in each pool * Sample Ploidy)."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
477 <param name="sites_only_vcf_output" argument="--sites-only-vcf-output" type="boolean" truevalue="--sites-only-vcf-output" falsevalue="" optional="true" checked="false" label="Sites Only Vcf Output" help="If true, don&amp;apos;t emit genotype fields when writing vcf file output."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
478 <param name="standard_min_confidence_threshold_for_calling" argument="--standard-min-confidence-threshold-for-calling" type="float" optional="true" value="10.0" label="Standard Min Confidence Threshold For Calling" help="The minimum phred-scaled confidence threshold at which variants should be called"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
479 <param name="tumor_lod_to_emit" argument="--tumor-lod-to-emit" type="float" optional="true" value="3.0" label="Tumor Lod To Emit" help="LOD threshold to emit tumor variant to VCF."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
480 <param name="use_new_qual_calculator" argument="--use-new-qual-calculator" type="boolean" truevalue="--use-new-qual-calculator" falsevalue="" optional="true" checked="false" label="Use New Qual Calculator" help="If provided, we will use the new AF model instead of the so-called exact model"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
481 </when>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
482 <when value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
483 </conditional>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
484 <conditional name="advanced">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
485 <param name="advanced_parameters" type="select" label="Advanced parameters">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
486 <option value="no">Use internal defaults</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
487 <option value="yes">Specify parameters</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
488 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
489 <when value="yes">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
490 <param name="active_probability_threshold" argument="--active-probability-threshold" type="float" optional="true" value="0.002" label="Active Probability Threshold" help="Minimum probability for a locus to be considered active."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
491 <param name="all_site_pls" argument="--all-site-pls" type="boolean" truevalue="--all-site-pls" falsevalue="" optional="true" checked="false" label="All Site Pls" help="Annotate all sites with PLs"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
492 <param name="allow_non_unique_kmers_in_ref" argument="--allow-non-unique-kmers-in-ref" type="boolean" truevalue="--allow-non-unique-kmers-in-ref" falsevalue="" optional="true" checked="false" label="Allow Non Unique Kmers In Ref" help="Allow graphs that have non-unique kmers in the reference"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
493 <param name="assembly_region_padding" argument="--assembly-region-padding" type="integer" optional="true" value="100" label="Assembly Region Padding" help="Number of additional bases of context to include around each assembly region"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
494 <param name="bam_writer_type" argument="--bam-writer-type" type="select" optional="true" label="Bam Writer Type" help="Which haplotypes should be written to the BAM">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
495 <option selected="true" value="CALLED_HAPLOTYPES">Called haplotypes</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
496 <option value="ALL_POSSIBLE_HAPLOTYPES">All possible haplotypes</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
497 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
498 <param name="consensus" argument="--consensus" type="boolean" truevalue="--consensus" falsevalue="" optional="true" checked="false" label="Consensus" help="1000G consensus mode"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
499 <param name="disable_tool_default_annotations" argument="--disable-tool-default-annotations" type="boolean" truevalue="--disable-tool-default-annotations" falsevalue="" optional="true" checked="false" label="Disable Tool Default Annotations" help="Disable all tool default annotations"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
500 <param name="do_not_run_physical_phasing" argument="--do-not-run-physical-phasing" type="boolean" truevalue="--do-not-run-physical-phasing" falsevalue="" optional="true" checked="false" label="Do Not Run Physical Phasing" help="Disable physical phasing"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
501 <param name="dont_increase_kmer_sizes_for_cycles" argument="--dont-increase-kmer-sizes-for-cycles" type="boolean" truevalue="--dont-increase-kmer-sizes-for-cycles" falsevalue="" optional="true" checked="false" label="Dont Increase Kmer Sizes For Cycles" help="Disable iterating over kmer sizes when graph cycles are detected"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
502 <param name="dont_trim_active_regions" argument="--dont-trim-active-regions" type="boolean" truevalue="--dont-trim-active-regions" falsevalue="" optional="true" checked="false" label="Dont Trim Active Regions" help="If specified, we will not trim down the active region from the full region (active + extension) to just the active interval for genotyping"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
503 <param name="dont_use_soft_clipped_bases" argument="--dont-use-soft-clipped-bases" type="boolean" truevalue="--dont-use-soft-clipped-bases" falsevalue="" optional="true" checked="false" label="Dont Use Soft Clipped Bases" help="Do not analyze soft clipped bases in the reads"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
504 <param name="enable_all_annotations" argument="--enable-all-annotations" type="boolean" truevalue="--enable-all-annotations" falsevalue="" optional="true" checked="false" label="Enable All Annotations" help="Use all possible annotations (not for the faint of heart)"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
505 <param name="genotype_filtered_alleles" argument="--genotype-filtered-alleles" type="boolean" truevalue="--genotype-filtered-alleles" falsevalue="" optional="true" checked="false" label="Genotype Filtered Alleles" help="Whether to genotype all given alleles, even filtered ones, --genotyping_mode is GENOTYPE_GIVEN_ALLELES"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
506 <param name="input_prior" argument="--input-prior" type="float" optional="true" value="" label="Input Prior" help="By default, the prior specified with the heterozygosity argument is used for variant discovery at a particular locus, using an infinite sites model, see e.g. Waterson (1975) or Tajima (1996). This model asserts that the probability of having a population of k variant sites in N chromosomes is proportional to theta/k, for 1=1:N There are instances where using this prior might not be desireable, e.g. for population studies where prior might not be appropriate, as for example when the ancestral status of the reference allele is not known. By using this argument, user can manually specify priors to be used for calling as a vector for doubles, with the following restriciotns: a) User must specify 2N values, where N is the number of samples. b) Only diploid calls supported. c) Probability values are specified in double format, in linear space. d) No negative values allowed. e) Values will be added and Pr(AC=0) will be 1-sum, so that they sum up to one. f) If user-defined values add to more than one, an error will be produced. If user wants completely flat priors, then user should specify the same value (=1/(2*N+1)) 2*N times,e.g. -inputPrior 0.33 -inputPrior 0.33 for the single-sample diploid case."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
507 <param name="kmer_size" argument="--kmer-size" type="integer" optional="true" value="" label="Kmer Size" help="Kmer size to use in the read threading assembler"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
508 <param name="max_assembly_region_size" argument="--max-assembly-region-size" type="integer" optional="true" value="300" label="Max Assembly Region Size" help="Maximum size of an assembly region"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
509 <param name="max_mnp_distance" argument="--max-mnp-distance" type="integer" optional="true" value="1" label="Max Mnp Distance" help="Two or more phased substitutions separated by this distance or less are merged into MNPs."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
510 <param name="max_num_haplotypes_in_population" argument="--max-num-haplotypes-in-population" type="integer" optional="true" value="128" label="Max Num Haplotypes In Population" help="Maximum number of haplotypes to consider for your population"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
511 <param name="max_prob_propagation_distance" argument="--max-prob-propagation-distance" type="integer" optional="true" value="50" label="Max Prob Propagation Distance" help="Upper limit on how many bases away probability mass can be moved around when calculating the boundaries between active and inactive assembly regions"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
512 <param name="max_suspicious_reads_per_alignment_start" argument="--max-suspicious-reads-per-alignment-start" type="integer" optional="true" value="0" label="Max Suspicious Reads Per Alignment Start" help="Maximum number of suspicious reads (mediocre mapping quality or too many substitutions) allowed in a downsampling stride. Set to 0 to disable."/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
513 <param name="min_assembly_region_size" argument="--min-assembly-region-size" type="integer" optional="true" value="50" label="Min Assembly Region Size" help="Minimum size of an assembly region"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
514 <param name="min_dangling_branch_length" argument="--min-dangling-branch-length" type="integer" optional="true" value="4" label="Min Dangling Branch Length" help="Minimum length of a dangling branch to attempt recovery"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
515 <param name="min_pruning" argument="--min-pruning" type="integer" optional="true" value="2" label="Min Pruning" help="Minimum support to not prune paths in the graph"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
516 <param name="num_pruning_samples" argument="--num-pruning-samples" type="integer" optional="true" value="1" label="Num Pruning Samples" help="Number of samples that must pass the minPruning threshold"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
517 <param name="pair_hmm_gap_continuation_penalty" argument="--pair-hmm-gap-continuation-penalty" type="integer" optional="true" value="10" label="Pair Hmm Gap Continuation Penalty" help="Flat gap continuation penalty for use in the Pair HMM"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
518 <param name="pair_hmm_implementation" argument="--pair-hmm-implementation" type="select" optional="true" label="Pair Hmm Implementation" help="The PairHMM implementation to use for genotype likelihood calculations">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
519 <option selected="true" value="FASTEST_AVAILABLE">Fastest Available</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
520 <option value="EXACT">Exact</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
521 <option value="ORIGINAL">Original</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
522 <option value="LOGLESS_CACHING">Logless Caching</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
523 <option value="AVX_LOGLESS_CACHING">Logless Caching (AVX)</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
524 <option value="AVX_LOGLESS_CACHING_OMP">Logless Caching (AVX+OMP)</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
525 <option value="EXPERIMENTAL_FPGA_LOGLESS_CACHING">Logless Caching (FPGA, Experimental)</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
526 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
527 <param name="pcr_indel_model" argument="--pcr-indel-model" type="select" optional="true" label="Pcr Indel Model" help="The PCR indel model to use">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
528 <option selected="true" value="CONSERVATIVE">Conservative</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
529 <option value="NONE">None</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
530 <option value="HOSTILE">Hostile</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
531 <option value="AGGRESSIVE">Aggressive</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
532 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
533 <param name="phred_scaled_global_read_mismapping_rate" argument="--phred-scaled-global-read-mismapping-rate" type="integer" optional="true" value="45" label="Phred Scaled Global Read Mismapping Rate" help="The global assumed mismapping rate for reads"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
534 <param name="smith_waterman" argument="--smith-waterman" type="select" optional="true" label="Smith Waterman" help="Which Smith-Waterman implementation to use, generally 'Fastest available' is the right choice">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
535 <option selected="true" value="FASTEST_AVAILABLE">Fastest available</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
536 <option value="AVX_ENABLED">AVX-Enabled</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
537 <option value="JAVA">JAVA</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
538 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
539 <param name="use_filtered_reads_for_annotations" argument="--use-filtered-reads-for-annotations" type="boolean" truevalue="--use-filtered-reads-for-annotations" falsevalue="" optional="true" checked="false" label="Use Filtered Reads For Annotations" help="Use the contamination-filtered read maps for the purposes of annotating variants"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
540 </when>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
541 <when value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
542 </conditional>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
543 <conditional name="outputs">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
544 <param name="output_parameters" type="select" label="Output parameters" help="Additional outputs for debugging purposes">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
545 <option value="no">Output only variants</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
546 <option value="yes">Generate debugging information</option>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
547 </param>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
548 <when value="yes">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
549 <param name="debug_activity" argument="--activity-profile-out" type="boolean" checked="false" truevalue="yes" falsevalue="" label="Activity Profile Out" help="Output the raw activity profile results in IGV format"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
550 <param name="debug_assembly" argument="--assembly-region-out" type="boolean" checked="false" truevalue="yes" falsevalue="" label="Assembly Region Out" help="Output the assembly region to this IGV formatted file"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
551 <param name="debug_bam" argument="--bam-output" type="boolean" checked="false" truevalue="yes" falsevalue="" label="Bam Output" help="The assembled haplotypes and locally realigned reads will be written as BAM to this file if requested. This is intended to be used only for troubleshooting purposes, in specific areas where you want to better understand why the caller is making specific calls"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
552 </when>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
553 <when value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
554 </conditional>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
555 </inputs>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
556 <outputs>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
557 <expand macro="gzip_vcf_output_params"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
558 <data format="tabular" name="activity_profile_out" label="${tool.name} on ${on_string}: Activity profile">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
559 <filter>str(outputs['output_parameters']) == 'yes' and outputs['debug_activity']</filter>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
560 </data>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
561 <data format="tabular" name="assembly_region_out" label="${tool.name} on ${on_string}: Assembly region">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
562 <filter>str(outputs['output_parameters']) == 'yes' and outputs['debug_assembly']</filter>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
563 </data>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
564 <data format="bam" name="bam_output" label="${tool.name} on ${on_string}: Debug BAM output">
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
565 <filter>str(outputs['output_parameters']) == 'yes' and outputs['debug_bam']</filter>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
566 </data>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
567 </outputs>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
568 <tests>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
569 <test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
570 <param name="input" ftype="bam" value="Mutect2-in1.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
571 <param name="reference_sequence" ftype="fasta" value="reference.fa" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
572 <param name="gzipped_output" value="false" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
573 <param name="reference_source_selector" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
574 <param name="common_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
575 <param name="optional_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
576 <param name="advanced_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
577 <param name="output_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
578 <output name="output_vcf" file="Mutect2-out1.vcf" lines_diff="2" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
579 </test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
580 <test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
581 <param name="input" ftype="bam" value="Mutect2-in2.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
582 <param name="reference_sequence" ftype="fasta" value="reference.fa" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
583 <param name="gzipped_output" value="false" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
584 <param name="reference_source_selector" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
585 <param name="common_parameters" value="yes" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
586 <param name="read_filter" value="AmbiguousBaseReadFilter,FirstOfPairReadFilter,GoodCigarReadFilter" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
587 <param name="seqdict_source" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
588 <param name="seqdict_sequence" value="Mutect2-in2.dict" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
589 <param name="optional_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
590 <param name="advanced_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
591 <param name="output_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
592 <output name="output_vcf" file="Mutect2-out2.vcf" lines_diff="2" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
593 </test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
594 <test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
595 <param name="input" ftype="bam" value="Mutect2-in3.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
596 <param name="reference_sequence" ftype="fasta" value="reference.fa" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
597 <param name="gzipped_output" value="false" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
598 <param name="reference_source_selector" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
599 <param name="common_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
600 <param name="optional_parameters" value="yes" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
601 <param name="annotation" value="StrandBiasBySample,BaseQualityHistogram,OrientationBiasReadCounts" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
602 <param name="annotation_group" value="StandardMutectAnnotation" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
603 <param name="advanced_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
604 <param name="output_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
605 <output name="output_vcf" file="Mutect2-out3.vcf" lines_diff="2" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
606 </test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
607 <test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
608 <param name="input" ftype="bam" value="Mutect2-in4.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
609 <param name="reference_sequence" ftype="fasta" value="reference.fa" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
610 <param name="gzipped_output" value="false" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
611 <param name="reference_source_selector" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
612 <param name="common_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
613 <param name="optional_parameters" value="yes" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
614 <param name="advanced_parameters" value="yes" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
615 <param name="dont_trim_active_regions" value="true" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
616 <param name="output_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
617 <output name="output_vcf" file="Mutect2-out4.vcf" lines_diff="2" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
618 </test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
619 <test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
620 <param name="input" ftype="bam" value="Mutect2-in5.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
621 <param name="reference_sequence" ftype="fasta" value="reference.fa" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
622 <param name="gzipped_output" value="false" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
623 <param name="reference_source_selector" value="history" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
624 <param name="common_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
625 <param name="optional_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
626 <param name="advanced_parameters" value="no" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
627 <param name="output_parameters" value="yes" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
628 <param name="debug_activity" value="true" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
629 <param name="debug_assembly" value="true" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
630 <param name="debug_bam" value="true" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
631 <output name="output_vcf" file="Mutect2-out5.vcf" lines_diff="2" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
632 <output name="activity_profile_out" file="Mutect2-out5-1.tabular" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
633 <output name="assembly_region_out" file="Mutect2-out5-2.tabular" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
634 <output name="bam_output" file="Mutect2-out5.bam" />
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
635 </test>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
636 </tests>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
637 <help><![CDATA[Call somatic short variants via local assembly of haplotypes. Short
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
638 variants include single nucleotide (SNV) and insertion and deletion
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
639 (indel) variants. The caller combines the DREAM challenge-winning
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
640 somatic genotyping engine of the original MuTect (`Cibulskis et al.,
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
641 2013 <http://www.nature.com/nbt/journal/v31/n3/full/nbt.2514.html>`__)
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
642 with the assembly-based machinery of
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
643 `HaplotypeCaller <https://www.broadinstitute.org/gatk/documentation/tooldocs/org_broadinstitute_gatk_tools_walkers_haplotypecaller_HaplotypeCaller.php>`__.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
644
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
645 This tool is featured in the *Somatic Short Mutation calling Best
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
646 Practice Workflow*. See
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
647 `Tutorial#11136 <https://software.broadinstitute.org/gatk/documentation/article?id=11136>`__
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
648 for a step-by-step description of the workflow and
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
649 `Article#11127 <https://software.broadinstitute.org/gatk/documentation/article?id=11127>`__
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
650 for an overview of what traditional somatic calling entails. For the
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
651 latest pipeline scripts, see the `Mutect2 WDL scripts
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
652 directory <https://github.com/broadinstitute/gatk/tree/master/scripts/mutect2_wdl>`__.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
653 Although we present the tool for somatic calling, it may apply to other
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
654 contexts, such as mitochondrial variant calling.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
655
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
656 Usage examples
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
657 ~~~~~~~~~~~~~~
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
658
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
659 Example commands show how to run Mutect2 for typical scenarios. The two
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
660 modes are (i) *somatic mode* where a tumor sample is matched with a
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
661 normal sample in analysis and (ii) *tumor-only mode* where a single
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
662 sample's alignment data undergoes analysis.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
663
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
664 (i) Tumor with matched normal
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
665 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
666
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
667 Given a matched normal, Mutect2 is designed to call somatic variants
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
668 only. The tool includes logic to skip emitting variants that are clearly
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
669 present in the germline based on provided evidence, e.g. in the matched
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
670 normal. This is done at an early stage to avoid spending computational
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
671 resources on germline events. If the variant's germline status is
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
672 borderline, then Mutect2 will emit the variant to the callset for
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
673 subsequent filtering and review.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
674
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
675 ::
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
676
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
677 gatk Mutect2 \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
678 -R reference.fa \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
679 -I tumor.bam \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
680 -tumor tumor_sample_name \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
681 -I normal.bam \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
682 -normal normal_sample_name \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
683 --germline-resource af-only-gnomad.vcf.gz \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
684 --af-of-alleles-not-in-resource 0.00003125 \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
685 --panel-of-normals pon.vcf.gz \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
686 -O somatic.vcf.gz
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
687
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
688
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
689 The --af-of-alleles-not-in-resource argument value should match
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
690 expectations for alleles not found in the provided germline resource.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
691 Note the tool does not require a germline resource nor a panel of
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
692 normals (PoN) to run. The tool prefilters sites for the matched normal
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
693 and the PoN. For the germline resource, the tool prefilters on the
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
694 allele. Below is an excerpt of a known variants resource with population
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
695 allele frequencies
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
696
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
697 ::
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
698
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
699 #CHROM POS ID REF ALT QUAL FILTER INFO
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
700 1 10067 . T TAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCC 30.35 PASS AC=3;AF=7.384E-5
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
701 1 10108 . CAACCCT C 46514.32 PASS AC=6;AF=1.525E-4
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
702 1 10109 . AACCCTAACCCT AAACCCT,* 89837.27 PASS AC=48,5;AF=0.001223,1.273E-4
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
703 1 10114 . TAACCCTAACCCTAACCCTAACCCTAACCCTAACCCCTAACCCTAACCCTAACCCTAACCCTAACCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCCTAACCCTAACCCTAAACCCTA *,CAACCCTAACCCTAACCCTAACCCTAACCCTAACCCCTAACCCTAACCCTAACCCTAACCCTAACCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCTAACCCCTAACCCTAACCCTAAACCCTA,T 36728.97 PASS AC=55,9,1;AF=0.001373,2.246E-4,2.496E-5
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
704 1 10119 . CT C,* 251.23 PASS AC=5,1;AF=1.249E-4,2.498E-5
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
705 1 10120 . TA CA,* 14928.74 PASS AC=10,6;AF=2.5E-4,1.5E-4
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
706 1 10128 . ACCCTAACCCTAACCCTAAC A,* 285.71 PASS AC=3,1;AF=7.58E-5,2.527E-5
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
707 1 10131 . CT C,* 378.93 PASS AC=7,5;AF=1.765E-4,1.261E-4
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
708 1 10132 . TAACCC *,T 18025.11 PASS AC=12,2;AF=3.03E-4,5.049E-5
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
709
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
710
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
711 (ii) Tumor-only mode
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
712 ^^^^^^^^^^^^^^^^^^^^
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
713
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
714 This mode runs on a single sample, e.g. single tumor or single normal
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
715 sample. To create a PoN, call on each normal sample in this mode, then
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
716 use CreateSomaticPanelOfNormals to generate the PoN.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
717
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
718 ::
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
719
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
720 gatk Mutect2 \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
721 -R reference.fa \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
722 -I sample.bam \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
723 -tumor sample_name \
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
724 -O single_sample.vcf.gz
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
725
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
726
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
727 Further points of interest
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
728 ~~~~~~~~~~~~~~~~~~~~~~~~~~
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
729
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
730 Additional parameters that factor towards filtering, including
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
731 normal-artifact-lod (default threshold 0.0) and tumor-lod (default
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
732 threshold 5.3), are available in FilterMutectCalls. While the tool
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
733 calculates normal-lod assuming a diploid genotype, it calculates
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
734 normal-artifact-lod with the same approach it uses for tumor-lod, i.e.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
735 with a variable ploidy assumption.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
736
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
737 - If the normal artifact log odds becomes large, then FilterMutectCalls applies the artifact-in-normal filter. For matched normal samples with tumor contamination, consider increasing the normal-artifact-lod threshold.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
738
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
739 - The tumor log odds, which is calculated independently of any matched normal, determines whether to filter a tumor variant. Variants with tumor LODs exceeding the threshold pass filtering.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
740
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
741
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
742 If a variant is absent from a given germline resource, then the value
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
743 for --af-of-alleles-not-in-resource applies. For example, gnomAD's
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
744 16,000 samples (~32,000 homologs per locus) becomes a probability of one
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
745 in 32,000 or less. Thus, an allele's absence from the germline resource
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
746 becomes evidence that it is not a germline variant.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
747
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
748 Caveats
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
749 ~~~~~~~
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
750
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
751 Although GATK4 Mutect2 accomodates varying coverage depths, further
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
752 optimization of parameters may improve calling for extreme high depths,
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
753 e.g. 1000X.
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
754 ]]></help>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
755 <citations>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
756 <expand macro="citations"/>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
757 </citations>
f41a1e03538b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/gatk4 commit f9d04b348a43a799ab1624d3a7b211aab55ae522"
iuc
parents:
diff changeset
758 </tool>