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

document OMF support in mmCIF writing

parent 8458162f
Branches
No related tags found
No related merge requests found
...@@ -2119,7 +2119,7 @@ Here is an example with pre-defined mmCIF entities: ...@@ -2119,7 +2119,7 @@ Here is an example with pre-defined mmCIF entities:
Structure. Calling this function more than once raises an error. Structure. Calling this function more than once raises an error.
:param ent: The stucture to write :param ent: The stucture to write
:type ent: :class:`ost.mol.EntityHandle`/ :class:`ost.mol.EntityView` :type ent: :class:`ost.mol.EntityHandle`/ :class:`ost.mol.EntityView`/ :class:`ost.io.OMF`
:param compound_lib: The compound library :param compound_lib: The compound library
:type compound_lib: :class:`ost.conop.CompoundLib` :type compound_lib: :class:`ost.conop.CompoundLib`
:param mmcif_conform: Determines data extraction strategy as described above :param mmcif_conform: Determines data extraction strategy as described above
......
...@@ -476,7 +476,7 @@ def SaveMMCIF(ent, filename, compound_lib = conop.GetDefaultLib(), ...@@ -476,7 +476,7 @@ def SaveMMCIF(ent, filename, compound_lib = conop.GetDefaultLib(),
If *mmcif_conform* is set to False, heuristics kick in If *mmcif_conform* is set to False, heuristics kick in
to identify and separate mmCIF entities based on to identify and separate mmCIF entities based on
:class:`ost.mol.ChemClass` of the residues in a chain. :class:`ost.mol.ChemClass` of the residues in a chain.
:type ent: :class:`ost.mol.EntityHandle`/:class:`ost.mol.EntityView` :type ent: :class:`ost.mol.EntityHandle`/:class:`ost.mol.EntityView`/:class:`ost.io.OMF`
:param entity_info: Advanced usage - description in :ref:`MMCif writing` :param entity_info: Advanced usage - description in :ref:`MMCif writing`
:type filename: :class:`str` :type filename: :class:`str`
:type compound_lib: :class:`ost.conop.CompoundLib` :type compound_lib: :class:`ost.conop.CompoundLib`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment