oucgc1996 commited on
Commit
e7f5e2d
1 Parent(s): 4682575

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def kmeans(ligend,n_clusters,n_num):
68
  pdb_folder = pathlib.Path(__file__).parent.joinpath("temp")
69
  ligend_path = ligend.name
70
  shutil.copy(ligend_path,pdb_folder)
 
71
  for i in range(1,n_num+1):
72
  if i == 1:
73
  add_file_to_folder(peptide_folder_path,pdb_folder)
 
68
  pdb_folder = pathlib.Path(__file__).parent.joinpath("temp")
69
  ligend_path = ligend.name
70
  shutil.copy(ligend_path,pdb_folder)
71
+ n_num = int(n_num)
72
  for i in range(1,n_num+1):
73
  if i == 1:
74
  add_file_to_folder(peptide_folder_path,pdb_folder)