Skip to content

Commit 3e32866

Browse files
committed
change the relative path of receptor file
1 parent a32dae4 commit 3e32866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hyper.param

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## All relative path anchors on the location of working directory not this file
1+
## All relative path starts from the location of working directory not this file
22

33
############### Parameters for SnD #####################
4-
receptor_name = CDK2-5IEV # name the receptor to create dir
5-
receptor_file = ../targets/CDK2_5IEV/5IEV.mol2 # must be mol2 format
6-
ligand_file = ../targets/CDK2_5IEV/Roniciclib.sd # must be sd format
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
77
ncycle = 1000 # number of cycles to be run
88
ndesign = 20 # number of designs to be generated per cycle
99
seed_smi = C1=CC=CC=C1 # initial seeding SMILES for the first cycle, default to benzene

0 commit comments

Comments
 (0)