annotate manta_macros.xml @ 5:f55d45b0c6d1 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 86427647db100383faa432008b58e768b56ac416"
author artbio
date Tue, 09 Jun 2020 06:23:39 -0400
parents d09254e37c68
children cb5691381acb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
1 <macros>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
2
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
3 <token name="@VERSION@">1.6</token>
5
f55d45b0c6d1 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 86427647db100383faa432008b58e768b56ac416"
artbio
parents: 4
diff changeset
4 <token name="@WRAPPER_VERSION@">@VERSION@+galaxy7</token>
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
5 <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
6
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
7 <token name="@set_reference_fasta_filename@"><![CDATA[
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
8 #set $reference_fasta_filename = "localref.fa"
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
9
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
10 #if str( $reference_source.reference_source_selector ) == "history":
3
d648e40c6da9 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 3b3617515f0e59c35849939c26e4891f02c4de0b"
artbio
parents: 2
diff changeset
11 ln -s '${reference_source.ref_file}' '${reference_fasta_filename}' &&
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
12 samtools faidx '${reference_fasta_filename}' 2>&1 || echo "Error running samtools faidx for Manta" >&2 &&
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
13 #else:
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
14 #set $reference_fasta_filename = str( $reference_source.index.fields.path )
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
15 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
16 ]]></token>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
17
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
18 <token name="@set_configuration_file@"><![CDATA[
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
19 #if str( $configuration.configuration_switch ) == "Custom_config_file":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
20 #set $config_file = '$configuration.CustomConfigFile'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
21 #else if str( $configuration.configuration_switch )== "Customized":
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
22 #set $config_file = '$configuration.Customized'
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
23 #else:
3
d648e40c6da9 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 3b3617515f0e59c35849939c26e4891f02c4de0b"
artbio
parents: 2
diff changeset
24 #set $config_file = 'configManta.py.ini'
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
25 #end if
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
26 ]]></token>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
27
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
28
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
29 <xml name="requirements">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
30 <requirements>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
31 <requirement type="package" version="1.7">samtools</requirement>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
32 <requirement type="package" version="@VERSION@">manta</requirement>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
33 </requirements>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
34 </xml>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
35
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
36 <xml name="stdio">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
37 <stdio>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
38 <exit_code range="1:" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
39 <exit_code range=":-1" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
40 <regex match="Error:" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
41 <regex match="Exception:" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
42 <regex match="\[bns_restore_core\] Parse error reading" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
43 </stdio>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
44 </xml>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
45
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
46 <macro name="reference_source_conditional">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
47 <conditional name="reference_source">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
48 <param name="reference_source_selector" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options. See `Indexes` section of help below">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
49 <option value="cached">Use a built-in genome index</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
50 <option value="history">Use a genome from history and build index</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
51 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
52 <when value="cached">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
53 <param name="index" type="select" label="Using reference genome" help="Select genome from the list">
2
6a69e5d7c21f "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit 0c076cce96ddede06511d9fb8ebc707b9f083a1d"
artbio
parents: 1
diff changeset
54 <options from_data_table="fasta_indexes">
0
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
55 <filter type="sort_by" column="2" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
56 <validator type="no_options" message="No indexes are available" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
57 </options>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
58 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
59 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
60 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
61 <when value="history">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
62 <param name="ref_file" type="data" format="fasta" label="Use the following dataset as the reference sequence"
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
63 help="You can upload a FASTA sequence to the history and use it as reference" />
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
64 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
65 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
66 </macro>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
67
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
68 <macro name="manta_configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
69 <conditional name="configuration">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
70 <param name="configuration_switch" type="select" label="How do you want to configure manta?">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
71 <option value="Custom_config_file">Upload a different config file</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
72 <option value="Customized">Customize the options</option>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
73 </param>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
74 <when value="Custom_config_file">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
75 <param format="ini" name="CustomConfigFile" type="data" label="config file"/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
76 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
77 <when value="Customized">
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
78 <param name="minCandidateVariantSize" type="integer" value="8" label="minCandidateVariantSize" help="Run discovery and candidate reporting for all SVs/indels at or above this size."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
79 <param name="rnaMinCandidateVariantSize" type="integer" value="1000" label="rnaMinCandidateVariantSize" help="Separate option (to provide different default) used for runs in RNA-mode."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
80 <param name="minEdgeObservations" type="integer" value="3" label="minEdgeObservations" help="Remove all edges from the graph unless they're supported by this many 'observations'."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
81 <param name="graphNodeMaxEdgeCount" type="integer" value="10" label="graphNodeMaxEdgeCount" help="If both nodes of an edge have an edge count higher than this, then skip evaluation of the edge."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
82 <param name="minCandidateSpanningCount" type="integer" value="3" label="minCandidateSpanningCount" help="Run discovery and candidate reporting for all SVs/indels with at least this many spanning support observations."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
83 <param name="minScoredVariantSize" type="integer" value="50" label="minScoredVariantSize" help="After candidate identification, only score and report SVs/indels at or above this size."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
84 <param name="minDiploidVariantScore" type="integer" value="10" label="minDiploidVariantScore" help="Minimum VCF 'QUAL' score for a variant to be included in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
85 <param name="minPassDiploidVariantScore" type="integer" value="20" label="minPassDiploidVariantScore" help="VCF 'QUAL' score below which a variant is marked as filtered in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
86 <param name="minPassDiploidGTScore" type="integer" value="15" label="minPassDiploidGTScore" help="Minimum genotype quality score below which single samples are filtered for a variant in the diploid vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
87 <param name="minSomaticScore" type="integer" value="10" label="minSomaticScore" help="Somatic quality scores below this level are not included in the somatic vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
88 <param name="minPassSomaticScore" type="integer" value="30" label="minPassSomaticScore" help="Somatic quality scores below this level are filtered in the somatic vcf."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
89 <param name="enableRemoteReadRetrievalForInsertionsInGermlineCallingModes" type="integer" value="1" label="enableRemoteReadRetrievalForInsertionsInGermlineCallingModes" help="Remote read retrieval is used ot improve the assembly of putative insertions by retrieving any mate reads in remote locations with poor mapping quality. This feature can be enabled/disabled separately for germline and cancer calling below."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
90 <param name="enableRemoteReadRetrievalForInsertionsInCancerCallingModes" type="integer" value="0" label="enableRemoteReadRetrievalForInsertionsInCancerCallingModes" help="Here 'CancerCallingModes' includes tumor-normal subtraction and tumor-only calling. 'GermlineCallingModes' includes all other calling modes."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
91 <param name="useOverlapPairEvidence" type="integer" value="0" label="useOverlapPairEvidence" help="Set if an overlapping read pair will be considered as evidence. Set this value &lt;= 0 to skip overlapping read pairs."/>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
92 </when>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
93 </conditional>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
94 </macro>
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
95
42ba283a0fe2 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff changeset
96 </macros>