You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csubst/main_site.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -686,7 +686,8 @@ def main_site(g):
686
686
parser_pymol.initialize_pymol(pdb_id=g['pdb'])
687
687
num_chain=parser_pymol.get_num_chain()
688
688
ifnum_chain>=g['pymol_max_num_chain']:
689
-
print(f'Number of chains ({num_chain}) in the PDB file is larger than the maximum number of chains allowed (--pymol_max_num_chain {g['pymol_max_num_chain']}). PyMOL session image generation is disabled.', flush=True)
689
+
# print(f'Number of chains ({num_chain}) in the PDB file is larger than the maximum number of chains allowed (--pymol_max_num_chain {g['pymol_max_num_chain']}). PyMOL session image generation is disabled.', flush=True)
690
+
print(f"Number of chains ({num_chain}) in the PDB file is larger than the maximum number of chains allowed (--pymol_max_num_chain {g['pymol_max_num_chain']}). PyMOL session image generation is disabled.", flush=True)
0 commit comments