oucgc1996 commited on
Commit
f9df755
·
1 Parent(s): 28fdafa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ def pyuul(folder,n_clusters):
63
  return sheet
64
 
65
  def kmeans(ligend,n_clusters,n_num):
66
- os.mkdir('/temp')
67
  peptide_folder_path = "peptide/"
68
  pdb_folder = "temp/"
69
  shutil.copyfile(ligend,pdb_folder)
 
63
  return sheet
64
 
65
  def kmeans(ligend,n_clusters,n_num):
 
66
  peptide_folder_path = "peptide/"
67
  pdb_folder = "temp/"
68
  shutil.copyfile(ligend,pdb_folder)