|
1 | 1 | [](https://openfree.energy/) |
2 | 2 | [](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml) |
3 | 3 | [](https://results.pre-commit.ci/latest/github/OpenFreeEnergy/ExampleNotebooks/main) |
4 | | -[](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb) |
| 4 | +[](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/showcase/openfe_showcase.ipynb) |
5 | 5 |
|
6 | 6 | # OpenFE Notebooks |
7 | 7 |
|
8 | 8 | Collection of notebooks for the Open FreeEnergy project. |
9 | | -These can be ran in the browser via the Binder links. |
| 9 | +These can be run in the browser via the Colab links. |
10 | 10 |
|
11 | | -| Binder link | Description | |
| 11 | +| Colab link | Description | |
12 | 12 | | --- | --- | |
13 | | -| [](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb) | Start here. This notebook demonstrates how a free energy calculation can be defined, executed and analyzed using the `openfe` package. | |
14 | | -| [](https://mybinder.org/v2/gh/OpenFreeEnergy/ExampleNotebooks/HEAD?labpath=openmm-rbfe%2FApplyingProtocolToNetworkQuickrunDemo.ipynb) | Demonstrating how to plan a free energy network and apply a protocol Note: This notebook might not load if Binder is experiencing heavy usage. | |
| 13 | +| [](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/showcase/openfe_showcase.ipynb) | Start here. This notebook demonstrates how a free energy calculation can be defined, executed and analyzed using the `openfe` package. | |
15 | 14 |
|
16 | 15 | ## Running these notebooks locally |
17 | 16 |
|
18 | 17 | To run these notebooks locally you will need to install the `openfe` package, |
19 | | -this is best done using [miniconda](https://docs.conda.io/en/latest/miniconda.html) |
20 | | - |
21 | | -Once miniconda is installed, from a terminal run: |
22 | | - |
23 | | -- `conda create -n openfe -c conda-forge openfe jupyter MDAnalysis nglview` |
24 | | -- `conda activate openfe` |
| 18 | +this is best done using [the instuctions here](https://docs.openfree.energy/en/stable/installation.html) |
25 | 19 |
|
26 | 20 | Then you can download a copy of the notebooks: |
27 | 21 |
|
28 | | -- https://github.com/OpenFreeEnergy/ExampleNotebooks/archive/refs/tags/nov-2022.tar.gz |
29 | | - |
30 | | -Or via the command line as: |
31 | | - |
32 | | -- `wget -O OpenFEExampleNotebooks.tar.gz https://github.com/OpenFreeEnergy/ExampleNotebooks/tarball/master` |
| 22 | +- `wget -O OpenFEExampleNotebooks.tar.gz https://github.com/OpenFreeEnergy/ExampleNotebooks/tarball/main` |
33 | 23 | - or (depending on your platform) |
34 | | -- `curl -L -k -o OpenFEEXampleNotebooks.tar.gz https://github.com/OpenFreeEnergy/ExampleNotebooks/tarball/master` |
| 24 | +- `curl -L -k -o OpenFEExampleNotebooks.tar.gz https://github.com/OpenFreeEnergy/ExampleNotebooks/tarball/main` |
35 | 25 |
|
36 | 26 | Unpack, then navigate to the downloaded notebooks: |
37 | 27 |
|
|
0 commit comments