You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Number of best results to be displayed (0<value<=1: percentage )
9
+
# Percentage of best results to be considered for display and re-screening (0<value<=1: percentage )
10
+
#TODO: change the wording
22
11
RESULT_NUMBER: "10"
23
12
24
-
# Specify cutoff value for rescreening
13
+
# Specify cutoff value for rescreening (in kcal/mol)
25
14
CUTOFF_VALUE: "-8"
26
15
27
16
#Specify name for local uploaded data
28
-
#note: this will be ignored, if a 'DATABASE' (see below) is specified
17
+
#NOTE: this will be ignored, if a 'DATABASE' (see below) is specified
29
18
LOC_DATA: ["DATASET"]
30
19
31
-
#Path to folder which contains compounds
32
-
# Here, a full qualified path should be indicated.
33
-
# note: this will be ignored, if a 'DATABASE' (see below) is specified
34
-
LOCAL_INPUT_DIR: "<LOCAL_INPUT_DIR>"
35
-
36
-
#Specify database to use ZINC usees and downloads compounds from ZINC database, others read local input from LOCAL_INPUT_DIR
37
-
38
-
DATABASE: ["ZINC"]
39
-
40
-
# First letter is the molecular weight bin - a measure of size - horizontal axis, left to right, online. A: 200 D, B: 250, C:300, D: 325, E:350, F: 375
41
-
# Second letter is the logP bin - a measure of polarity - vertical axis, top to bottom, online.
42
-
# The third letter is reactivity : A=anodyne. B=Bother (e.g. chromophores) C=clean (but pains ok), E=mild reactivity ok, G=reactive ok, I = hot chemistry ok
43
-
# The fourth letter is purchasability: A and B = in stock, C = in stock via agent, D = make on demand, E = boutique (expensive), F=annotated (not for sale)
44
-
# The fifth letter is pH range: R = ref (7.4), M = mid (near 7.4), L = low (around 6.4), H=high (around 8.4).
45
-
# The sixth and last dimension is net molecular charge. Here we follow the convention of InChIkeys.
46
-
# Thus. N = neutral, M = minus 1, L = minus 2 (or greater). O = plus 1, P = plus 2 (or greater).
20
+
# Path to folder which contains compounds
21
+
# Here, a full qualified path should be indicated.
22
+
# NOTE: this will be ignored, if a 'DATABASE' (see above) is specified
23
+
LOCAL_INPUT_DIR: ""
24
+
25
+
# Specify "ZINC" to obtain compounds from the ZINC database.
26
+
# Otherwise read local input from the LOCAL_INPUT_DIR, above.
27
+
#TODO: unlist DATABASE
28
+
DATABASE: "ZINC"
29
+
30
+
# Specify a ZINC mirror site. Options are:
31
+
# - files.docking.org
32
+
# - ftp.uni-mainz.de/mirror/zink20/
33
+
#ZINC_MIRROR: "ftp.uni-mainz.de/mirror/zink20/"
34
+
ZINC_MIRROR: "files.docking.org"
35
+
36
+
# Select the part of the ZINC database for screening. This section follows the ZINC notation and is
37
+
# outlined, here:
38
+
# - the 1st letter is the molecular weight bin - a measure of size - horizontal axis,
39
+
# left to right, as shown on the ZINC webpage. A: 200 D, B: 250, C:300, D: 325, E:350, F: 375
40
+
# - the 2nd letter is the logP bin - a measure of polarity - vertical axis, top to bottom,
41
+
# as shown on the ZINC webpage.
42
+
# - the 3rd letter defines reactivity : A=anodyne, B=Bother (e.g. chromophores),
43
+
# C=clean (but pains ok), E=mild reactivity ok, G=reactive ok, I = hot chemistry ok
44
+
# - the 4th letter notes purchasability: A and B = in stock, C = in stock via agent,
45
+
# D = make on demand, E = boutique (expensive), F=annotated (not for sale)
46
+
# - the 5th letter defines pH range: R = ref (7.4), M = mid (near 7.4), L = low (around 6.4),
47
+
# H=high (around 8.4).
48
+
# - the 6th and last dimension is net molecular charge. Here we follow the convention of InChIkeys.
49
+
# Thus. N = neutral, M = minus 1, L = minus 2 (or greater). O = plus 1, P = plus 2 (or greater).
47
50
48
51
ZINC_INPUT:
49
-
WEIGHT: ["A", "B"] #["C","D","E","F","G"]
50
-
LOGP: ["A"] # ,"D","E","F","G", "H","I","J"]
52
+
WEIGHT: ["B", "C"] #["C","D","E","F","G"]
53
+
LOGP: ["B", "C"] # ,"D","E","F","G", "H","I","J"]
51
54
REACT: ["A"] #,"B"] # ,"C", "E", "G"]
52
-
PURCHASE: ["A"] #, "B"] #, "C", "D", "E"]
53
-
PH: ["M"]
54
-
CHARGE: ["N"] # ,"M","O","L","P"]
55
+
PURCHASE: ["B"] #, "B"] #, "C", "D", "E"]
56
+
PH: ["M", "R"]
57
+
CHARGE: ["P"] # ,"M","O","L","P"]
55
58
56
-
#In case you don't want to download tranches from ZINC based on the paramters given above, a ZINC subset can be choosen. Otherwise set subset as TRANCHES
57
-
#ex.
58
-
SUBSET: "<SUBSET_NAME>"
59
+
#In case you don't want to download tranches from ZINC based on the paramters given above,
60
+
#a ZINC subset can be choosen. Otherwise set subset as TRANCHES.
0 commit comments