-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.json
30 lines (30 loc) · 1.2 KB
/
conf.json
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
{
"version": "0.3.4",
"schema_generation": {
"raw_url_prefix": "https://raw.githubusercontent.com/biomarker-ontology/biomarker-partnership/main/schema/",
"output_path": "../schema/",
"output_file": "biomarker_schema.json",
"schema": "http://json-schema.org/draft-07/schema#"
},
"validation": {
"log_path": "../home/logs/validation_log.log",
"intermediate_path": "../home/intermediate_data/"
},
"data_conversion": {
"log_path": "../../home/logs/conversion_log.log",
"url_map_path": "../../mapping_data/url_map.json",
"namespace_map_path": "../../mapping_data/namespace_map.json",
"triples_map_path": "../../mapping_data/triples_map.json"
},
"testing": {
"log_path": "../../home/logs/test_log.log",
"source_files": {
"skeleton_dictionary": "../../data_dictionary/skeleton_dictionary.py",
"data_dictionary": "../../data_dictionary/process_dictionary.py",
"schema": "../../schema/validate_data.py",
"data_conversion": "../../src/data_conversion/data_conversion.py"
},
"tmp_output_path": "./",
"python_env": "../env/bin/python"
}
}