You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tutorials were delivered at the 2025 CCPBioSim training week, but are suitable for self-guided learning.
8
+
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.
6
9
7
-
Presenters:
8
-
9
-
* Danny Cole
10
-
* Finlay Clark
11
-
12
-
## Materials
10
+
### Materials
13
11
14
12
We recommend you view the materials in the following order:
15
13
@@ -19,17 +17,8 @@ We recommend you view the materials in the following order:
19
17
20
18
Answers to most exercises are given in the [notebooks_with_solutions directory](notebooks_with_solutions).
21
19
22
-
## Local installation
23
-
24
-
To use these notebooks on your local machine, we recommend using [mamba](https://docs.openforcefield.org/en/latest/install.html#quick-install-guide) to create an environment from the provided YAML file:
25
-
26
-
```shell
27
-
$ mamba env create --file environment.yaml
28
-
$ ...
29
-
$ mamba activate openff-env
30
-
```
31
20
32
-
## More resources
21
+
###More resources
33
22
34
23
* Main [OpenFF docs](https://docs.openforcefield.org/en/latest/)
35
24
* See "Projects" on the left for package-specific documentation
@@ -38,8 +27,32 @@ $ mamba activate openff-env
38
27
*[Discussions](https://github.com/orgs/openforcefield/discussions) - for general usage questions
39
28
40
29
41
-
## Acknowledgements
30
+
###Acknowledgements
42
31
43
32
Most of the material for the notebook [Parameterising small molecules with OpenFF](notebooks/small_molecule_parameterisation.ipynb) was adapted from the [2023 CCPBioSim Workshop Open Force Field Sessions](https://github.com/openforcefield/ccpbiosim-2023?) created by Matt Thompson and Jeff Wagner.
44
33
45
34
Most of the material for the notebook [Parameterisation, molecular dynamics, and basic trajectory analysis for a protein-ligand complex](notebooks/protein_ligand_complex_parameterisation_and_md.ipynb) was adapted from the OpenFF [toolkit showcase](https://docs.openforcefield.org/en/latest/examples/openforcefield/openff-toolkit/toolkit_showcase/toolkit_showcase.html) and the [ProLIF Ligand-protein MD tutorial](https://prolif.readthedocs.io/en/latest/notebooks/md-ligand-protein.html#ligand-protein-md).
35
+
36
+
## How to Use
37
+
38
+
This training course is deployed on the [CCPBioSim](www.ccpbiosim.ac.uk) website via our cloud infrastructure, however you can deploy on your own machine with docker.
0 commit comments