Update app.py
Browse files
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)
|