Skip to content

Commit 40950ee

Browse files
Merge pull request #39 from openforcefield/2024-proteinprep-workshop
Add 2024 protein_prep workshop materials
2 parents fc51810 + 4cf9d1e commit 40950ee

File tree

6 files changed

+1824
-3
lines changed

6 files changed

+1824
-3
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+
[🤝 Protein Prep 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:protein_prep/2024_protein_prep_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+
```
Binary file not shown.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: 2024_protein_prep_workshop
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- ipywidgets=7.6.0
6+
# Cookbook
7+
- gitpython
8+
- nbconvert
9+
- nbformat
10+
- requests
11+
- packaging
12+
# Examples
13+
- openff-toolkit-examples>=0.15.2
14+
- openff-interchange>=0.3.7
15+
- openff-nagl
16+
# - openff-bespokefit
17+
# - openff-fragmenter
18+
# - openff-qcsubmit
19+
# - openff-recharge
20+
- gromacs >=2021=nompi*
21+
- lammps
22+
- rich
23+
- jax
24+
- dgl
25+
- nglview=3.0.3
26+
- xtb-python
27+
- pdbfixer
28+
- mdtraj
29+
- propka
30+
- pdb2pqr
31+
- openmmtools
32+
- chemper
33+
- dockstring
34+
- mdanalysis

0 commit comments

Comments
 (0)