Spaces:
Runtime error
Runtime error
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -139,7 +139,7 @@ def predict (input_sequence, input_ligand, input_protein):
|
|
139 |
struc = parser.get_structure("X", "pockets_dense.pdb")
|
140 |
coords = [x.coord for x in struc.get_atoms()]
|
141 |
pocket_center = np.mean(coords, axis=0)
|
142 |
-
|
143 |
"ligand.pdbqt",
|
144 |
"receptor.pdbqt",
|
145 |
"docking_pose.pdb",
|
|
|
139 |
struc = parser.get_structure("X", "pockets_dense.pdb")
|
140 |
coords = [x.coord for x in struc.get_atoms()]
|
141 |
pocket_center = np.mean(coords, axis=0)
|
142 |
+
output_text = run_smina(
|
143 |
"ligand.pdbqt",
|
144 |
"receptor.pdbqt",
|
145 |
"docking_pose.pdb",
|