oucgc1996 commited on
Commit
eb196c4
1 Parent(s): 4a7c484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -185,6 +185,7 @@ def pdb_structure(Structure_index):
185
  structure_folder = join(temp_path, str(index))
186
  created_folders.append(structure_folder)
187
  pdb_file = join(pdb_path, f"{index}.pdb")
 
188
  if os.path.exists(pdb_file):
189
  shutil.copy2(pdb_file, structure_folder)
190
  else:
 
185
  structure_folder = join(temp_path, str(index))
186
  created_folders.append(structure_folder)
187
  pdb_file = join(pdb_path, f"{index}.pdb")
188
+ print(pdb_file)
189
  if os.path.exists(pdb_file):
190
  shutil.copy2(pdb_file, structure_folder)
191
  else: