Skip to content
Snippets Groups Projects
Commit 627f06c7 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

scoring: add examples for compare-structures and compare-ligand-structures actions

parent d7a48548
No related branches found
No related tags found
No related merge requests found
Structure comparison examples
=============================
OpenStructure provides "actions" for general benchmarking use cases.
* compare-structures: Focuses on comparisons involving polymer entities, i.e.
protein, DNA and RNA chains
* compare-ligand-structures: Focuses on comparisons of interactions between
polymer entities and non-polymer entities, i.e. small molecule ligands
The example commands here assume an OpenStructure installation
(compile instructions: https://openstructure.org/docs/dev/install/). Detailed
instructions for running equivalent computations are available for
* Docker: https://git.scicore.unibas.ch/schwede/openstructure/tree/master/docker
* Singularity https://git.scicore.unibas.ch/schwede/openstructure/tree/master/singularity
The command
```
ost <ACTION> -h
```
will list all available options of the respective action. Both actions compute
scores on an “opt-in” basis and produce output in JSON format. Example to compute
global and per-residue LDDT scores, as well as as QS-scores which are written to
default output (out.json):
```
ost compare-structures -m model.pdb -r reference.cif.gz --lddt --local-lddt --qs-score
```
By default, model-reference chains are aligned using Needleman-Wunsch.
Many benchmarking efforts such as CASP and CAMEO assume residue numbers
according to target sequence(s). Both "actions" allow to derive model-reference
chain alignments according to these numbers which should be preferred in these
cases. This can be enabled by adding a `-rna` (residue number alignment) flag:
```
ost compare-structures -m model.pdb -r reference.cif.gz --lddt --local-lddt --qs-score -rna
```
The same example also contains small molecule ligands which can be scored with:
```
ost compare-ligand-structures -m model.pdb -r reference.cif.gz -ml *.sdf --rmsd --lddt-pli
```
Again, it is advised to use the `-rna` flag if applicable. In this example,
reference ligands are directly extracted from the provided mmCIF file based on
"non-polymer" entity types.
This only works in case of mmCIF input AND if the respective ligand is in the
PDB component dictionary which defines connectivity (matching based on compound
name).
Container solutions come with such a dictionary which has been created at build
time. Check the Docker/Singularity instructions linked above on how to set the
latest dictionary, i.e. "Compound Library".
You can override automatic extraction by providing SDF files with ligand
coordinates and connectivity information. If the receptor is provided in
PDB format, ligands must be provided in SDF format.
{
"model_ligands": [
"model_ligand-1.sdf",
"model_ligand-2.sdf",
"model_ligand-3.sdf"
],
"reference_ligands": [
"C.1.",
"D.1.",
"E.1."
],
"lddt_pli": {
"assigned_scores": [
{
"score": 0.791304349899292,
"coverage": 1.0,
"lddt_pli_n_contacts": 1035,
"model_ligand": "model_ligand-1.sdf",
"reference_ligand": "D.1.",
"bs_ref_res": [
"A.233.",
"A.95.",
"A.38.",
"A.113.",
"A.248.",
"A.229.",
"A.57.",
"A.126.",
"A.122.",
"A.244.",
"A.36.",
"A.137.",
"A.118.",
"A.98.",
"A.127.",
"A.94.",
"A.133.",
"A.226.",
"A.246.",
"A.54.",
"A.60.",
"A.52.",
"A.91.",
"A.111.",
"A.45.",
"A.33.",
"A.228.",
"A.132.",
"A.225.",
"A.96.",
"A.116.",
"A.100.",
"A.135.",
"A.124.",
"A.34.",
"A.58.",
"A.129.",
"A.93.",
"A.101.",
"A.110.",
"A.109.",
"A.245.",
"A.232.",
"A.235.",
"A.119.",
"A.251.",
"A.153.",
"A.50.",
"A.103.",
"A.134.",
"A.130.",
"A.66.",
"A.92.",
"A.61.",
"A.63.",
"A.55.",
"A.131.",
"A.230.",
"A.247.",
"A.56.",
"A.112.",
"A.222.",
"A.64.",
"A.236.",
"A.102.",
"A.99.",
"A.65.",
"A.97.",
"A.136.",
"A.35.",
"A.62.",
"A.123.",
"A.231.",
"A.37.",
"A.49.",
"A.32.",
"A.128.",
"A.234.",
"A.125.",
"A.59.",
"A.53.",
"A.224.",
"A.120.",
"A.51.",
"A.88.",
"A.114.",
"A.227.",
"A.157."
],
"bs_mdl_res": [
"B.54.",
"B.136.",
"B.95.",
"B.236.",
"B.62.",
"B.243.",
"B.233.",
"B.232.",
"B.130.",
"B.91.",
"B.240.",
"B.57.",
"B.132.",
"B.128.",
"B.92.",
"B.247.",
"B.244.",
"B.61.",
"B.118.",
"B.96.",
"B.55.",
"B.229.",
"B.59.",
"B.98.",
"B.51.",
"B.241.",
"B.112.",
"B.133.",
"B.129.",
"B.58.",
"B.56.",
"B.99.",
"B.110.",
"B.242.",
"B.102."
]
},
{
"score": 0.0,
"coverage": 1.0,
"lddt_pli_n_contacts": 1338,
"model_ligand": "model_ligand-3.sdf",
"reference_ligand": "E.1.",
"bs_ref_res": [
"B.250.",
"B.57.",
"B.98.",
"B.36.",
"B.230.",
"B.94.",
"B.157.",
"B.112.",
"B.222.",
"B.241.",
"B.128.",
"B.54.",
"B.60.",
"B.52.",
"B.123.",
"B.231.",
"B.242.",
"B.248.",
"B.91.",
"B.137.",
"B.33.",
"B.234.",
"B.243.",
"B.133.",
"B.96.",
"B.100.",
"B.34.",
"B.120.",
"B.224.",
"B.244.",
"B.110.",
"B.58.",
"B.93.",
"B.101.",
"B.114.",
"B.227.",
"B.130.",
"B.233.",
"B.50.",
"B.103.",
"B.113.",
"B.246.",
"B.229.",
"B.122.",
"B.131.",
"B.135.",
"B.66.",
"B.61.",
"B.92.",
"B.63.",
"B.118.",
"B.55.",
"B.56.",
"B.64.",
"B.153.",
"B.99.",
"B.102.",
"B.226.",
"B.65.",
"B.134.",
"B.109.",
"B.251.",
"B.97.",
"B.35.",
"B.126.",
"B.62.",
"B.37.",
"B.245.",
"B.49.",
"B.32.",
"B.111.",
"B.127.",
"B.129.",
"B.228.",
"B.116.",
"B.53.",
"B.225.",
"B.59.",
"B.124.",
"B.51.",
"B.247.",
"B.47.",
"B.136.",
"B.88.",
"B.119.",
"B.125.",
"B.232.",
"B.132.",
"B.95."
],
"bs_mdl_res": [
"B.70.",
"B.80.",
"B.77.",
"B.78.",
"B.79.",
"B.179.",
"B.74.",
"B.249.",
"B.252.",
"B.76.",
"B.83.",
"B.75.",
"B.253.",
"B.178.",
"B.175.",
"B.182.",
"B.255.",
"B.254."
]
}
],
"model_ligand_unassigned_reason": {
"model_ligand-2.sdf": [
"no_iso",
"No full isomorphic match could be found - enabling substructure_match might allow a match"
]
},
"reference_ligand_unassigned_reason": {
"C.1.": [
"no_iso",
"No full isomorphic match could be found - enabling substructure_match might allow a match"
]
}
},
"rmsd": {
"assigned_scores": [
{
"score": 1.3892921209335327,
"coverage": 1.0,
"lddt_lp": 0.9220483938256153,
"bb_rmsd": 0.6037176251411438,
"model_ligand": "model_ligand-1.sdf",
"reference_ligand": "D.1.",
"chain_mapping": {
"A": "B"
},
"bs_ref_res": [
"A.51.",
"A.54.",
"A.55.",
"A.57.",
"A.58.",
"A.59.",
"A.61.",
"A.91.",
"A.92.",
"A.95.",
"A.96.",
"A.99.",
"A.102.",
"A.112.",
"A.129.",
"A.132.",
"A.133.",
"A.136.",
"A.232.",
"A.233.",
"A.244.",
"A.247."
],
"bs_ref_res_mapped": [
"A.51.",
"A.54.",
"A.55.",
"A.57.",
"A.58.",
"A.59.",
"A.61.",
"A.91.",
"A.92.",
"A.95.",
"A.96.",
"A.99.",
"A.102.",
"A.112.",
"A.129.",
"A.132.",
"A.133.",
"A.136.",
"A.232.",
"A.233.",
"A.244.",
"A.247."
],
"bs_mdl_res_mapped": [
"B.51.",
"B.54.",
"B.55.",
"B.57.",
"B.58.",
"B.59.",
"B.61.",
"B.91.",
"B.92.",
"B.95.",
"B.96.",
"B.99.",
"B.102.",
"B.112.",
"B.129.",
"B.132.",
"B.133.",
"B.136.",
"B.232.",
"B.233.",
"B.244.",
"B.247."
],
"inconsistent_residues": [],
"transform": [
[
-0.3686985373497009,
0.3980128765106201,
0.8400280475616455,
7.079176902770996
],
[
-0.8913460969924927,
-0.40779373049736023,
-0.19800609350204468,
-3.9579238891601562
],
[
0.26374921202659607,
-0.8217602968215942,
0.5051202774047852,
6.306806564331055
],
[
0.0,
0.0,
0.0,
1.0
]
]
},
{
"score": 29.482725143432617,
"coverage": 1.0,
"lddt_lp": 0.9362713153035733,
"bb_rmsd": 0.3739512264728546,
"model_ligand": "model_ligand-3.sdf",
"reference_ligand": "E.1.",
"chain_mapping": {
"B": "B"
},
"bs_ref_res": [
"B.54.",
"B.55.",
"B.58.",
"B.59.",
"B.61.",
"B.62.",
"B.91.",
"B.92.",
"B.95.",
"B.96.",
"B.99.",
"B.102.",
"B.112.",
"B.129.",
"B.132.",
"B.133.",
"B.136.",
"B.233.",
"B.247."
],
"bs_ref_res_mapped": [
"B.54.",
"B.55.",
"B.58.",
"B.59.",
"B.61.",
"B.62.",
"B.91.",
"B.92.",
"B.95.",
"B.96.",
"B.99.",
"B.102.",
"B.112.",
"B.129.",
"B.132.",
"B.133.",
"B.136.",
"B.233.",
"B.247."
],
"bs_mdl_res_mapped": [
"B.54.",
"B.55.",
"B.58.",
"B.59.",
"B.61.",
"B.62.",
"B.91.",
"B.92.",
"B.95.",
"B.96.",
"B.99.",
"B.102.",
"B.112.",
"B.129.",
"B.132.",
"B.133.",
"B.136.",
"B.233.",
"B.247."
],
"inconsistent_residues": [],
"transform": [
[
-0.5568894743919373,
-0.6022372841835022,
-0.5720000267028809,
41.09874725341797
],
[
-0.7276356816291809,
0.021647661924362183,
0.6856220960617065,
-26.01633644104004
],
[
-0.4005247950553894,
0.7980234622955322,
-0.4502646327018738,
42.01909637451172
],
[
0.0,
0.0,
0.0,
1.0
]
]
}
],
"model_ligand_unassigned_reason": {
"model_ligand-2.sdf": [
"no_iso",
"No full isomorphic match could be found - enabling substructure_match might allow a match"
]
},
"reference_ligand_unassigned_reason": {
"C.1.": [
"no_iso",
"No full isomorphic match could be found - enabling substructure_match might allow a match"
]
}
},
"model": "model.pdb",
"reference": "reference.cif.gz",
"model_cleanup_log": {
"cleaned_residues": {
"no_clib": [],
"not_linking": []
},
"cleaned_atoms": {
"unknown_atoms": []
}
},
"reference_cleanup_log": {
"cleaned_residues": {
"no_clib": [],
"not_linking": []
},
"cleaned_atoms": {
"unknown_atoms": []
}
},
"resnum_alignments": false,
"substructure_match": false,
"coverage_delta": 0.2,
"max_symmetries": 10000.0,
"ost_version": "2.9.2",
"status": "SUCCESS"
}
\ No newline at end of file
{
"reference_chains": [
"A",
"B",
"C"
],
"model_chains": [
"A",
"B"
],
"chem_groups": [
[
"A",
"B"
]
],
"chem_mapping": [
[
"A",
"B"
]
],
"chain_mapping": {
"A": "B",
"B": "A"
},
"aln": [
">reference:A\nLALSLTADQMVSALLDAEPPILYSEYDPTRPFSEASMMGLLTNLADRELVHMINWAKRVPGFVDLTLHDQVHLLESAWLEILMIGLVWRSMEHPGKLLFAPNLLLDRNQGKSVEGMVEIFDMLLATSSRFRMMNLQGEEFVCLKSIILLNSGVYTF--STLKSLEEKDHIHRVLDKITDTLIHLMAKAGLTLQQQHQRLAQLLLILSHIRHMSNKGMEHLYSM-------LSDLLLEMLDAHRL\n>model:B\n----LTADQMVSALLDAEPPILYSEYDPTRPFSEASMMGLLTNLADRELVHMINWAKRVPGFVDLTLHDQVHLLESAWLEILMIGLVWRSMEHPGKLLFAPNLLLDRNQGKSVEGMVEIFDMLLATSSRFRMMNLQGEEFVCLKSIILLNSGVYTFLSSTLKSLEEKDHIHRVLDKITDTLIHLMAKAGLTLQQQHQRLAQLLLILSHIRHMSNKGMEHLYSMKSKNVVPLSDLLLEMLDAHR-",
">reference:B\nLALSLTADQMVSALLDAEPPILYSEYDPTRPFSEASMMGLLTNLADRELVHMINWAKRVPGFVDLTLHDQVHLLESAWLEILMIGLVWRSMEHPGKLLFAPNLLLDRNQGKSVEGMVEIFDMLLATSSRFRMMNLQGEEFVCLKSIILLNSGVY---------LEEKDHIHRVLDKITDTLIHLMAKAGLTLQQQHQRLAQLLLILSHIRHMSNKGMEHLYS-----VVPLSDLLLEMLDA-\n>model:A\n-----TADQMVSALLDAEPPILYSEYDPTRPFSEASMMGLLTNLADRELVHMINWAKRVPGFVDLTLHDQVHLLESAWLEILMIGLVWRSMEHPGKLLFAPNLLLDRNQGKSVEGMVEIFDMLLATSSRFRMMNLQGEEFVCLKSIILLNSGVYTFLSSTLKSLEEKDHIHRVLDKITDTLIHLMAKAGLTLQQQHQRLAQLLLILSHIRHMSNKGMEHLYSMKSKNVVPLSDLLLEMLDAH"
],
"inconsistent_residues": [],
"lddt": 0.874,
"local_lddt": {
"A.19.": 0.797,
"A.20.": 0.868,
"A.21.": 0.726,
"A.22.": 0.783,
"A.23.": 0.735,
"A.24.": 0.881,
"A.25.": 0.849,
"A.26.": 0.873,
"A.27.": 0.911,
"A.28.": 0.94,
"A.29.": 0.919,
"A.30.": 0.933,
"A.31.": 0.972,
"A.32.": 0.952,
"A.33.": 0.946,
"A.34.": 0.972,
"A.35.": 0.949,
"A.36.": 0.916,
"A.37.": 0.817,
"A.38.": 0.724,
"A.39.": 0.694,
"A.40.": 0.776,
"A.41.": 0.655,
"A.42.": 0.769,
"A.43.": 0.692,
"A.44.": 0.676,
"A.45.": 0.741,
"A.46.": 0.655,
"A.47.": 0.666,
"A.48.": 0.659,
"A.49.": 0.803,
"A.50.": 0.808,
"A.51.": 0.773,
"A.52.": 0.845,
"A.53.": 0.907,
"A.54.": 0.894,
"A.55.": 0.844,
"A.56.": 0.871,
"A.57.": 0.94,
"A.58.": 0.902,
"A.59.": 0.804,
"A.60.": 0.896,
"A.61.": 0.941,
"A.62.": 0.85,
"A.63.": 0.832,
"A.64.": 0.904,
"A.65.": 0.943,
"A.66.": 0.885,
"A.67.": 0.899,
"A.68.": 0.96,
"A.69.": 0.933,
"A.70.": 0.834,
"A.71.": 0.813,
"A.72.": 0.882,
"A.73.": 0.833,
"A.74.": 0.853,
"A.75.": 0.88,
"A.76.": 0.764,
"A.77.": 0.784,
"A.78.": 0.846,
"A.79.": 0.879,
"A.80.": 0.849,
"A.81.": 0.825,
"A.82.": 0.891,
"A.83.": 0.87,
"A.84.": 0.891,
"A.85.": 0.817,
"A.86.": 0.92,
"A.87.": 0.911,
"A.88.": 0.847,
"A.89.": 0.9,
"A.90.": 0.95,
"A.91.": 0.914,
"A.92.": 0.934,
"A.93.": 0.958,
"A.94.": 0.921,
"A.95.": 0.96,
"A.96.": 0.953,
"A.97.": 0.98,
"A.98.": 0.988,
"A.99.": 0.968,
"A.100.": 0.971,
"A.101.": 0.985,
"A.102.": 0.941,
"A.103.": 0.956,
"A.104.": 0.918,
"A.105.": 0.97,
"A.106.": 0.975,
"A.107.": 0.942,
"A.108.": 0.926,
"A.109.": 0.954,
"A.110.": 0.951,
"A.111.": 0.92,
"A.112.": 0.956,
"A.113.": 0.948,
"A.114.": 0.924,
"A.115.": 0.875,
"A.116.": 0.906,
"A.117.": 0.905,
"A.118.": 0.882,
"A.119.": 0.93,
"A.120.": 0.823,
"A.121.": 0.904,
"A.122.": 0.843,
"A.123.": 0.898,
"A.124.": 0.871,
"A.125.": 0.777,
"A.126.": 0.78,
"A.127.": 0.868,
"A.128.": 0.881,
"A.129.": 0.825,
"A.130.": 0.877,
"A.131.": 0.897,
"A.132.": 0.89,
"A.133.": 0.915,
"A.134.": 0.881,
"A.135.": 0.888,
"A.136.": 0.929,
"A.137.": 0.901,
"A.138.": 0.9,
"A.139.": 0.941,
"A.140.": 0.934,
"A.141.": 0.831,
"A.142.": 0.887,
"A.143.": 0.952,
"A.144.": 0.884,
"A.145.": 0.859,
"A.146.": 0.915,
"A.147.": 0.965,
"A.148.": 0.985,
"A.149.": 0.976,
"A.150.": 0.975,
"A.151.": 0.951,
"A.152.": 0.97,
"A.153.": 0.983,
"A.154.": 0.964,
"A.155.": 0.945,
"A.156.": 0.969,
"A.157.": 0.958,
"A.158.": 0.903,
"A.159.": 0.949,
"A.160.": 0.968,
"A.161.": 0.945,
"A.162.": 0.911,
"A.163.": 0.875,
"A.164.": 0.946,
"A.165.": 0.93,
"A.166.": 0.89,
"A.167.": 0.829,
"A.168.": null,
"A.169.": null,
"A.170.": null,
"A.171.": null,
"A.172.": null,
"A.173.": null,
"A.174.": null,
"A.175.": null,
"A.176.": null,
"A.177.": 0.757,
"A.178.": 0.757,
"A.179.": 0.798,
"A.180.": 0.798,
"A.181.": 0.745,
"A.182.": 0.738,
"A.183.": 0.849,
"A.184.": 0.859,
"A.185.": 0.675,
"A.186.": 0.794,
"A.187.": 0.882,
"A.188.": 0.855,
"A.189.": 0.716,
"A.190.": 0.863,
"A.191.": 0.895,
"A.192.": 0.89,
"A.193.": 0.882,
"A.194.": 0.883,
"A.195.": 0.928,
"A.196.": 0.849,
"A.197.": 0.917,
"A.198.": 0.953,
"A.199.": 0.965,
"A.200.": 0.824,
"A.201.": 0.961,
"A.202.": 0.97,
"A.203.": 0.936,
"A.204.": 0.96,
"A.205.": 0.959,
"A.206.": 0.914,
"A.207.": 0.947,
"A.208.": 0.962,
"A.209.": 0.768,
"A.210.": 0.905,
"A.211.": 0.952,
"A.212.": 0.96,
"A.213.": 0.946,
"A.214.": 0.921,
"A.215.": 0.938,
"A.216.": 0.943,
"A.217.": 0.936,
"A.218.": 0.938,
"A.219.": 0.945,
"A.220.": 0.903,
"A.221.": 0.687,
"A.222.": 0.943,
"A.223.": 0.938,
"A.224.": 0.909,
"A.225.": 0.924,
"A.226.": 0.927,
"A.227.": 0.854,
"A.228.": 0.864,
"A.229.": 0.916,
"A.230.": 0.859,
"A.231.": 0.831,
"A.232.": 0.905,
"A.233.": 0.785,
"A.234.": 0.581,
"A.235.": 0.815,
"A.236.": null,
"A.237.": null,
"A.238.": null,
"A.239.": null,
"A.240.": null,
"A.241.": 0.413,
"A.242.": 0.403,
"A.243.": 0.447,
"A.244.": 0.484,
"A.245.": 0.799,
"A.246.": 0.778,
"A.247.": 0.799,
"A.248.": 0.841,
"A.249.": 0.788,
"A.250.": 0.693,
"A.251.": 0.772,
"A.252.": 0.759,
"A.253.": 0.778,
"A.254.": 0.775,
"A.255.": null,
"B.18.": 0.826,
"B.19.": 0.851,
"B.20.": 0.903,
"B.21.": 0.775,
"B.22.": 0.83,
"B.23.": 0.767,
"B.24.": 0.822,
"B.25.": 0.882,
"B.26.": 0.9,
"B.27.": 0.921,
"B.28.": 0.961,
"B.29.": 0.821,
"B.30.": 0.93,
"B.31.": 0.907,
"B.32.": 0.938,
"B.33.": 0.946,
"B.34.": 0.947,
"B.35.": 0.948,
"B.36.": 0.889,
"B.37.": 0.767,
"B.38.": 0.614,
"B.39.": 0.394,
"B.40.": 0.633,
"B.41.": 0.608,
"B.42.": 0.66,
"B.43.": 0.58,
"B.44.": 0.565,
"B.45.": 0.626,
"B.46.": 0.689,
"B.47.": 0.675,
"B.48.": 0.7,
"B.49.": 0.856,
"B.50.": 0.911,
"B.51.": 0.916,
"B.52.": 0.882,
"B.53.": 0.848,
"B.54.": 0.921,
"B.55.": 0.9,
"B.56.": 0.871,
"B.57.": 0.93,
"B.58.": 0.951,
"B.59.": 0.922,
"B.60.": 0.928,
"B.61.": 0.968,
"B.62.": 0.936,
"B.63.": 0.905,
"B.64.": 0.945,
"B.65.": 0.961,
"B.66.": 0.908,
"B.67.": 0.895,
"B.68.": 0.964,
"B.69.": 0.942,
"B.70.": 0.875,
"B.71.": 0.773,
"B.72.": 0.909,
"B.73.": 0.884,
"B.74.": 0.854,
"B.75.": 0.891,
"B.76.": 0.875,
"B.77.": 0.8,
"B.78.": 0.812,
"B.79.": 0.81,
"B.80.": 0.809,
"B.81.": 0.755,
"B.82.": 0.822,
"B.83.": 0.895,
"B.84.": 0.89,
"B.85.": 0.85,
"B.86.": 0.892,
"B.87.": 0.886,
"B.88.": 0.827,
"B.89.": 0.832,
"B.90.": 0.919,
"B.91.": 0.926,
"B.92.": 0.925,
"B.93.": 0.935,
"B.94.": 0.926,
"B.95.": 0.966,
"B.96.": 0.965,
"B.97.": 0.981,
"B.98.": 0.982,
"B.99.": 0.98,
"B.100.": 0.982,
"B.101.": 0.982,
"B.102.": 0.969,
"B.103.": 0.976,
"B.104.": 0.977,
"B.105.": 0.801,
"B.106.": 0.955,
"B.107.": 0.958,
"B.108.": 0.961,
"B.109.": 0.908,
"B.110.": 0.969,
"B.111.": 0.913,
"B.112.": 0.955,
"B.113.": 0.924,
"B.114.": 0.918,
"B.115.": 0.855,
"B.116.": 0.893,
"B.117.": 0.916,
"B.118.": 0.932,
"B.119.": 0.859,
"B.120.": 0.893,
"B.121.": 0.934,
"B.122.": 0.931,
"B.123.": 0.936,
"B.124.": 0.924,
"B.125.": 0.903,
"B.126.": 0.919,
"B.127.": 0.818,
"B.128.": 0.894,
"B.129.": 0.912,
"B.130.": 0.958,
"B.131.": 0.919,
"B.132.": 0.927,
"B.133.": 0.815,
"B.134.": 0.953,
"B.135.": 0.956,
"B.136.": 0.975,
"B.137.": 0.959,
"B.138.": 0.939,
"B.139.": 0.969,
"B.140.": 0.958,
"B.141.": 0.94,
"B.142.": 0.91,
"B.143.": 0.977,
"B.144.": 0.923,
"B.145.": 0.947,
"B.146.": 0.964,
"B.147.": 0.97,
"B.148.": 0.978,
"B.149.": 0.974,
"B.150.": 0.968,
"B.151.": 0.957,
"B.152.": 0.973,
"B.153.": 0.98,
"B.154.": 0.971,
"B.155.": 0.96,
"B.156.": 0.972,
"B.157.": 0.972,
"B.158.": 0.892,
"B.159.": 0.933,
"B.160.": 0.933,
"B.161.": 0.903,
"B.162.": 0.894,
"B.163.": 0.882,
"B.164.": 0.74,
"B.165.": 0.734,
"B.166.": 0.337,
"B.167.": 0.55,
"B.168.": 0.413,
"B.169.": 0.147,
"B.170.": null,
"B.171.": null,
"B.172.": 0.627,
"B.173.": 0.785,
"B.174.": 0.788,
"B.175.": 0.68,
"B.176.": 0.77,
"B.177.": 0.771,
"B.178.": 0.716,
"B.179.": 0.755,
"B.180.": 0.738,
"B.181.": 0.698,
"B.182.": 0.793,
"B.183.": 0.851,
"B.184.": 0.747,
"B.185.": 0.733,
"B.186.": 0.863,
"B.187.": 0.891,
"B.188.": 0.884,
"B.189.": 0.8,
"B.190.": 0.901,
"B.191.": 0.925,
"B.192.": 0.91,
"B.193.": 0.935,
"B.194.": 0.925,
"B.195.": 0.965,
"B.196.": 0.922,
"B.197.": 0.962,
"B.198.": 0.967,
"B.199.": 0.97,
"B.200.": 0.902,
"B.201.": 0.947,
"B.202.": 0.953,
"B.203.": 0.939,
"B.204.": 0.95,
"B.205.": 0.856,
"B.206.": 0.901,
"B.207.": 0.929,
"B.208.": 0.967,
"B.209.": 0.935,
"B.210.": 0.925,
"B.211.": 0.974,
"B.212.": 0.978,
"B.213.": 0.977,
"B.214.": 0.824,
"B.215.": 0.98,
"B.216.": 0.962,
"B.217.": 0.964,
"B.218.": 0.971,
"B.219.": 0.954,
"B.220.": 0.957,
"B.221.": 0.865,
"B.222.": 0.969,
"B.223.": 0.893,
"B.224.": 0.948,
"B.225.": 0.965,
"B.226.": 0.926,
"B.227.": 0.848,
"B.228.": 0.938,
"B.229.": 0.926,
"B.230.": 0.804,
"B.231.": 0.838,
"B.232.": 0.933,
"B.233.": 0.897,
"B.234.": 0.751,
"B.235.": 0.899,
"B.236.": 0.723,
"B.237.": null,
"B.238.": null,
"B.239.": null,
"B.240.": null,
"B.241.": null,
"B.242.": null,
"B.243.": null,
"B.244.": 0.429,
"B.245.": 0.76,
"B.246.": 0.881,
"B.247.": 0.885,
"B.248.": 0.889,
"B.249.": 0.874,
"B.250.": 0.792,
"B.251.": 0.84,
"B.252.": 0.819,
"B.253.": 0.649,
"B.254.": 0.581,
"B.255.": 0.517,
"B.256.": 0.34
},
"model_clashes": [],
"model_bad_bonds": [],
"model_bad_angles": [],
"reference_clashes": [],
"reference_bad_bonds": [],
"reference_bad_angles": [],
"qs_global": 0.855,
"qs_best": 0.907,
"qs_reference_interfaces": [
[
"A",
"B"
]
],
"qs_model_interfaces": [
[
"A",
"B"
]
],
"qs_interfaces": [
[
"A",
"B",
"B",
"A"
]
],
"per_interface_qs_global": [
0.855
],
"per_interface_qs_best": [
0.907
],
"model": "model.pdb",
"reference": "reference.cif.gz",
"fault_tolerant": false,
"model_biounit": null,
"reference_biounit": null,
"residue_number_alignment": true,
"enforce_consistency": false,
"cad_exec": null,
"usalign_exec": null,
"lddt_no_stereochecks": false,
"min_pep_length": 6,
"min_nuc_length": 4,
"lddt_add_mdl_contacts": false,
"lddt_inclusion_radius": 15.0,
"dockq_capri_peptide": false,
"ost_version": "2.9.2",
"status": "SUCCESS"
}
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
LIG
OST02122508393D
72 77 0 0 0 0 999 V2000
34.2410 -11.9470 9.1080 O 0 0 0 0 0 0
33.9430 -10.7380 9.5310 C 0 0 0 0 0 0
34.7350 -10.3020 10.6450 C 0 0 0 0 0 0
34.4700 -10.8250 11.9070 C 0 0 0 0 0 0
35.1420 -10.4010 13.0060 C 0 0 0 0 0 0
36.1110 -9.4390 12.9330 C 0 0 0 0 0 0
36.4000 -8.8970 11.7040 C 0 0 0 0 0 0
35.7070 -9.3350 10.5780 C 0 0 0 0 0 0
32.9290 -10.1370 8.8170 N 0 0 0 0 0 0
32.7500 -10.4970 7.3810 C 0 0 0 0 0 0
33.2450 -9.4080 6.5240 C 0 0 0 0 0 0
32.3360 -8.5890 5.8690 C 0 0 0 0 0 0
32.7920 -7.5950 5.0520 C 0 0 0 0 0 0
34.1700 -7.3540 4.8330 C 0 0 0 0 0 0
34.5390 -6.3850 4.0370 O 0 0 0 0 0 0
34.8610 -5.7980 2.9160 C 0 0 0 0 0 0
33.7520 -5.4490 1.9530 C 0 0 0 0 0 0
32.4030 -5.4950 2.5250 C 0 0 0 0 0 0
31.7200 -4.4400 2.0470 C 0 0 0 0 0 0
32.4970 -3.6670 1.1830 N 0 3 0 0 0 0
32.2350 -2.2530 1.3810 C 0 0 0 0 0 0
31.8980 -1.5530 0.1070 C 0 0 0 0 0 0
33.0490 -0.8730 -0.5560 C 0 0 0 0 0 0
34.1510 -1.7300 -0.4330 F 0 0 0 0 0 0
33.8570 -4.0210 1.4710 C 0 0 0 0 0 0
35.0410 -8.1850 5.4990 C 0 0 0 0 0 0
34.5780 -9.1800 6.3180 C 0 0 0 0 0 0
31.3290 -10.8230 7.2630 C 0 0 0 0 0 0
30.8900 -11.4980 6.1170 C 0 0 0 0 0 0
29.5700 -11.8510 5.9330 C 0 0 0 0 0 0
28.6260 -11.5470 6.8850 C 0 0 0 0 0 0
27.2950 -11.9020 6.7030 O 0 0 0 0 0 0
29.0350 -10.8880 8.0110 C 0 0 0 0 0 0
30.3740 -10.5280 8.2020 C 0 0 0 0 0 0
30.6340 -9.8180 9.5020 C 0 0 0 0 0 0
32.0050 -9.1660 9.3040 C 0 0 0 0 0 0
31.9000 -7.8280 8.6500 C 0 0 0 0 0 0
32.3280 -7.9750 10.0890 C 0 0 0 0 0 0
33.6974 -11.6004 12.0157 H 0 0 0 0 0 0
34.9007 -10.8435 13.9838 H 0 0 0 0 0 0
36.6456 -9.1074 13.8354 H 0 0 0 0 0 0
37.1744 -8.1215 11.6098 H 0 0 0 0 0 0
35.9470 -8.8905 9.6009 H 0 0 0 0 0 0
33.3373 -11.3619 7.0390 H 0 0 0 0 0 0
31.2552 -8.7398 6.0073 H 0 0 0 0 0 0
32.0577 -6.9540 4.5421 H 0 0 0 0 0 0
35.3766 -4.8612 3.1740 H 0 0 0 0 0 0
35.4651 -6.5445 2.3794 H 0 0 0 0 0 0
33.8809 -6.2067 1.1660 H 0 0 0 0 0 0
32.0186 -6.2558 3.2203 H 0 0 0 0 0 0
30.6751 -4.2136 2.3057 H 0 0 0 0 0 0
32.2830 -3.9690 0.2050 H 0 0 0 0 0 0
31.3908 -2.1443 2.0778 H 0 0 0 0 0 0
33.1509 -1.7953 1.7830 H 0 0 0 0 0 0
31.4892 -2.2957 -0.5939 H 0 0 0 0 0 0
31.1796 -0.7621 0.3685 H 0 0 0 0 0 0
32.8236 -0.6959 -1.6180 H 0 0 0 0 0 0
33.2533 0.1021 -0.0897 H 0 0 0 0 0 0
34.4807 -3.9554 0.5673 H 0 0 0 0 0 0
34.3283 -3.3528 2.2067 H 0 0 0 0 0 0
36.1250 -8.0482 5.3718 H 0 0 0 0 0 0
35.3083 -9.8226 6.8316 H 0 0 0 0 0 0
31.6227 -11.7550 5.3379 H 0 0 0 0 0 0
29.2697 -12.3804 5.0167 H 0 0 0 0 0 0
26.9440 -12.2260 5.8090 H 0 0 0 0 0 0
28.2948 -10.6350 8.7844 H 0 0 0 0 0 0
29.8633 -9.0565 9.6919 H 0 0 0 0 0 0
30.6109 -10.4980 10.3663 H 0 0 0 0 0 0
32.6285 -7.5270 7.8827 H 0 0 0 0 0 0
31.1161 -7.2726 8.1143 H 0 0 0 0 0 0
33.3705 -7.7721 10.3753 H 0 0 0 0 0 0
31.9828 -7.5602 11.0475 H 0 0 0 0 0 0
1 2 2 0 0 0
2 3 1 0 0 0
2 9 1 0 0 0
3 4 2 0 0 0
3 8 1 0 0 0
4 5 1 0 0 0
4 39 1 0 0 0
5 6 2 0 0 0
5 40 1 0 0 0
6 7 1 0 0 0
6 41 1 0 0 0
7 8 2 0 0 0
7 42 1 0 0 0
8 43 1 0 0 0
9 10 1 0 0 0
9 36 1 0 0 0
10 11 1 0 0 0
10 28 1 0 0 0
10 44 1 0 0 0
11 12 2 0 0 0
11 27 1 0 0 0
12 13 1 0 0 0
12 45 1 0 0 0
13 14 2 0 0 0
13 46 1 0 0 0
14 15 1 0 0 0
14 26 1 0 0 0
15 16 1 0 0 0
16 17 1 0 0 0
16 47 1 0 0 0
16 48 1 0 0 0
17 18 1 0 0 0
17 25 1 0 0 0
17 49 1 0 0 0
18 19 2 0 0 0
18 50 1 0 0 0
19 20 1 0 0 0
19 51 1 0 0 0
20 21 1 0 0 0
20 25 1 0 0 0
20 52 1 0 0 0
21 22 1 0 0 0
21 53 1 0 0 0
21 54 1 0 0 0
22 23 1 0 0 0
22 55 1 0 0 0
22 56 1 0 0 0
23 24 1 0 0 0
23 57 1 0 0 0
23 58 1 0 0 0
25 59 1 0 0 0
25 60 1 0 0 0
26 27 2 0 0 0
26 61 1 0 0 0
27 62 1 0 0 0
28 29 2 0 0 0
28 34 1 0 0 0
29 30 1 0 0 0
29 63 1 0 0 0
30 31 2 0 0 0
30 64 1 0 0 0
31 32 1 0 0 0
31 33 1 0 0 0
32 65 1 0 0 0
33 34 2 0 0 0
33 66 1 0 0 0
34 35 1 0 0 0
35 36 1 0 0 0
35 67 1 0 0 0
35 68 1 0 0 0
36 37 1 0 0 0
36 38 1 0 0 0
37 38 1 0 0 0
37 69 1 0 0 0
37 70 1 0 0 0
38 71 1 0 0 0
38 72 1 0 0 0
M END
$$$$
LIG
OST02122508393D
20 20 0 0 0 0 999 V2000
14.5030 17.7260 35.6290 N 0 3 0 0 0 0
14.6340 17.4680 34.2040 C 0 0 0 0 0 0
15.9580 16.7510 33.9650 C 0 0 0 0 0 0
17.0760 17.4970 34.5970 C 0 0 0 0 0 0
17.8840 18.3940 33.9480 C 0 0 0 0 0 0
18.7760 18.8660 34.8320 N 0 0 0 0 0 0
18.5470 18.2880 36.0220 C 0 0 0 0 0 0
17.5090 17.4570 35.8620 N 0 0 0 0 0 0
13.5190 16.6000 33.7450 C 0 0 0 0 0 0
13.0900 16.6000 32.5610 O 0 0 0 0 0 0
12.9120 15.7440 34.6560 O 0 5 0 0 0 0
15.4250 17.9670 36.0330 H 0 0 0 0 0 0
14.1590 16.8270 36.0620 H 0 0 0 0 0 0
13.7950 18.4920 35.7430 H 0 0 0 0 0 0
14.6038 18.4166 33.6478 H 0 0 0 0 0 0
15.9061 15.7413 34.3984 H 0 0 0 0 0 0
16.1388 16.6903 32.8817 H 0 0 0 0 0 0
17.8134 18.6774 32.8875 H 0 0 0 0 0 0
19.5230 19.5620 34.6410 H 0 0 0 0 0 0
19.1064 18.4638 36.9527 H 0 0 0 0 0 0
1 2 1 0 0 0
1 12 1 0 0 0
1 13 1 0 0 0
1 14 1 0 0 0
2 3 1 0 0 0
2 9 1 0 0 0
2 15 1 0 0 0
3 4 1 0 0 0
3 16 1 0 0 0
3 17 1 0 0 0
4 5 2 0 0 0
4 8 1 0 0 0
5 6 1 0 0 0
5 18 1 0 0 0
6 7 1 0 0 0
6 19 1 0 0 0
7 8 2 0 0 0
7 20 1 0 0 0
9 10 2 0 0 0
9 11 1 0 0 0
M END
$$$$
LIG
OST02122508393D
74 79 0 0 0 0 999 V2000
12.4190 4.5510 -2.7930 O 0 0 0 0 0 0
12.0190 4.4310 -4.0260 C 0 0 0 0 0 0
11.1680 3.2690 -4.1990 C 0 0 0 0 0 0
11.6010 1.9680 -4.3190 C 0 0 0 0 0 0
10.7390 0.9160 -4.5410 C 0 0 0 0 0 0
9.3830 1.1340 -4.6520 C 0 0 0 0 0 0
8.8950 2.4170 -4.5400 C 0 0 0 0 0 0
9.7790 3.4270 -4.3210 C 0 0 0 0 0 0
12.4790 5.4060 -4.8800 N 0 0 0 0 0 0
12.1160 6.7850 -5.0820 C 0 0 0 0 0 0
11.7080 7.6360 -4.0250 C 0 0 0 0 0 0
11.1470 7.1340 -2.8800 C 0 0 0 0 0 0
10.7360 7.9710 -1.8360 C 0 0 0 0 0 0
10.8730 9.3220 -1.9110 C 0 0 0 0 0 0
10.4590 10.1350 -0.8630 O 0 0 0 0 0 0
10.1380 11.4780 -1.1770 C 0 0 0 0 0 0
9.0670 12.0230 -0.2570 C 0 0 0 0 0 0
9.7170 13.1580 0.5200 C 0 0 0 0 0 0
9.0230 13.0220 1.8600 C 0 0 0 0 0 0
8.8160 11.6130 2.0600 N 0 3 0 0 0 0
7.8740 11.2800 3.0670 C 0 0 0 0 0 0
6.8120 10.2970 2.7280 C 0 0 0 0 0 0
6.3780 9.3930 3.8480 C 0 0 0 0 0 0
5.5450 8.3930 3.3490 F 0 0 0 0 0 0
8.6370 11.0000 0.7800 C 0 0 0 0 0 0
11.4380 9.8270 -3.0690 C 0 0 0 0 0 0
11.8470 9.0170 -4.1020 C 0 0 0 0 0 0
11.3500 6.7770 -6.3380 C 0 0 0 0 0 0
10.0500 7.1170 -6.5250 C 0 0 0 0 0 0
9.5430 7.0240 -7.8300 C 0 0 0 0 0 0
10.3100 6.6090 -8.8810 C 0 0 0 0 0 0
9.8140 6.5130 -10.1870 O 0 0 0 0 0 0
11.6490 6.2570 -8.6840 C 0 0 0 0 0 0
12.1520 6.3440 -7.4210 C 0 0 0 0 0 0
13.5400 5.9540 -7.0840 C 0 0 0 0 0 0
13.4600 4.9620 -5.9190 C 0 0 0 0 0 0
13.4910 3.5460 -6.3540 C 0 0 0 0 0 0
14.6540 4.2220 -5.6000 C 0 0 0 0 0 0
12.6778 1.7597 -4.2343 H 0 0 0 0 0 0
11.1366 -0.1058 -4.6303 H 0 0 0 0 0 0
8.6974 0.2921 -4.8282 H 0 0 0 0 0 0
7.8172 2.6197 -4.6255 H 0 0 0 0 0 0
9.3741 4.4460 -4.2327 H 0 0 0 0 0 0
13.0367 7.3845 -5.1357 H 0 0 0 0 0 0
11.0164 6.0465 -2.7788 H 0 0 0 0 0 0
10.2917 7.5255 -0.9337 H 0 0 0 0 0 0
11.0433 12.0947 -1.0761 H 0 0 0 0 0 0
9.7553 11.5090 -2.2078 H 0 0 0 0 0 0
8.1937 12.3179 -0.8574 H 0 0 0 0 0 0
10.8039 13.0152 0.6111 H 0 0 0 0 0 0
9.6116 14.1479 0.0520 H 0 0 0 0 0 0
9.6554 13.4326 2.6610 H 0 0 0 0 0 0
8.0721 13.5747 1.8784 H 0 0 0 0 0 0
9.7660 11.2560 2.4300 H 0 0 0 0 0 0
8.4366 10.8733 3.9203 H 0 0 0 0 0 0
7.3313 12.2176 3.2580 H 0 0 0 0 0 0
5.9298 10.8575 2.3851 H 0 0 0 0 0 0
7.2473 9.6378 1.9626 H 0 0 0 0 0 0
7.2637 8.9337 4.3112 H 0 0 0 0 0 0
5.8310 9.9812 4.5996 H 0 0 0 0 0 0
9.2593 10.0963 0.7020 H 0 0 0 0 0 0
7.5901 10.6984 0.6283 H 0 0 0 0 0 0
11.5644 10.9154 -3.1665 H 0 0 0 0 0 0
12.2904 9.4681 -5.0020 H 0 0 0 0 0 0
9.4195 7.4518 -5.6881 H 0 0 0 0 0 0
8.4925 7.2944 -8.0127 H 0 0 0 0 0 0
8.9380 6.0000 -10.3050 H 0 0 0 0 0 0
12.2764 5.9204 -9.5225 H 0 0 0 0 0 0
14.0194 5.4783 -7.9522 H 0 0 0 0 0 0
14.1376 6.8351 -6.8072 H 0 0 0 0 0 0
12.8631 2.7941 -5.8536 H 0 0 0 0 0 0
13.3666 3.0018 -7.3018 H 0 0 0 0 0 0
14.8697 3.9460 -4.5573 H 0 0 0 0 0 0
15.7299 4.3582 -5.7843 H 0 0 0 0 0 0
1 2 2 0 0 0
2 3 1 0 0 0
2 9 1 0 0 0
3 4 2 0 0 0
3 8 1 0 0 0
4 5 1 0 0 0
4 39 1 0 0 0
5 6 2 0 0 0
5 40 1 0 0 0
6 7 1 0 0 0
6 41 1 0 0 0
7 8 2 0 0 0
7 42 1 0 0 0
8 43 1 0 0 0
9 10 1 0 0 0
9 36 1 0 0 0
10 11 1 0 0 0
10 28 1 0 0 0
10 44 1 0 0 0
11 12 2 0 0 0
11 27 1 0 0 0
12 13 1 0 0 0
12 45 1 0 0 0
13 14 2 0 0 0
13 46 1 0 0 0
14 15 1 0 0 0
14 26 1 0 0 0
15 16 1 0 0 0
16 17 1 0 0 0
16 47 1 0 0 0
16 48 1 0 0 0
17 18 1 0 0 0
17 25 1 0 0 0
17 49 1 0 0 0
18 19 1 0 0 0
18 50 1 0 0 0
18 51 1 0 0 0
19 20 1 0 0 0
19 52 1 0 0 0
19 53 1 0 0 0
20 21 1 0 0 0
20 25 1 0 0 0
20 54 1 0 0 0
21 22 1 0 0 0
21 55 1 0 0 0
21 56 1 0 0 0
22 23 1 0 0 0
22 57 1 0 0 0
22 58 1 0 0 0
23 24 1 0 0 0
23 59 1 0 0 0
23 60 1 0 0 0
25 61 1 0 0 0
25 62 1 0 0 0
26 27 2 0 0 0
26 63 1 0 0 0
27 64 1 0 0 0
28 29 2 0 0 0
28 34 1 0 0 0
29 30 1 0 0 0
29 65 1 0 0 0
30 31 2 0 0 0
30 66 1 0 0 0
31 32 1 0 0 0
31 33 1 0 0 0
32 67 1 0 0 0
33 34 2 0 0 0
33 68 1 0 0 0
34 35 1 0 0 0
35 36 1 0 0 0
35 69 1 0 0 0
35 70 1 0 0 0
36 37 1 0 0 0
36 38 1 0 0 0
37 38 1 0 0 0
37 71 1 0 0 0
37 72 1 0 0 0
38 73 1 0 0 0
38 74 1 0 0 0
M END
$$$$
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment