Structure of PDB 3q75 Chain B

Receptor sequence
>3q75B (length=482) Species: 235443 (Cryptococcus neoformans var. grubii H99) [Search protein sequence]
FTPSVYSLVSKPLPSNSRPSATLDEQAETEDLISQLFDLTADPNALVSEH
GKRYSGLRKQEHTQFLASSFFQLPGKFVSLDASRPWLVFWTVHSLDLLGV
ALDQGTKDRVVSTLLHFLSPKGGFGGGPANSQIPHLLPTYASVCSLAIAG
NDSSTGGWKDLAAARQSIYEFFMRCKRPDGGFVVCEGGEVDVRGTYCLLV
VATLLDIITPELLHNVDKFVSACQTYEGGFACASFPFPEPSCRVSMAEAH
GGYTSCSLNSHFLLTSVPLPSFPLSIDANAALRWTVLQQGEPIEGGGFRG
RTNKLVDGCYSWWVGGGAPVAEELVRREKSRKVIPPIFNRVALQEFTLVA
AQQDPGSTGGLRDKPGKRPDQYHTCNNLSGLSIAQHKMSHSPSTVSSNRL
KFDASKGLPAVKPVAPGGGWKNEDERQNARREIWANALGWIEEEGGEIIV
GGKDNRINTTTPVFNILGLRLKPFINYFYCQE
3D structure
PDB3q75 Structures of Cryptococcus neoformans Protein Farnesyltransferase Reveal Strategies for Developing Inhibitors That Target Fungal Pathogens.
ChainB
Resolution2.14 Å
3D
structure
Catalytic site residues are labeled in the structure
[Spin on]
[Spin off]
[Reset orientation]

[High quality]
[Low quality]

[White background]
[Black background]

[Download]
[Download structure with residue number starting from 1]
Interaction with ligand
Site
#
Ligand Ligand
chain
Binding residues on receptor
(original residue number in PDB)
Binding residues on receptor
(residue number reindexed from 1)
Binding affinity
BS01 peptide B W90 L141 P142 R197 Y409 H410 W86 L137 P138 R193 Y372 H373
BS02 ZN B D323 C325 H410 D307 C309 H373
BS03 FII B L141 R197 H266 G268 Y269 R317 K320 Y326 W329 L137 R193 H250 G252 Y253 R301 K304 Y310 W313
BS04 3CX B Y58 G489 K490 D491 Y54 G452 K453 D454
BS05 3CX B R62 Q64 R58 Q60
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 29 13:25:47 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/BioLiP/pdb.cgi in <module>()
   1443                 pubmed=display_regular_ligand(pdbid,asym_id,lig3,ligIdx,title)
   1444         else:
=> 1445             pubmed,uniprot=display_protein_receptor(pdbid,asym_id,title)
   1446     
   1447     uniprot_line=''
pubmed = '', uniprot = '', display_protein_receptor = <function display_protein_receptor>, pdbid = '3q75', asym_id = 'B', title = 'Structures of Cryptococcus neoformans Protein Fa...eloping Inhibitors That Target Fungal Pathogens. '
 /var/www/html/BioLiP/pdb.cgi in display_protein_receptor(pdbid='3q75', asym_id='B', title='Structures of Cryptococcus neoformans Protein Fa...eloping Inhibitors That Target Fungal Pathogens. ')
    839 
    840     if go:
=>  841         display_go(go,uniprot,pdbid,asym_id)
    842     return pubmed,uniprot
    843 
global display_go = <function display_go>, go = '0003824,0005965,0008318,0018343', uniprot = '', pdbid = '3q75', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0005965,0008318,0018343', uniprot='', pdbid='3q75', asym_id='B')
    480         '''.replace("$namespace_link",namespace_link
    481           ).replace("$namespace",namespace
=>  482           ).replace("$uniprot",u
    483         ))
    484         for l,(term,name) in enumerate(go2aspect[Aspect]):
u undefined

UnboundLocalError: local variable 'u' referenced before assignment
      args = ("local variable 'u' referenced before assignment",)
      with_traceback = <built-in method with_traceback of UnboundLocalError object>