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
@@ -85,6 +85,7 @@ Below there is a description of the rest of accepted paramenters of `lightdock_s
85
85
-**--seed_anm***ANM_SEED*: An integer can be specified as the seed used in the random number generator of ANM normal modes extents.
86
86
-**--anm_rec***ANM_REC*: The number of non-trivial normal modes calculated for the recepetor in the ANM mode.
87
87
-**--anm_lig***ANM_LIG*: The number of non-trivial normal modes calculated for the ligand in the ANM mode.
88
+
-**-rst***restraints_file*: If `restraints_file` is provided, distance restraints on the receptor surface will be calculated to provided residues. See `2.2. Restraints` section for more information.
88
89
89
90
### 2.1. Results of the setup
90
91
@@ -101,7 +102,22 @@ After the execution of `lightdock_setup` script, several files and directories w
101
102
-`*.xyz.npy`: Two files with this extension, one for the receptor and one for the ligand, which contains information about the minimum ellipsoid containing each of the structures in NumPy format.
102
103
-`lightdock_rec.nm.npy`and `lightdock_lig.nm.npy`: If ANM is enabled, two files are created containing the normal modes information calculated by the ProDy library.
103
104
104
-
### 2.2. Tips and tricks
105
+
### 2.2. Distance restraints (Experimental)
106
+
107
+
In version `0.5.1`, distance restraints on the receptor surface have been implemented. This new feature works in the following way:
108
+
109
+
From a `restraints_file` file containing the following information:
110
+
111
+
```
112
+
R A.SER.150
113
+
R A.TYR.151
114
+
```
115
+
116
+
Where `R` means for `Receptor` (at the moment only residue restraints on the receptor are accepted) and then the rest of the line is a residue identifier in the format `Chain.Residue_Name.Residue_Number` in the original PDB file numeration.
117
+
118
+
For each of these residues, only the closest swarms are considered during `lightdock_setup`. At the moment, only the **10 closest swarms** for each residue are considered. If some of the swarms overlap, then only one copy of that swarm is used.
119
+
120
+
### 2.3. Tips and tricks
105
121
106
122
- As a general rule of thumb, the receptor structure is the bigger molecule and the ligand the smaller. With bigger and smaller, the metric used is the longest diameter of the minimum ellipsoid containing the molecule. A script called `lgd_calculate_diameter.py` can be found in `$LIGHTDOCK_HOME/bin/support` path in order to calculate an approximation of that metric.
0 commit comments