oucgc1996 commited on
Commit
f03a5f1
·
verified ·
1 Parent(s): a432522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def copy(files,folder):
40
  def pyuul(folder,n_clusters):
41
  PDBFile = str(folder)
42
  coords, atname, pdbname, pdb_num = utils.parsePDB(PDBFile)
 
43
  atoms_channel = utils.atomlistToChannels(atname)
44
  radius = utils.atomlistToRadius(atname)
45
 
 
40
  def pyuul(folder,n_clusters):
41
  PDBFile = str(folder)
42
  coords, atname, pdbname, pdb_num = utils.parsePDB(PDBFile)
43
+ print(pdb_num)
44
  atoms_channel = utils.atomlistToChannels(atname)
45
  radius = utils.atomlistToRadius(atname)
46