--> -->

7qjh/1/1:RFF/1:SFF

Sequences
>7qjh-a1-m1-cRFF (length=58) [Search sequence]
KPKQDIKQIILTQFSVNKDGECKPLRNSCSTCGPSVFLGRSGNKEYCGRCYTVAILNK
>7qjh-a1-m1-cSFF (length=58) [Search sequence]
KPKQDIKQIILTQFSVNKDGECKPLRNSCSTCGPSVFLGRSGNKEYCGRCYTVAILNK
Structure information
PDB ID 7qjh (database links: RCSB PDB PDBe PDBj PDBsum)
Title Spraguea lophii ribosome dimer
Assembly ID 1
Resolution 11.3Å
Method of structure determination ELECTRON MICROSCOPY
Number of inter-chain contacts 76
Sequence identity between the two chains 1.0
Chain information
Chain 1 Chain 2
Model ID 1 1
Chain ID RFF SFF
UniProt accession S7W9X5 S7W9X5
Species 1358809 (Spraguea lophii 42_110) 1358809 (Spraguea lophii 42_110)
 
 
ValueError
Python 3.6.8: /usr/bin/python3
Sun Nov 30 21:38:13 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 = '7qjh-a1-m1-cRFF_7qjh-a1-m1-cSFF', viewer = ''
 /www/html/HomodimerDB/pdb.cgi in display_dimer(entryid='7qjh-a1-m1-cRFF_7qjh-a1-m1-cSFF', 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>