You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devtools/conda-envs/test_env.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@ dependencies:
14
14
- nbval
15
15
- codecov
16
16
- coverage < 5.0
17
+
- py-cpuinfo <= 5 # Needed until https://github.com/MolSSI/QCEngine/issues/252 is resolved+released
17
18
- numpy
18
19
- networkx
19
20
- ambertools
20
21
- packaging
22
+
- openmmforcefields >=0.7.2
21
23
- openmmtools
22
24
- openforcefields
23
25
- smirnoff99Frosst
@@ -28,7 +30,7 @@ dependencies:
28
30
- xmltodict
29
31
- qcelemental
30
32
- qcportal
31
-
- qcengine
33
+
- qcengine <= 0.14 # Remove this and py-cpuinfo pin above when there's a new release of QCEngine
:py:meth:`temporary_directory <openforcefield.utils.utils.temporary_directory>` and
164
-
:py:meth:`temporary_cd <openforcefield.utils.utils.temporary_cd>` and replaced their behavoir with
164
+
:py:meth:`temporary_cd <openforcefield.utils.utils.temporary_cd>` and replaced their behavoir with
165
165
``tempfile.TemporaryDirectory()``.
166
166
167
167
New features
@@ -253,6 +253,39 @@ New features
253
253
- `PR #560 <https://github.com/openforcefield/openforcefield/issues/560>`_: Added visualization method to the the Molecule class.
254
254
255
255
256
+
Behavior changed
257
+
""""""""""""""""
258
+
- `PR #558 <https://github.com/openforcefield/openforcefield/pull/558>`_: The
Copy file name to clipboardExpand all lines: examples/swap_amber_parameters/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,6 @@ These examples illustrate how the [ParmEd](http://parmed.github.io/ParmEd/html/i
4
4
5
5
### BRD4:inhibitor complex
6
6
7
+
*[`swap_existing_ligand_parameters.ipynb`](swap_existing_ligand_parameters.ipynb) contains an example illustrating taking a fully parameterized BRD4 protein-ligand system, with an AMBER protein force field and GAFF ligand parameters, and replacing the ligand parameters with OpenFF parameters from SMIRNOFF format. The BRD4:inhibitor complex is taken from the [free energy benchmark systems living review](https://www.annualreviews.org/doi/abs/10.1146/annurev-biophys-070816-033654)[GitHub repo](https://github.com/MobleyLab/benchmarksets/tree/master/input_files/BRD4).
7
8
8
-
[`swap_existing_ligand_parameters.ipynb`](swap_existing_ligand_parameters.ipynb) contains an example illustrating taking a fully parameterized BRD4 protein-ligand system, with an AMBER protein force field and GAFF ligand parameters, and replacing the ligand parameters with OpenFF parameters from SMIRNOFF format. The BRD4:inhibitor complex is taken from the [free energy benchmark systems living review](https://www.annualreviews.org/doi/abs/10.1146/annurev-biophys-070816-033654)[GitHub repo](https://github.com/MobleyLab/benchmarksets/tree/master/input_files/BRD4).
9
+
*[`swap_existing_ligand_parameters_with_openmmforcefields.ipynb`](swap_existing_ligand_parameters_with_openmmforcefields.ipynb) contains an example that uses the [`openmm-forcefields`](http://github.com/openmm/openmm-forcefields) package to take a fully parameterized BRD4 protein-ligand system, with an AMBER protein force field and GAFF ligand parameters, and replacing the ligand parameters with OpenFF parameters from SMIRNOFF format. The BRD4:inhibitor complex is taken from the [free energy benchmark systems living review](https://www.annualreviews.org/doi/abs/10.1146/annurev-biophys-070816-033654)[GitHub repo](https://github.com/MobleyLab/benchmarksets/tree/master/input_files/BRD4).
0 commit comments