From 7c4f0b40216c24b1680bf800887ab84c09f80647 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 18 Jun 2012 12:12:05 +0200 Subject: [PATCH] Added mmCIF to the list of supported structure file formats in the documentation. --- modules/io/doc/structure_formats.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/io/doc/structure_formats.rst b/modules/io/doc/structure_formats.rst index eebc0cec0..46ceadba3 100644 --- a/modules/io/doc/structure_formats.rst +++ b/modules/io/doc/structure_formats.rst @@ -24,6 +24,19 @@ files, which are auto-detected by the .gz file extension. *Format Name* pdb +mmCIF - macromolecular Crystallographic Information File +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Fine grained control over mmCIFile import is available via the +:func:`~ost.io.LoadMMCIF` function. Most notably, this gives you access to the +:class:`MMCifInfo` class. The mmCIF importer supports loading gzipped files, +which are auto-detected by the .gz file extension. + +*Recognized File Extensions* + cif, cif.gz + +*Format Name* + mmcif + PQR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- GitLab