-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
50 lines (43 loc) · 1.17 KB
/
config.yaml
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
RTXINFO:
CONFIG_SERVER: "araxconfig@araxconfig.rtx.ai"
GITHUB_LINK: " https://raw.githubusercontent.com/RTXteam/RTX/kg2.10.0c"
SECRET_CONFIGFILE: "config_secrets.json"
DB_CONFIGFILE: "config_dbs.json"
DRUGMECHDBINFO:
LINK: "https://raw.githubusercontent.com/SuLab/DrugMechDB/main"
DRUGMECHDB_PATH: "indication_paths.yaml"
KG2INFO:
BIOLINK_VERSION: "4.2.0"
PUBLICATION_CUTOFF: 10
NGD_CUTOFF: 0.6
SYSTEMINFO:
NUM_CPU: 200
TRAINING_DATA:
TP:
MYCHEM: raw_training_data/mychem_tp.txt
SEMMED: raw_training_data/semmed_tp.txt
NDF: raw_training_data/ndf_tp.txt
REPODB: raw_training_data/repoDB_tp.txt
TN:
MYCHEM: raw_training_data/mychem_tn.txt
SEMMED: raw_training_data/semmed_tn.txt
NDF: raw_training_data/ndf_tn.txt
REPODB: raw_training_data/repoDB_tn.txt
DRUGBANK_XML: drugbank.xml
MOLEPRO_API_LINK: https://molepro-trapi.transltr.io/molepro/trapi/v1.5
MODELINFO:
PARAMS:
BANDWIDTH: 3000
MAX_PATH: 3
BUCKET_INTERVAL: 50
SEED: 1023
GPU: 1
STATE_HISTORY: 2
LEARNING_RATE: 0.0005
PARALLEL_PRECOMPUTE:
K: 25
N_drugs: 150
N_paths: 50
BATCH_SIZE: 200
DATABASE:
DATABASE_NAME: 'ExplainableDTD.db'