--> -->

7pxx/1/1:D/1:C

Sequences
>7pxx-a1-m1-cD (length=251) [Search sequence]
TVPVALVTGAAKRLGRSIAEGLHAEGYAVCLHYHRSAAEANALSATLNARRPNSAITVQA
DLSNVATAPVTLFTRCAELVAACYTHWGRCDVLVNNASSFYPTPLLEAMETATADLFGSN
AIAPYFLIKAFAHRVAGTPAKHRGTNYSIINMVDAMTNQPLLGYTIYTMAKGALEGLTRS
AALELAPLQIRVNGVGPGLSVLVGHRSKVPLYQRDSSAAEVSDVVIFLCSSKAKYITGTV
KVDGGYSLTRA
>7pxx-a1-m1-cC (length=252) [Search sequence]
VPVALVTGAAKRLGRSIAEGLHAEGYAVCLHYHRSAAEANALSATLNARRPNSAITVQAD
LSNVATAPAPVTLFTRCAELVAACYTHWGRCDVLVNNASSFYPTPLLRAMETATADLFGS
NAIAPYFLIKAFAHRVAGTPAKHRGTNYSIINMVDAMTNQPLLGYTIYTMAKGALEGLTR
SAALELAPLQIRVNGVGPGLSVLVGHRSKVPLYQRDSSAAEVSDVVIFLCSSKAKYITGT
VKVDGGYSLTRA
Structure information
PDB ID 7pxx (database links: RCSB PDB PDBe PDBj PDBsum)
Title The crystal structure of Leishmania major Pteridine Reductase 1 in complex with substrate folic acid
Assembly ID 1
Resolution 1.81Å
Method of structure determination X-RAY DIFFRACTION
Number of inter-chain contacts 118
Sequence identity between the two chains 0.992
PubMed citation 35400669
Chain information
Chain 1 Chain 2
Model ID 1 1
Chain ID D C
UniProt accession Q01782 Q01782
Species 5664 (Leishmania major) 5664 (Leishmania major)
Function annotation BioLiP:7pxxD BioLiP:7pxxC
 
 
ValueError
Python 3.6.8: /usr/bin/python3
Mon Jun 16 02:00:32 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 = '7pxx-a1-m1-cD_7pxx-a1-m1-cC', viewer = ''
 /www/html/HomodimerDB/pdb.cgi in display_dimer(entryid='7pxx-a1-m1-cD_7pxx-a1-m1-cC', 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 = 'D', 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>