Skip to content
Snippets Groups Projects
Commit 9cafc9de authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Doc update

parent f5bb95d8
No related branches found
Tags 1.9.0
No related merge requests found
...@@ -251,8 +251,8 @@ In the example above the output file looks as follows: ...@@ -251,8 +251,8 @@ In the example above the output file looks as follows:
{ {
"result": { "result": {
"": { "model.pdb": {
"": { "reference.pdb": {
"info": { "info": {
"residue_names_consistent": true, "residue_names_consistent": true,
"mapping": { "mapping": {
...@@ -350,7 +350,8 @@ calculate eg. QS-score directly: ...@@ -350,7 +350,8 @@ calculate eg. QS-score directly:
.. code:: console .. code:: console
$OST_ROOT/bin/ost compare-structures --model model.pdb --reference reference.pdb --output output_qs.json --qs-score --residue-number-alignment $ $OST_ROOT/bin/ost compare-structures --model model.pdb --reference reference.pdb --output output_qs.json --qs-score --residue-number-alignment
################################################################################ ################################################################################
Reading input files (fault_tolerant=False) Reading input files (fault_tolerant=False)
--> reading model from model.pdb --> reading model from model.pdb
...@@ -359,7 +360,6 @@ calculate eg. QS-score directly: ...@@ -359,7 +360,6 @@ calculate eg. QS-score directly:
imported 3 chains, 408 residues, 3011 atoms; with 0 helices and 0 strands imported 3 chains, 408 residues, 3011 atoms; with 0 helices and 0 strands
################################################################################ ################################################################################
Comparing model.pdb to reference.pdb Comparing model.pdb to reference.pdb
Chains removed from reference.pdb: _
Chains in reference.pdb: AB Chains in reference.pdb: AB
Chains in model.pdb: AB Chains in model.pdb: AB
Chemically equivalent chain-groups in reference.pdb: [['B', 'A']] Chemically equivalent chain-groups in reference.pdb: [['B', 'A']]
......
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