oucgc1996 commited on
Commit
a432522
1 Parent(s): 8555823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ligend.name
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)