Skip to content

Commit 7484c5a

Browse files
authored
Merge branch 'main' into cofactors
2 parents ce90abf + 96e10dc commit 7484c5a

26 files changed

Lines changed: 12446 additions & 8452 deletions

.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/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ci:
66
files: (^notebooks)
77
repos:
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/psf/black-pre-commit-mirror
13-
rev: 25.9.0
13+
rev: 25.12.0
1414
hooks:
1515
- id: black-jupyter

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.

0 commit comments

Comments
 (0)