Skip to content

Commit

Permalink
Merge pull request #90 from NDoering99/patch-24
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
talagayev authored Jul 24, 2024
2 parents b1f2323 + 734991f commit 6aa986e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ Start the analysis with the following Inputs:

-d = trajectory file of the simulation (in .dcd format)

#### Optional:
-n = Ligand name (3 letter code in PDB)

#### Optional:

-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)
Expand All @@ -138,6 +139,8 @@ Start the analysis with the following Inputs:

--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.

#### Command line example with default values

openmmdl_analysis -t {path/to/topology} -d {path/to/trajectory} -n {Ligand_name}
Expand Down

0 comments on commit 6aa986e

Please sign in to comment.