oucgc1996 commited on
Commit
d0a4145
1 Parent(s): a6883fb

Update app.py

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