--> -->

7cuz/2/5:B/5:D

Sequences
>7cuz-a2-m5-cB (length=312) [Search sequence]
MTKINNWQDYQGSSLKPEDFDKFWDEKINLVSNHQFEFELIEKNLSSKVVNFYHLWFTAI
DGAKIHAQLIVPKNLKEKYPAILQFHGYHCDSGDWVDKIGIVAEGNVVLALDCRGQGGLS
QDNIQTMGMTMKGLIVRGIDEGYENLYYVRQFMDLITATKILSEFDFVDETNISAQGASQ
GGALAVACAALSPLIKKVTATYPFLSDYRKAYELGAEESAFEELPYWFQFKDPLHLREDW
FFNQLEYIDIQNLAPRIKAEVIWILGGKDTVVPPITQMAAYNKIQSKKSLYVLPEYGHEY
LPKISDWLRENQ
>7cuz-a2-m5-cD (length=312) [Search sequence]
MTKINNWQDYQGSSLKPEDFDKFWDEKINLVSNHQFEFELIEKNLSSKVVNFYHLWFTAI
DGAKIHAQLIVPKNLKEKYPAILQFHGYHCDSGDWVDKIGIVAEGNVVLALDCRGQGGLS
QDNIQTMGMTMKGLIVRGIDEGYENLYYVRQFMDLITATKILSEFDFVDETNISAQGASQ
GGALAVACAALSPLIKKVTATYPFLSDYRKAYELGAEESAFEELPYWFQFKDPLHLREDW
FFNQLEYIDIQNLAPRIKAEVIWILGGKDTVVPPITQMAAYNKIQSKKSLYVLPEYGHEY
LPKISDWLRENQ
Structure information
PDB ID 7cuz (database links: RCSB PDB PDBe PDBj PDBsum)
Title Structural insights into a novel carbohydrate esterase family 7 acetyl xylan esterase from Lactococcus lactis
Assembly ID 2
Resolution 2.41067Å
Method of structure determination X-RAY DIFFRACTION
Number of inter-chain contacts 66
Sequence identity between the two chains 1.0
Chain information
Chain 1 Chain 2
Model ID 5 5
Chain ID B D
UniProt accession A9QSE8 A9QSE8
Species 684738 (Lactococcus lactis subsp. lactis KF147) 684738 (Lactococcus lactis subsp. lactis KF147)
 
 
ValueError
Python 3.6.8: /usr/bin/python3
Mon Jun 16 12:31:25 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 = '7cuz-a2-m5-cB_7cuz-a2-m5-cD', viewer = ''
 /www/html/HomodimerDB/pdb.cgi in display_dimer(entryid='7cuz-a2-m5-cB_7cuz-a2-m5-cD', 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>