Mercurial > repos > avowinkel > gatk
annotate indel_realigner.xml @ 0:b80ff7f43ad1 draft default tip
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
author | avowinkel |
---|---|
date | Thu, 24 Sep 2015 12:10:01 -0400 |
parents | |
children |
rev | line source |
---|---|
0
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
1 <macros> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
2 <xml name="IndelRealignerParameters" tokens="tag"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
3 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
4 <expand macro="macro_bam_input" tag="@TAG@" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
5 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
6 <param name="targetIntervals" type="data" format="gatk_interval" label="Intervals file output from RealignerTargetCreator" help="-targetIntervals,--targetIntervals &lt;targetIntervals&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
7 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
8 <expand macro="macro_optional_parameters"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
9 <repeat name="knownAlleles" title="Input VCF file(s) with known indels" help="-known,‑‑knownAlleles &lt;knownAlleles&gt;"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
10 <param name="knownAllele" type="data" format="vcf" label="Variant file (VCF format)" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
11 </repeat> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
12 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
13 <param name="consensusDeterminationModel" type="select" label="minimum reads at a locus to enable using the entropy calculation" help="-model,‑‑consensusDeterminationModel &lt;consensusDeterminationModel&gt;"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
14 <option value="USE_READS">USE_READS - Additionally uses indels already present in the original alignments of the reads</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
15 <option value="KNOWNS_ONLY">KNOWNS_ONLYS - Uses only indels from a provided ROD of known indels</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
16 <option value="USE_SW">USE_SW - Additionally uses 'Smith-Waterman' to generate alternate consenses</option> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
17 </param> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
18 <param name="LODThresholdForCleaning" type="float" value="5.0" label="LOD threshold above which the cleaner will clean" help="-LOD,‑‑LODThresholdForCleaning &lt;LODThresholdForCleaning&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
19 <!--param name="nWayOut" type="float" value="5.0" label="Generate one output file for each input (-I) bam file (not compatible with -output)" help="-nWayOut,--nWayOut &lt;nWayOut&gt;" /--> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
20 </expand> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
21 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
22 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
23 <expand macro="macro_advanced_parameters"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
24 <param name="entropyThreshold" type="float" value="0.15" label="Percentage of mismatches at a locus to be considered having high entropy (0.0 < entropy <= 1.0)" help="-entropy,‑‑entropyThreshold &lt;entropyThreshold&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
25 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
26 <param name="maxConsensuses" type="integer" value="30" label="Max alternate consensuses to try (necessary to improve performance in deep coverage)" help="-maxConsensuses,‑‑maxConsensuses &lt;maxConsensuses&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
27 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
28 <param name="maxIsizeForMovement" type="integer" value="3000" label="maximum insert size of read pairs that we attempt to realign" help="-maxIsize,‑‑maxIsizeForMovement &lt;maxIsizeForMovement&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
29 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
30 <param name="maxPositionalMoveAllowed" type="integer" value="200" label="Maximum positional move in basepairs that a read can be adjusted during realignment" help="-maxPosMove,‑‑maxPositionalMoveAllowed &lt;maxPositionalMoveAllowed&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
31 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
32 <param name="maxReadsForConsensuses" type="integer" value="120" label="Max reads used for finding the alternate consensuses (necessary to improve performance in deep coverage)" help="-greedy,‑‑maxReadsForConsensuses &lt;maxReadsForConsensuses&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
33 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
34 <param name="maxReadsForRealignment" type="integer" value="20000" label="Max reads allowed at an interval for realignment" help="-maxReads,‑‑maxReadsForRealignment &lt;maxReadsForRealignment&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
35 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
36 <param name="maxReadsInMemory" type="integer" value="150000" label="max reads allowed to be kept in memory at a time by the SAMFileWriter" help="-maxInMemory,‑‑maxReadsInMemory &lt;maxReadsInMemory&gt;" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
37 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
38 <param name="noOriginalAlignmentTags" type="boolean" truevalue="--noOriginalAlignmentTags" falsevalue="" label="Don't output the original cigar or alignment start tags for each realigned read in the output bam" help="-noTags,‑‑noOriginalAlignmentTags" /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
39 </expand> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
40 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
41 </xml> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
42 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
43 <xml name="IndelRealignerOutput"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
44 <data format="bam" name="ir_output_bam" label="${tool.name} - ${analysis_type.analysis_type_selector} on ${on_string} (BAM)"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
45 <yield /> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
46 </data> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
47 </xml> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
48 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
49 <template name="IndelRealignerPreprocessing"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
50 <![CDATA[ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
51 @token_bam_input_pre@ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
52 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
53 ln -s -f ${analysis_type.targetIntervals} target.intervals && |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
54 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
55 #if $analysis_type.optional_parameters.optional_parameters_enabled |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
56 #for $i, $knownAllele in enumerate($analysis_type.optional_parameters.knownAlleles): |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
57 ln -s -f ${knownAllele.knownAllele} knownAllele_${i}.vcf && |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
58 #end for |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
59 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
60 ]]> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
61 </template> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
62 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
63 <template name="IndelRealignerOptions"> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
64 <![CDATA[ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
65 --out ${ir_output_bam} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
66 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
67 @token_bam_input@ |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
68 --targetIntervals target.intervals |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
69 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
70 #if $analysis_type.optional_parameters.optional_parameters_enabled |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
71 #for $i, $knownAllele in enumerate($analysis_type.optional_parameters.knownAlleles): |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
72 --knownAlleles knownAllele_${i}.vcf |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
73 #end for |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
74 --consensusDeterminationModel ${analysis_type.consensusDeterminationModel} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
75 --LODThresholdForCleaning ${analysis_type.LODThresholdForCleaning} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
76 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
77 |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
78 #if $analysis_type.advanced_parameters.advanced_parameters_enabled |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
79 --entropyThreshold ${analysis_type.advanced_parameters.entropyThreshold} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
80 --maxConsensuses ${analysis_type.advanced_parameters.maxConsensuses} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
81 --maxIsizeForMovement ${analysis_type.advanced_parameters.maxIsizeForMovement} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
82 --maxPositionalMoveAllowed ${analysis_type.advanced_parameters.maxPositionalMoveAllowed} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
83 --maxReadsForConsensuses ${analysis_type.advanced_parameters.maxReadsForConsensuses} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
84 --maxReadsForRealignment ${analysis_type.advanced_parameters.maxReadsForRealignment} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
85 --maxReadsInMemory ${analysis_type.advanced_parameters.maxReadsInMemory} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
86 ${analysis_type.advanced_parameters.noOriginalAlignmentTags} |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
87 #end if |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
88 ]]> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
89 </template> |
b80ff7f43ad1
planemo upload for repository https://github.com/kaktus42/galaxytools/tree/master/tools/gatk commit 8764cef47529f6285678af4ca24b66d0fe516b88-dirty
avowinkel
parents:
diff
changeset
|
90 </macros> |