Upload pdb_files/conf.txt with huggingface_hub
Browse files- pdb_files/conf.txt +18 -0
pdb_files/conf.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Configuration file for AutoDock Vina
|
| 2 |
+
|
| 3 |
+
# Input: Path to the receptor RELATIVE TO THE PROJECT ROOT
|
| 4 |
+
receptor = pdb_files/esr1.pdbqt
|
| 5 |
+
|
| 6 |
+
# Search space
|
| 7 |
+
center_x = 31.192
|
| 8 |
+
center_y = -1.398
|
| 9 |
+
center_z = 25.378
|
| 10 |
+
|
| 11 |
+
# Box size
|
| 12 |
+
size_x = 26
|
| 13 |
+
size_y = 26
|
| 14 |
+
size_z = 26
|
| 15 |
+
|
| 16 |
+
# Output settings
|
| 17 |
+
num_modes = 1
|
| 18 |
+
energy_range = 3
|