Skip to content

Commit 1784a5b

Browse files
authored
Switch to colab (#69)
* first pass on getting onto colab * fix key error * few updates from code review * final pass on notebook * see if updating pins fix CI * missing a python 3.9 ref
1 parent a1933fb commit 1784a5b

File tree

4 files changed

+3759
-1529
lines changed

4 files changed

+3759
-1529
lines changed

.binder/environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ dependencies:
1616
- notebook
1717
- openff-forcefields
1818
- openmm
19-
- openmmtools
19+
- openmmtools>=0.23.0
2020
- pip
2121
- plugcli
2222
- pymbar
2323
- pytest
2424
- pytest-cov
2525
- pytest-xdist
2626
- pydantic
27-
- python==3.9.*
27+
- python==3.10.*
2828
- rdkit
2929
- typing_extensions
3030
- gufe>=0.7.1
31-
- openfe>=0.7.1
32-
- py3dmol
31+
- openfe>=0.10.1
32+
- py3dmol

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest]
35-
python-version: ["3.9",]
35+
python-version: ["3.10",]
3636

3737
steps:
3838
- uses: actions/checkout@v2.4.0

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Logo](https://img.shields.io/badge/OSMF-OpenFreeEnergy-%23002f4a)](https://openfree.energy/)
22
[![full_tests](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml/badge.svg)](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml)
33
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/OpenFreeEnergy/ExampleNotebooks/master.svg)](https://results.pre-commit.ci/latest/github/OpenFreeEnergy/ExampleNotebooks/main)
4-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenFreeEnergy/ExampleNotebooks/HEAD)
4+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb)
55

66
# OpenFE Notebooks
77

@@ -10,8 +10,9 @@ These can be ran in the browser via the Binder links.
1010

1111
| Binder link | Description |
1212
| --- | --- |
13-
| [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenFreeEnergy/ExampleNotebooks/HEAD?labpath=openmm-rbfe%2FOpenFE_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-
| [![Binder](https://mybinder.org/badge_logo.svg)](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 |
13+
| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb)
14+
| Start here. This notebook demonstrates how a free energy calculation can be defined, executed and analyzed using the `openfe` package. |
15+
| [![Binder](https://mybinder.org/badge_logo.svg)](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. |
1516

1617
## Running these notebooks locally
1718

openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb

Lines changed: 3750 additions & 1521 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)