Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def kmeans(ligand,n_clusters,n_num):
|
|
70 |
azip.extractall()
|
71 |
peptide_folder_path = pathlib.Path(__file__).parent.joinpath("peptides" )
|
72 |
pdb_folder = pathlib.Path(__file__).parent.joinpath("temp")
|
73 |
-
ligand_path =
|
74 |
shutil.copy(ligand_path,pdb_folder)
|
75 |
n_num = int(n_num)
|
76 |
n_clusters = int(n_clusters)
|
|
|
70 |
azip.extractall()
|
71 |
peptide_folder_path = pathlib.Path(__file__).parent.joinpath("peptides" )
|
72 |
pdb_folder = pathlib.Path(__file__).parent.joinpath("temp")
|
73 |
+
ligand_path = ligand.name
|
74 |
shutil.copy(ligand_path,pdb_folder)
|
75 |
n_num = int(n_num)
|
76 |
n_clusters = int(n_clusters)
|