Skip to content

CCPBioSim/openff-workshop

 
 

Repository files navigation

CCPBioSim OpenForcefield Workshop

ci latest issues pr

This workshop source repository contains the build recipe for a docker container derived from the CCPBioSim JupyterHub image. This container adds the necessary software packages and notebook content to form a deployable course container.

Materials

We recommend you view the materials in the following order:

Answers to most exercises are given in the notebooks_with_solutions directory.

More resources

Acknowledgements

Most of the material for the notebook Parameterising small molecules with OpenFF was adapted from the 2023 CCPBioSim Workshop Open Force Field Sessions created by Matt Thompson and Jeff Wagner.

Most of the material for the notebook Parameterisation, molecular dynamics, and basic trajectory analysis for a protein-ligand complex was adapted from the OpenFF toolkit showcase and the ProLIF Ligand-protein MD tutorial.

How to Use

This training course is deployed on the CCPBioSim website via our cloud infrastructure, however you can deploy on your own machine with docker.

Pull the container from our repository::

docker pull ghcr.io/ccpbiosim/openff-workshop:latest

In our containers we are using the JupyterHub default port 8888, so you should forward this port when deploying locally::

docker run -p 8888:8888 ghcr.io/ccpbiosim/openff-workshop:latest

Authors

Workshop Content Authors:

  • Danny Cole
  • Finlay Clark

Contact

Please direct all questions and feedback to Finlay Clark or Danny Cole

About

Materials for the workshop during the 2025 CCPBioSim Training Week

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%