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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ def copy(files,folder):
37
  os.remove(file_path)
38
 
39
  def pyuul(folder,n_clusters):
40
- coords, atname, pdbname, pdb_num = utils.parsePDB(folder)
 
41
  atoms_channel = utils.atomlistToChannels(atname)
42
  radius = utils.atomlistToRadius(atname)
43
 
 
37
  os.remove(file_path)
38
 
39
  def pyuul(folder,n_clusters):
40
+ PDBFile = str(folder)
41
+ coords, atname, pdbname, pdb_num = utils.parsePDB(PDBFile)
42
  atoms_channel = utils.atomlistToChannels(atname)
43
  radius = utils.atomlistToRadius(atname)
44