oucgc1996 commited on
Commit
4f9d04c
·
verified ·
1 Parent(s): 4627e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -190,6 +190,7 @@ def pdb_structure(Structure_index):
190
  shutil.copy2(pdb_file, structure_folder)
191
  else:
192
  print(f"PDB file not found for structure {index}")
 
193
  coords, atname, pdbname, pdb_num = utils.parsePDB(structure_folder)
194
  atoms_channel = utils.atomlistToChannels(atname)
195
  radius = utils.atomlistToRadius(atname)
 
190
  shutil.copy2(pdb_file, structure_folder)
191
  else:
192
  print(f"PDB file not found for structure {index}")
193
+ print(structure_folder)
194
  coords, atname, pdbname, pdb_num = utils.parsePDB(structure_folder)
195
  atoms_channel = utils.atomlistToChannels(atname)
196
  radius = utils.atomlistToRadius(atname)