Skip to content

Commit 6933c4f

Browse files
Add materials links, install instructions, and zoom link to protein_prep.md
1 parent 4aff283 commit 6933c4f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

source/workshops/2024/protein_prep.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,33 @@ This workshop covers the preparation of a protein system from a structure downlo
77
First session
88
: [Feb 27 23:00 UTC](https://time.is/1000_28_Feb_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?Protein_Prep_OpenFF_Workshop)
99

10+
: [💨 Join on Zoom](https://us06web.zoom.us/j/84928391532?pwd=ZJoPVISZzA1LHo3mvfxbg1zug26Gas.1)
11+
1012
Second Session
1113
: [Apr 17 12:00 UTC](https://time.is/2200_17_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?Protein_Prep_OpenFF_Workshop)
1214

1315
Zoom links will be published here 24 hours before the sessions begin.
1416

15-
Materials and Google Colab links will be published here in advance of the workshop.
17+
Materials and Google Colab links can be found below.
18+
19+
## Workshop Materials
20+
21+
This workshop is a live demonstration designed to be followed along with on your own computer. The entire workshop can be executed in your browser without installing anything using Google Colab:
22+
23+
[🤝 SMIRNOFF Workshop at Google Colab](https://colab.research.google.com/github/openforcefield/openff-docs/blob/main/source/workshops/2024/protein_prep/colab-protein_prep.ipynb)
24+
25+
For better performance and to keep any artifacts produced, you can install the relevant software locally and execute the notebook there. This requires an installation of Mamba, Micromamba, or similar conda-forge compatible package manager (see [](/install.md)). First, download the workshop materials:
26+
27+
[2024_protein_prep_workshop_materials.zip](path:smirnoff/2024_smirnoff_workshop_materials.zip)
28+
29+
Extract the zip file and open a terminal in the extracted directory. Then, create the environment:
30+
31+
```shell
32+
mamba env create -n protein_prep_workshop -f env.yml
33+
```
34+
35+
And run Jupyter Lab in the new environment:
36+
37+
```shell
38+
mamba run -n protein_prep_workshop jupyter-lab protein_prep.ipynb
39+
```

0 commit comments

Comments
 (0)