simonduerr commited on
Commit
c924062
·
verified ·
1 Parent(s): 7b8ae6b

Update inference_app.py

Browse files
Files changed (1) hide show
  1. 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
- output_text = run_smina(
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",