Skip to content

Commit 1656eaa

Browse files
authored
Merge pull request #286 from OpenFreeEnergy/membrane_tutorial
Tutorial for membrane RBFE calculation
2 parents a3135ae + f9f9162 commit 1656eaa

7 files changed

Lines changed: 77131 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ cookbook/assets/of3_output/temp_ligands/
241241
cookbook/assets/of3_output/p_aligned/
242242
cookbook/dg.png
243243
cookbook/queries.json
244+
membranes/a2a/a2a_complex.pdb
245+
membranes/transformations/
244246
networks/transformations/
245247
openmm_md/md_input/
246248
openmm_md/shared*

environment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ dependencies:
1616
- python
1717
- openfe==1.10.0
1818
- openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450
19+
- pip:
20+
- git+https://github.com/OpenFreeEnergy/openfe@main

membranes/a2a/a2a_lipids.pdb

Lines changed: 23465 additions & 0 deletions
Large diffs are not rendered by default.

membranes/a2a/a2a_protein.pdb

Lines changed: 4657 additions & 0 deletions
Large diffs are not rendered by default.

membranes/a2a/a2a_water.pdb

Lines changed: 46698 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)