Skip to content

Commit

Permalink
Merge pull request #91 from NDoering99/patch-25
Browse files Browse the repository at this point in the history
Update openmmdl_analysis.rst
  • Loading branch information
talagayev authored Jul 24, 2024
2 parents 6aa986e + 13ad43b commit 26e6c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/openmmdl_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Mandatory:
-t = topology file of the simulation (in .pdb format)
-d = trajectory file of the simulation (in .dcd format)
-n = Ligand name (3 letter code in PDB)
Optional:

.. code-block:: text
-n = Ligand name (3 letter code in PDB)
-l = Ligand in SDF format
-b = binding mode threshold. Is used to remove interactions under the defined procentual occurence from the binding mode generation. The default is 40% (accepted values: 0-100)
-df = Dataframe (use if the interactions were already calculated, default name would be "interactions_gathered.csv")
Expand All @@ -39,9 +39,10 @@ Optional:
-nuc = Treat nucleic acids as receptor
-pep = Calculate interactions with peptides. Give the peptide chain name as input. Defaults to None
-ref = Add a reference PDB to renumber the residue numbers. Defaults to None (accepted values: str of PDB)
-r = Calculate the RMSD difference between frames. The default is False (accepted values: True/False)
-r = Calculate the RMSD difference between frames. The default is False (accepted values: True/False) (if False no representative frame for the binding modes will be generated)
-w = stable-water-analysis. Defines if the analysis of stable water molecules should be performed. The default is False (accepted values: True/False)
--watereps = the EPS of the clustering part during the water analysis. will only result in something if "-w True" is added. Accepts float (in Angstrom).
--figure = File type for the figures, default is png. Can be changed to all file types supported by matplotlib.
Application
------------------------------
Expand Down

0 comments on commit 26e6c47

Please sign in to comment.