Skip to content

Commit e2588f8

Browse files
authored
Merge branch 'main' into update_konnektor_notebooks
2 parents 524a390 + 2223c43 commit e2588f8

11 files changed

Lines changed: 50 additions & 197 deletions

File tree

.binder/environment.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.binder/overrides.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.binder/postBuild

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: full_tests
1+
name: CI
22

33
on:
44
push:
@@ -33,15 +33,15 @@ jobs:
3333
python-version: ["3.12"]
3434

3535
steps:
36-
- uses: actions/checkout@v2.4.0
36+
- uses: actions/checkout@v4
3737

3838
- name: Get current date
3939
id: date
4040
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
4141

42-
- uses: mamba-org/setup-micromamba@v1
42+
- uses: mamba-org/setup-micromamba@v2
4343
with:
44-
environment-file: .binder/environment.yml
44+
environment-file: environment.yaml
4545
cache-environment: true
4646
cache-downloads: true
4747
cache-environment-key: environment-${{ steps.date.outputs.date }}

.github/workflows/openfe-doc-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test openfe doc build
1+
name: Test OpenFE Docs Build
22

33
on:
44
workflow_dispatch:

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,29 @@ $RECYCLE.BIN/
228228
*.lnk
229229

230230
# End of https://www.toptal.com/developers/gitignore/api/osx,python,jupyternotebooks,windows,linux
231+
232+
# Files generated by example notebooks
233+
*.zip*
234+
*.tsv
235+
*.graphml
236+
*.tar.gz
237+
abfe_tutorial/abfe_results/
238+
abfe_tutorial/abfe_json/
239+
ahfe_tutorial/ahfe_json/
240+
cookbook/assets/of3_output/temp_ligands/
241+
cookbook/assets/of3_output/p_aligned/
242+
cookbook/dg.png
243+
cookbook/queries.json
244+
networks/transformations/
245+
openmm_md/md_input/
246+
openmm_md/shared*
247+
openmm_septop/septop_results/
248+
openmm_septop/transformations/
249+
plotting_rbfes_with_cinnabar/cinnabar_input.csv
250+
plotting_rbfes_with_cinnabar/*.dat
251+
rbfe_tutorial/transformations/
252+
showcase/db.json
253+
showcase/hybrid_system.pdb
254+
showcase/results/
255+
showcase/tyk2_edge.png
256+
showcase/tyk2_json/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Logo](https://img.shields.io/badge/OSMF-OpenFreeEnergy-%23002f4a)](https://openfree.energy/)
2-
[![full_tests](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml/badge.svg)](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml)
2+
[![CI](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/ci.yaml/badge.svg)](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml)
3+
[![Docs](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/openfe-doc-build.yaml/badge.svg)](https://docs.openfree.energy/en/stable/?badge=stable)
34
[![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)
45
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/showcase/openfe_showcase.ipynb)
56

ahfe_tutorial/ahfe_json/benzene.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

environment.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: openfe-notebooks
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- coverage
6+
- ipywidgets
7+
- lxml
8+
- nbval
9+
- nglview
10+
- notebook
11+
- pip
12+
- pytest
13+
- pytest-cov
14+
- pytest-xdist
15+
- python
16+
- gufe >=1.7.0, <1.8.0
17+
- openfe==1.8.0

0 commit comments

Comments
 (0)