-
Notifications
You must be signed in to change notification settings - Fork 21
/
settings.ini.default
119 lines (109 loc) · 3.21 KB
/
settings.ini.default
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
;This configuration file sets paths to tools, databases, etc.
;[path] is replaced by the base directory path of the GIT repository, i.e. it allows using relative paths.
;
;If you use the download shell scripts in data/ to install tools, genomes and databases,
;only adapting the NGSD database credentials is necessary.
[tools]
interop = [path]/tools/interop-1.2.4-Linux-GNU/bin/summary
ngs-bits_local =
[tools-data]
vep_data = [path]/data/dbs/ensembl-vep-112/
clincnv_cohorts = [path]/data/ClinCNV-cohorts/
clair3_models = [path]/data/tools/Clair3-v1.0.10/models
[apptainer-container]
container_abra2 = v2.23
container_arriba = v2.4.0
container_blastn = v2.9.0+
container_bwa = v0.7.18
container_bwa-mem2 = v2.2.1
container_circos = 0.69.9
container_clair3 = v1.0.10
container_clair3-trio = v0.7
container_ClinCNV = v1.18.3
container_expansionhunter = v5.0.0
container_freebayes = v1.3.6
container_gatk = 4.6.0.0
container_happy = v0.3.14
container_hla-genotyper = 2022-05
container_kraken2 = v2.1.3
container_longphase = v1.7.3
container_manta = v1.6.0
container_methylartist = v1.3.1
container_minimap2 = v2.28
container_modkit = v0.3.2
container_msisensor-pro = v1.2.0
container_ngs-bits = 2024-11
container_orad = v2.6.1
container_python = v3.10.9
container_REViewer = v0.2.7
container_samblaster = v0.1.26
container_samtools = 1.20
container_scarHRD = v1
container_SigProfilerExtractor = v1.1.24
container_sniffles = v2.4
container_spliceai = v1.3.1
container_STAR = v2.7.11b
container_straglr = v1.5.1
container_straglrOn = v0.2.2
container_strelka2 = v2.9.10
container_subread = v2.0.6
container_umi-tools = v1.1.5
container_umiVar = 2024-11
container_varscan2 = v2.4.6
container_vcflib = v1.0.3
container_vep = release-112.0
container_whatshap = v2.3
[folders]
local_data = /tmp/local_ngs_data/
data_folder = [path]/data/
container_folder = [path]/data/tools/apptainer_container/
test_data_folder = [path]/data/test_data/
project_folder['diagnostic'] =
project_folder['research'] =
project_folder['test'] =
project_folder['external'] =
[general]
copy_dbs_to_local_data = true
delete_fastq_files = false
cnv_bin_size_wgs = 1000
cnv_bin_size_shallow_wgs = 5000
cnv_bin_size_longread_wgs = 10000
use_bwa1 = false
bwa_mem2_suffix =
annotate_refseq_consequences = false
location = ""
custom_columns_test['ngsd_counts'] = "[path]/test/data/an_vep_custom.vcf.gz;COUNTS;NGSD counts"
custom_columns_test['ngsd_nervous_system'] = "[path]/test/data/an_vep_custom.vcf.gz;GSC08;NGSD nervous system counts"
[dragen]
; transfer folder
dragen_in =
dragen_out =
; working/genome directory on the DRAGEN server
dragen_data =
dragen_genomes =
;sge settings
dragen_log =
queues_dragen =
;use SV calling files from dragen/NovaSeq X
use_dragen_sv_calling = false
[mysql-databases]
db_host['NGSD'] = "localhost"
db_name['NGSD'] = "ngsd"
db_user['NGSD'] = "ngsduser"
db_pass['NGSD'] = ""
db_host['NGSD_TEST'] = "localhost"
db_name['NGSD_TEST'] = "ngsd_test"
db_user['NGSD_TEST'] = "ngsdtestuser"
db_pass['NGSD_TEST'] = ""
#GenLab SQL credentials - only used by ngs-bits tools
genlab_mssql =
genlab_host = ""
genlab_port =
genlab_name = ""
genlab_user = ""
genlab_pass = ""
[grid_engine]
queues_default = ""
queues_research = ""
queues_high_priority = ""
queues_high_mem = ""