Mercurial > repos > artbio > manta
annotate configManta.py.ini @ 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 | 42ba283a0fe2 |
children |
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 |
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 # This section contains all configuration settings for the top-level manta workflow, |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
4 # |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
5 [manta] |
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 referenceFasta = /illumina/development/Isis/Genomes/Homo_sapiens/UCSC/hg19/Sequence/WholeGenomeFasta/genome.fa |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
8 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
9 # 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
|
10 # 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
|
11 minCandidateVariantSize = 8 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
12 rnaMinCandidateVariantSize = 1000 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
13 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
14 # 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
|
15 # Note that one supporting read pair or split read usually equals one observation, but evidence is sometimes downweighted. |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
16 minEdgeObservations = 3 |
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 # 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
|
19 # Set to 0 to turn this filtration off |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
20 graphNodeMaxEdgeCount = 10 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
21 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
22 # Run discovery and candidate reporting for all SVs/indels with at least this |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
23 # 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
|
24 minCandidateSpanningCount = 3 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
25 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
26 # 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
|
27 minScoredVariantSize = 50 |
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 # 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
|
30 minDiploidVariantScore = 10 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
31 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
32 # 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
|
33 minPassDiploidVariantScore = 20 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
34 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
35 # 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
|
36 minPassDiploidGTScore = 15 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
37 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
38 # 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
|
39 minSomaticScore = 10 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
40 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
41 # 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
|
42 minPassSomaticScore = 30 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
43 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
44 # Remote read retrieval is used ot improve the assembly of putative insertions by retrieving any mate reads in remote |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
45 # locations with poor mapping quality, which pair to confidently mapping reads near the insertion locus. These reads |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
46 # can help to fully assemble longer insertions, under certain circumstances this feature can add a very large runtime |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
47 # burden. For instance, given the very high chimeric pair rates found in degraded FFPE samples, the runtime of the read |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
48 # retrieval process can be unpredicable. For this reason the feature is disabled by default for somatic variant calling. |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
49 # 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
|
50 # |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
51 # Here "CancerCallingModes" includes tumor-normal subtraction and tumor-only calling. "GermlineCallingModes" includes |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
52 # 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
|
53 enableRemoteReadRetrievalForInsertionsInGermlineCallingModes = 1 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
54 enableRemoteReadRetrievalForInsertionsInCancerCallingModes = 0 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
55 |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
56 # Set if an overlapping read pair will be considered as evidence |
42ba283a0fe2
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/manta commit e6c5d87dcd848fc4910af968e73adc481c811d15"
artbio
parents:
diff
changeset
|
57 # Set to 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
|
58 useOverlapPairEvidence = 0 |