--> -->

7uky/1/1:B/1:A

Sequences
>7uky-a1-m1-cB (length=383) [Search sequence]
LSHTRQWRPGVVQEVAPAGVLDLGPGYIEPALLPVRLLRGAYEQALAEYGAAALGYGHDP
GAQPLRDRLAARAAAADGLPCDPDQVLLTSGTSQALYLLATSLAAPGDTVLTEELCYDLG
QRIFRDCSLRLRQVAMDGSGMLPDALDRALTEGARAGAKTAFVYLTPTHHNPTGHTMPLA
RRRLLLEVAARHDVLIVEDDAYTELSLIPDRTPPPSLAALAGYRRVVRLCSFSKTLGPGL
RLGWLLADRELAGRLATHGLFVSGGSLNHTTSLAVSTLLASGAYDRHLDAFRAQLRARRD
ALVGALRAMLDDGVELRTPEGGFFLWLRADERELLDGAARAGVRIAAGSRFGTTQGAGLR
LAFSFNPPALLEQAAKRLTTAWS
>7uky-a1-m1-cA (length=385) [Search sequence]
SLSHTRQWRPGVVQEVAPAGVLDLGPGYIEPALLPVRLLRGAYEQALAEYGAAALGYGHD
PGAQPLRDRLAARAAAADGLPCDPDQVLLTSGTSQALYLLATSLAAPGDTVLTEELCYDL
GQRIFRDCSLRLRQVAMDGSGMLPDALDRALTEGARAGAKTAFVYLTPTHHNPTGHTMPL
ARRRLLLEVAARHDVLIVEDDAYTELSLIPDRTPPPSLAALAGYRRVVRLCSFSKTLGPG
LRLGWLLADRELAGRLATHGLFVSGGSLNHTTSLAVSTLLASGAYDRHLDAFRAQLRARR
DALVGALRAMLDDGVELRTPEGGFFLWLRAADERELLDGAARAGVRIAAGSRFGTTQGAG
LRLAFSFNPPALLEQAAKRLTTAWS
Structure information
PDB ID 7uky (database links: RCSB PDB PDBe PDBj PDBsum)
Title Structure of S. hygroscopicus aminotransferase MppQ complexed with pyridoxamine 5'-phosphate (PMP)
Assembly ID 1
Resolution 1.541Å
Method of structure determination X-RAY DIFFRACTION
Number of inter-chain contacts 296
Sequence identity between the two chains 1.0
PubMed citation
Chain information
Chain 1 Chain 2
Model ID 1 1
Chain ID B A
UniProt accession Q643B9 Q643B9
Species 1912 (Streptomyces hygroscopicus) 1912 (Streptomyces hygroscopicus)
Function annotation BioLiP:7ukyB BioLiP:7ukyA
 
 
ValueError
Python 3.6.8: /usr/bin/python3
Mon Jun 16 15:21:39 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 = '7uky-a1-m1-cB_7uky-a1-m1-cA', viewer = ''
 /www/html/HomodimerDB/pdb.cgi in display_dimer(entryid='7uky-a1-m1-cB_7uky-a1-m1-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 = 'B', 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>