Spaces:
Sleeping
Sleeping
fix inference_app.py
Browse files- inference_app.py +1 -2
inference_app.py
CHANGED
@@ -104,8 +104,7 @@ def get_system(system_id: str) -> PinderSystem:
|
|
104 |
return PinderSystem(system_id)
|
105 |
from Bio import PDB
|
106 |
from Bio.PDB.PDBIO import PDBIO
|
107 |
-
|
108 |
-
from pymol import cmd
|
109 |
def extract_coordinates_from_pdb(filename):
|
110 |
"""
|
111 |
Extracts atom coordinates from a PDB file and returns them as a list of tuples.
|
|
|
104 |
return PinderSystem(system_id)
|
105 |
from Bio import PDB
|
106 |
from Bio.PDB.PDBIO import PDBIO
|
107 |
+
|
|
|
108 |
def extract_coordinates_from_pdb(filename):
|
109 |
"""
|
110 |
Extracts atom coordinates from a PDB file and returns them as a list of tuples.
|