===========================================================================
command: prodigy .pdb --selection A B --temperature 25.0 --contact_list --pymol_selection
exit status: 1
log:
[+] Reading structure file: /data/runs/3Y69CXxm/.pdb
[!] Structure ‘’ could not be parsed
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/prodigy/lib/parsers.py”, line 158, in parse_structure
s = sparser.get_structure(sname, path)
File “/usr/local/lib/python3.10/site-packages/Bio/PDB/PDBParser.py”, line 99, in get_structure
raise ValueError(“Empty file.”)
ValueError: Empty file.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/bin/prodigy”, line 8, in
sys.exit(main())
File “/usr/local/lib/python3.10/site-packages/prodigy/predict_IC.py”, line 414, in main
structure, n_chains, n_res = parse_structure(struct_path)
File “/usr/local/lib/python3.10/site-packages/prodigy/lib/parsers.py”, line 161, in parse_structure
raise Exception(exeption)
Exception: Empty file.