Spaces:
Runtime error
Runtime error
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -103,7 +103,7 @@ def predict (input_sequence, input_ligand, input_protein):
|
|
103 |
Chem.SDWriter("/usr/src/app/ligand.sdf").write(m2)
|
104 |
|
105 |
os.system(f"obabel {input_protein.name} -xr -O /usr/src/app/receptor.pdbqt")
|
106 |
-
os.system("obabel -isdf /usr/src/app/ligand.sdf -O
|
107 |
#Find pocket
|
108 |
pdb = md.load(input_protein.name)
|
109 |
# run ligsite
|
|
|
103 |
Chem.SDWriter("/usr/src/app/ligand.sdf").write(m2)
|
104 |
|
105 |
os.system(f"obabel {input_protein.name} -xr -O /usr/src/app/receptor.pdbqt")
|
106 |
+
os.system("obabel -isdf /usr/src/app/ligand.sdf -O /usr/src/app/ligand.pdbqt")
|
107 |
#Find pocket
|
108 |
pdb = md.load(input_protein.name)
|
109 |
# run ligsite
|