Structure of PDB 5t61 Chain B Binding Site BS03

Receptor Information
>5t61 Chain B (length=429) Species: 866790 (Methanothermobacter sp. CaT2) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MEYVKNVVCPFCGTLCDDIICKVEGNEIVGTINACRIGHSKFVHAEGAMR
YKKPLIRKNGEFVEVSYDEAIDKAAKILAESKRPLMYGWSCTECEAQAVG
VELAEEAGAVIDNTASVCHGPSVLALQDVGYPICTFGEVKNRADVVVYWG
CNPMHAHPRHMSRNVFARGFFRERGRSDRTLIVVDPRKTDSAKLADIHLQ
LDFDRDYELLDAMRACLLGHEILYDEVAGVPREQIEEAVEVLKNAQFGIL
FFGMGITHSRGKHRNIDTAIMMVQDLNDYAKWTLIPMRGHYNVTGFNQVC
TWESGYPYCVDFSGGEPRYNPGETGANDLLQNREADAMMVIASDPGAHFP
QRALERMAEIPVIAIEPHRTPTTEMADIIIPPAIVGMEAEGTAYRMEGVP
IRMKKVVDSDLLSDREILERLLEKVREYK
Ligand information
Ligand IDMGD
InChIInChI=1S/C20H26N10O13P2S2/c21-19-26-13-7(15(33)28-19)24-6-12(47)11(46)5(41-17(6)25-13)2-40-45(37,38)43-44(35,36)39-1-4-9(31)10(32)18(42-4)30-3-23-8-14(30)27-20(22)29-16(8)34/h3-6,9-10,17-18,24,31-32,46-47H,1-2H2,(H,35,36)(H,37,38)(H3,22,27,29,34)(H4,21,25,26,28,33)/t4-,5-,6+,9-,10-,17-,18-/m1/s1
InChIKeyVQAGYJCYOLHZDH-ILXWUORBSA-N
SMILES
SoftwareSMILES
CACTVS 3.341NC1=NC2=C(N[CH]3[CH](N2)O[CH](CO[P](O)(=O)O[P](O)(=O)OC[CH]4O[CH]([CH](O)[CH]4O)n5cnc6C(=O)NC(=Nc56)N)C(=C3S)S)C(=O)N1
OpenEye OEToolkits 1.5.0c1nc2c(n1C3C(C(C(O3)COP(=O)(O)OP(=O)(O)OCC4C(=C(C5C(O4)NC6=C(N5)C(=O)NC(=N6)N)S)S)O)O)N=C(NC2=O)N
OpenEye OEToolkits 1.5.0c1nc2c(n1[C@H]3[C@@H]([C@@H]([C@H](O3)CO[P@@](=O)(O)O[P@@](=O)(O)OC[C@@H]4C(=C([C@H]5[C@@H](O4)NC6=C(N5)C(=O)NC(=N6)N)S)S)O)O)N=C(NC2=O)N
ACDLabs 10.04O=C1C=2NC3C(S)=C(S)C(OC3NC=2N=C(N)N1)COP(=O)(O)OP(=O)(O)OCC6OC(n5cnc4c5N=C(N)NC4=O)C(O)C6O
CACTVS 3.341NC1=NC2=C(N[C@@H]3[C@H](N2)O[C@H](CO[P@@](O)(=O)O[P@@](O)(=O)OC[C@H]4O[C@H]([C@H](O)[C@@H]4O)n5cnc6C(=O)NC(=Nc56)N)C(=C3S)S)C(=O)N1
FormulaC20 H26 N10 O13 P2 S2
Name2-AMINO-5,6-DIMERCAPTO-7-METHYL-3,7,8A,9-TETRAHYDRO-8-OXA-1,3,9,10-TETRAAZA-ANTHRACEN-4-ONE GUANOSINE DINUCLEOTIDE;
MOLYBDOPTERIN GUANOSINE DINUCLEOTIDE
ChEMBL
DrugBank
ZINCZINC000195757106
PDB chain5t61 Chain B Residue 504 [Download ligand structure] [Download structure with residue number starting from 1] [View ligand structure]
Receptor-Ligand Complex Structure
Global viewLocal viewStructure summary

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]
PDB5t61 The methanogenic CO2 reducing-and-fixing enzyme is bifunctional and contains 46 [4Fe-4S] clusters.
Resolution2.55 Å
Binding residue
(original residue number in PDB)
F11 I37 G150 C151 H155 A156 D185 P186 R187 F203 D204 D206 G253 M254 G255 S259 G289 H290
Binding residue
(residue number reindexed from 1)
F11 I37 G150 C151 H155 A156 D185 P186 R187 F203 D204 D206 G253 M254 G255 S259 G289 H290
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Tue Nov 26 08:43:26 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>()
   1435     title=pdb2title(pdbid)
   1436     if bs.startswith("BS"):
=> 1437         pubmed,uniprot=display_interaction(pdbid,asym_id,bs,title)
   1438     else:
   1439         if lig3:
pubmed = '', uniprot = '', display_interaction = <function display_interaction>, pdbid = '5t61', asym_id = 'B', bs = 'BS03', title = 'The methanogenic CO2 reducing-and-fixing enzyme is bifunctional and contains 46 [4Fe-4S] clusters.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5t61', asym_id='B', bs='BS03', title='The methanogenic CO2 reducing-and-fixing enzyme is bifunctional and contains 46 [4Fe-4S] clusters.')
   1295         display_ec(ec,csaOrig,csaRenu)
   1296     if go:
=> 1297         display_go(go,uniprot,pdbid,asym_id)
   1298     return pubmed,uniprot
   1299 
global display_go = <function display_go>, go = '0015948,0016491,0018493', uniprot = '', pdbid = '5t61', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0015948,0016491,0018493', uniprot='', pdbid='5t61', 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>