-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.ini
More file actions
45 lines (44 loc) · 1.07 KB
/
config.ini
File metadata and controls
45 lines (44 loc) · 1.07 KB
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
37
38
39
40
41
42
43
44
45
[SMuRF]
threads = 8
blacklist = /hpc/pmc_vanboxtel/resources/Mutation_blacklists/MSC_healthyBM_raw_variants_hg38.bed,/hpc/pmc_vanboxtel/resources/Mutation_blacklists/Fetal_15x_raw_variants_hg38.bed
qual = 100
mq = 60
sample_gq_homozygous = 10
sample_gq_heterozygous = 99
sample_gq_homref = 10
control_gq_homozygous = 10
control_gq_heterozygous = 99
control_gq_homref = 10
indel_gq_homozygous = 99
indel_gq_heterozygous = 99
indel_gq_homref = 20
coverage = 10
clonal_threshold = 0.3
absent_threshold = 0.0
mapq = 0
base_phred_quality = 0
min_components = 2
max_components = 3
indel = True
indel_flank = 100
[Driver]
threads = 8
effect = MODERATE|HIGH
genes = /hpc/pmc_vanboxtel/resources/hotspot_genes/cosmic_cancer_gene_census_09052019.txt
qual = 60
mq = 30
clonal_threshold = 0.3
absent_threshold = 0.0
sample_gq_homozygous = 10
sample_gq_heterozygous = 20
sample_gq_homref = 20
control_gq_homozygous = 10
control_gq_heterozygous = 10
control_gq_homref = 20
indel_gq_homozygous = 60
indel_gq_heterozygous = 60
indel_gq_homref = 20
coverage = 10
mapq = 0
base_phred_quality = 0
indel = True