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
Copy file name to clipboardExpand all lines: boinc-autodock-vina/README.md
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ This group supports next parameters:
84
84
85
85
This group supports next parameters:
86
86
87
-
-`out` - path to output model file (PDBQT). This file should not have absolute path. This is an **required**`string`parameter when: (1) `input.batch` parameter is specified, (2) `input.ligands` parameter is specified and contains only 1 file and `advanced.score_only` is not specified, otherwise it is **optional**.
87
+
-`out` - path to output model file (PDBQT). This file should not have absolute path. This is an **optional** parameter.
88
88
-`dir` - path to output directory when: (1) in batch mode, (2) `input.ligands` parameter is specified and contains more than 1 file and `advanced.score_only` is not specified. This directory should not have absolute path. This is an **optional**`string` parameter.
89
89
-`write_maps` - output filename (directory + prefix name) for maps. Parameter `advanced.force_even_voxels` may be needed to comply with map format. This is an **optional**`string` parameter. E.g. for the folder with maps `.\maps\1iep_receptor.A.map` and `.\maps\1iep_receptor.C.map` should be provided as `maps\1iep_receptor`.
90
90
@@ -149,14 +149,11 @@ More information about specified parameters could be found on the official docum
149
149
"ligands": [
150
150
"1iep_ligand.pdbqt"
151
151
]
152
-
},
153
-
"output": {
154
-
"out": "1iep_ligand_vina_out.pdbqt"
155
152
}
156
153
}
157
154
```
158
155
159
-
### JSON file with search areaand exhaustiveness specified
156
+
### JSON file with search area, exhaustiveness and output specified
160
157
161
158
```json
162
159
{
@@ -183,9 +180,9 @@ More information about specified parameters could be found on the official docum
183
180
}
184
181
```
185
182
186
-
## Example of JSON files that contains information to prepare receiptor and ligands
183
+
## Example of JSON files that contains information to prepare receptor and ligands
187
184
188
-
### Minimal JSON file with one receiptor and one ligand
185
+
### Minimal JSON file with one receptor and one ligand
189
186
190
187
```json
191
188
{
@@ -196,14 +193,11 @@ More information about specified parameters could be found on the official docum
196
193
},
197
194
"prepare_ligands": {
198
195
"ligand": "1iep_ligand.sdf"
199
-
},
200
-
"output": {
201
-
"out": "1iep_ligand_vina_out.pdbqt"
202
196
}
203
197
}
204
198
```
205
199
206
-
### JSON file with one receiptor and one ligand with with search areaand exhaustiveness specified
200
+
### JSON file with one receptor and one ligand with with search area, exhaustiveness and output specified
207
201
208
202
```json
209
203
{
@@ -234,7 +228,7 @@ More information about specified parameters could be found on the official docum
234
228
235
229
From this file `work unit generator` will generate **one** work unit.
236
230
237
-
### JSON file with two receiptors and one ligand with with search area and exhaustiveness specified
231
+
### JSON file with two receptors and one ligand with with search area and exhaustiveness specified
238
232
239
233
```json
240
234
{
@@ -257,9 +251,6 @@ From this file `work unit generator` will generate **one** work unit.
0 commit comments