-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigManta.hg38.py.ini
36 lines (25 loc) · 1.31 KB
/
configManta.hg38.py.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# This section contains all configuration settings for the top-level manta workflow,
#
[manta]
referenceFasta = /gscuser/dspencer/refdata/GRCh37/all_sequences.fa
# Run discovery and candidate reporting for all SVs/indels at or above this size:
minCandidateVariantSize = 100000
# Remove all edges from the graph unless they're supported by this many 'observations'.
# Note that one supporting read pair or split read usually equals one observation, but evidence is sometimes downweighted.
minEdgeObservations = 3
# Run discovery and candidate reporting for all SVs/indels with at least this
# many spanning support observations
minCandidateSpanningCount = 3
# After candidate identification, only score and report SVs/indels at or above this size:
minScoredVariantSize = 100000
# minimum VCF "QUAL" score for a variant to be included in the diploid vcf:
minDiploidVariantScore = 10
# VCF "QUAL" score below which a variant is marked as filtered in the diploid vcf:
minPassDiploidVariantScore = 20
# minimum genotype quality score below which single samples are filtered for a variant in the diploid vcf:
minPassDiploidGTScore = 15
# somatic quality scores below this level are not included in the somatic vcf:
minSomaticScore = 10
# somatic quality scores below this level are filtered in the somatic vcf:
minPassSomaticScore = 30