From e7ee2d342d1e90e1ccaa1be2cf9952dc650d4280 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 11 Jan 2024 18:33:52 +0100 Subject: [PATCH] mmcif writer: doc update --- modules/io/doc/mmcif.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 85a8b3337..c5b305ee0 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -1665,6 +1665,11 @@ file according to `mmcif_pdbx_v50 <https://mmcif.wwpdb.org/dictionaries/mmcif_pd * symbol +* `_pdbx_entity_branch <https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Categories/pdbx_entity_branch.html>`_ + + * entity_id + * type + The writer is designed to only require an OpenStructure :class:`ost.mol.EntityHandle`/:class:`ost.mol.EntityView` as input but optionally performs preprocessing in order to separate residues of chains into -- GitLab