From 394deb544136ee89f8cc61bbb61d3b84d1c78ece Mon Sep 17 00:00:00 2001 From: B13nch3n <stefan.bienert@me.com> Date: Tue, 2 Jul 2019 00:22:58 +0200 Subject: [PATCH] Fixed writing of mmCIF. --- modules/conop/doc/compoundlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/conop/doc/compoundlib.rst b/modules/conop/doc/compoundlib.rst index 41f859e7a..195614fbd 100644 --- a/modules/conop/doc/compoundlib.rst +++ b/modules/conop/doc/compoundlib.rst @@ -202,7 +202,7 @@ Creating a compound library -------------------------------------------------------------------------------- The simplest way to create compound library is to use the :program:`chemdict_tool`. The programs allows you to import the chemical -description of the compounds from a MMCIF dictionary, e.g. the components.cif dictionary provided by the PDB. The latest dictionary for can be downloaded from the `wwPDB site <http://www.wwpdb.org/ccd.html>`_. The files are rather large, it is therefore recommended to download the gzipped version. +description of the compounds from a mmCIF dictionary, e.g. the components.cif dictionary provided by the PDB. The latest dictionary for can be downloaded from the `wwPDB site <http://www.wwpdb.org/ccd.html>`_. The files are rather large, it is therefore recommended to download the gzipped version. After downloading the file use :program:`chemdict_tool` to convert the MMCIF dictionary into our internal format. -- GitLab