Skip to content
Snippets Groups Projects
Verified Commit df8c9696 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: fix list syntax

parent 4b655995
No related branches found
No related tags found
No related merge requests found
...@@ -79,10 +79,11 @@ Notes: ...@@ -79,10 +79,11 @@ Notes:
("label_asym_id", "label_seq_id") and ("auth_asym_id", "auth_seq_id", ("label_asym_id", "label_seq_id") and ("auth_asym_id", "auth_seq_id",
"pdbx_PDB_ins_code"). "pdbx_PDB_ins_code").
The following data items are available: The following data items are available:
* ``atom_site.label_asym_id``: ``residue.chain.name`` * ``atom_site.label_asym_id``: ``residue.chain.name``
* ``atom_site.label_seq_id``: ``residue.GetStringProp("resnum")`` * ``atom_site.label_seq_id``: ``residue.GetStringProp("resnum")``
(this is the same as ``residue.number`` for residues in polymer chains. (this is the same as ``residue.number`` for residues in polymer chains.
However, for ligands ``residue.number`` is unset in mmCIF, but it However, for ligands ``residue.number`` is unset in mmCIF, but it
is set to 1 by openstructure.) is set to 1 by openstructure.)
* ``atom_site.label_entity_id``: ``residue.GetStringProp("entity_id")`` * ``atom_site.label_entity_id``: ``residue.GetStringProp("entity_id")``
* ``atom_site.auth_asym_id``: ``residue.GetStringProp("pdb_auth_chain_name")`` * ``atom_site.auth_asym_id``: ``residue.GetStringProp("pdb_auth_chain_name")``
......
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