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

mmcif writer: docu update

parent a5c5c722
No related branches found
No related tags found
No related merge requests found
...@@ -1594,6 +1594,8 @@ The content of the written file: ...@@ -1594,6 +1594,8 @@ The content of the written file:
:type filename: :class:`str` :type filename: :class:`str`
.. _MMCif writing:
mmCIF Writer mmCIF Writer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
...@@ -468,7 +468,7 @@ def SaveMMCIF(ent, filename, data_name="OST_structure", mmcif_conform = True): ...@@ -468,7 +468,7 @@ def SaveMMCIF(ent, filename, data_name="OST_structure", mmcif_conform = True):
identifier. identifier.
:param mmcif_conform: Controls processing of structure, i.e. identification :param mmcif_conform: Controls processing of structure, i.e. identification
of mmCIF entities etc. before writing. Detailed of mmCIF entities etc. before writing. Detailed
description is in the documentation below. In short: description in :ref:`MMCif writing`. In short:
If *mmcif_conform* is set to True, Chains in *ent* are If *mmcif_conform* is set to True, Chains in *ent* are
expected to be valid mmCIF entities with residue numbers expected to be valid mmCIF entities with residue numbers
set according to underlying SEQRES. That should be the set according to underlying SEQRES. That should be the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment