1
1
## All relative path starts from the location of working directory not this file
2
2
3
3
############### Parameters for SnD #####################
4
- receptor_name = nCoV_6LU7 # name the receptor to create dir
5
- receptor_file = ./targets/nCoV_6LU7/6LU7.mol2 # must be mol2 format
6
- ligand_file = ./targets/nCoV_6LU7/N3.sdf # must be sd format
7
- ncycle = 1000 # number of cycles to be run
4
+ receptor_name = CDK2_5IEV # name the receptor to create dir
5
+ receptor_file = /home/ziqiaoxu/SampleDock/targets/CDK2_5IEV/5IEV.mol2
6
+ # must be mol2 format
7
+ ligand_file = /home/ziqiaoxu/SampleDock/targets/CDK2_5IEV/Roniciclib.sd
8
+ # must be sd format
9
+ ncycle = 1600 # number of cycles to be run
8
10
ndesign = 20 # number of designs to be generated per cycle
9
- seed_smi = C1=CC=CC=C1 # initial seeding SMILES for the first cycle, default to benzene
11
+ seed_smi = C1(C(NC2=CC=CC=C2)=NC=N3)=C3C=CC=C1
12
+ # initial seeding SMILES for the first cycle, default to benzene
10
13
11
14
############### Parameters for rDock ###################
12
- cavity_protocol = rbcavity -W -d -r # cmd and option for creating pocket
15
+ cavity_protocol = rbcavity -was -d -r # cmd and option for creating pocket
13
16
# -W option for rxdock precompiled bin file, -was for locally compiled rdock installation
14
17
docking_prm = dock.prm # docking protocol (-p), no solvation term by default
15
18
npose = 100 # number of poses generated (-n)
@@ -24,3 +27,7 @@ depthG = 3
24
27
vocab_loc = ./models/moses-h450z56/vocab.txt
25
28
model_loc = ./models/moses-h450z56/model.iter-400000
26
29
30
+ ########## Parameters for LSH Forest (tmap) #############
31
+ node_size = 1/20 # Node size for tmap
32
+ k = 20 # nearest neighbors
33
+ mmm_repeats = 2
0 commit comments