7qxh/1/3:A/4:A | ||||
Sequences
| ||||
Structure information
| ||||
Chain information
|
ValueError | Python 3.6.8: /usr/bin/python3 Sun Jun 15 10:56:47 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/www/html/HomodimerDB/pdb.cgi in <module>() |
592 |
593 if '_' in entryid: |
=> 594 display_dimer(entryid,viewer) |
595 |
596 print('''</table> |
display_dimer = <function display_dimer>, entryid = '7qxh-a1-m3-cA_7qxh-a1-m4-cA', viewer = '' |
/www/html/HomodimerDB/pdb.cgi in display_dimer(entryid='7qxh-a1-m3-cA_7qxh-a1-m4-cA', viewer='') |
311 stdout,stderr=p.communicate() |
312 chainid_list=stdout.decode().splitlines() |
=> 313 if max([len(chainid) for chainid in chainid_list])>1: |
314 jsmolBug=True |
315 |
builtin max = <built-in function max>, builtin len = <built-in function len>, chainid undefined, chainid_list = [] |
ValueError: max() arg is an empty sequence
args =
('max() arg is an empty sequence',)
with_traceback =
<built-in method with_traceback of ValueError object>