Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

AToM-OpenMM Tutorials

Tutorials

We recommend going over the tutorials in this sequence.

Software requirements

This AToM-OpenMM software. The examples have been written assuming that it is installed under $HOME/software/AToM-OpenMM.

Follow the installation instructions to install OpenMM and the ATM Meta Force plugin. In general, we assume that the OpenMM libraries (version 7.6.0 or newer) have been installed in a location where python can find them. Presumably you did so under a conda environment. If so activate the environment to run the examples. We also assume that the ATMMetaForce OpenMM plugin is installed and available within the same OpenMM environment and that python can find the corresponding python bindings.

When using a conda environment, the examples can be launched with the python command of that environment. For other situations, a sample runopenmm script is provided in the scripts/ to get you started if needed. It requires you to define the environment variable OPENMM_DIR pointing to the OpenMM installation on your system. It also assumes that the python OpenMM bindings have been stored under the same folder.

Free energy analysis requires R with the UWHAM R module. Do conda install r-base to install R in a conda environment. To install the UWHAM module run install.packages("UWHAM") in R.