Skip to content
Snippets Groups Projects
Commit 61660a51 authored by Marco Biasini's avatar Marco Biasini
Browse files

document how to add CHARMM residues definitions to the compound.chemlib

parent 887f14b8
No related branches found
No related tags found
No related merge requests found
...@@ -258,8 +258,14 @@ The CompoundLib may be created from a MM CIF dictionary. The latest dictionary ...@@ -258,8 +258,14 @@ The CompoundLib may be created from a MM CIF dictionary. The latest dictionary
can be found on the `wwPDB site <http://www.wwpdb.org/ccd.html>`_. can be found on the `wwPDB site <http://www.wwpdb.org/ccd.html>`_.
After downloading the file in MM CIF use the :program:`chemdict_tool` to convert After downloading the file in MM CIF use the :program:`chemdict_tool` to convert
the MM CIF dictionary into our internal format. the MM CIF dictionary into our internal format.
.. code-block:: bash .. code-block:: bash
chemdict_tool create <components.cif> <compounds.chemlib> chemdict_tool create <components.cif> <compounds.chemlib>
If you are working with CHARMM trajectory files, you will also have to add the definitions for CHARMM. Assuming your are in the top-level source directory of OpenStructure, this can be achieved by:
.. code-block:: bash
chemdict_tool update modules/conop/data/charmm.cif <compounds.chemlib> charmm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment