forked from OpenFreeEnergy/alchemiscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OpenFreeEnergy#308 from OpenFreeEnergy/deployment-…
…openfe-1.1.0 Deploy openfe 1.1.0, update deployment apparatus for OpenFreeEnergy namespace
- Loading branch information
Showing
15 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dependencies: | |
|
||
# alchemiscale dependencies | ||
- gufe=1.0.0 | ||
- openfe=1.0.1 | ||
- openfe=1.1.0 | ||
- requests | ||
- click | ||
- httpx | ||
|
@@ -32,4 +32,4 @@ dependencies: | |
- plyvel | ||
|
||
- pip: | ||
- git+https://github.com/openforcefield/[email protected] | ||
- git+https://github.com/OpenFreeEnergy/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dependencies: | |
|
||
# alchemiscale dependencies | ||
- gufe=1.0.0 | ||
- openfe=1.0.1 | ||
- openfe=1.1.0 | ||
- requests | ||
- click | ||
- httpx | ||
|
@@ -24,4 +24,4 @@ dependencies: | |
- openmmforcefields>=0.14.1 | ||
|
||
- pip: | ||
- git+https://github.com/openforcefield/[email protected] | ||
- git+https://github.com/OpenFreeEnergy/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ dependencies: | |
|
||
# alchemiscale dependencies | ||
- gufe=1.0.0 | ||
- openfe=1.0.1 | ||
- openfe=1.1.0 | ||
|
||
- requests | ||
- click | ||
|
@@ -50,4 +50,4 @@ dependencies: | |
- plyvel | ||
|
||
- pip: | ||
- git+https://github.com/openforcefield/[email protected] | ||
- git+https://github.com/OpenFreeEnergy/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ [email protected] | |
HOST_DOMAIN=localhost | ||
|
||
# alchemiscale | ||
ALCHEMISCALE_DOCKER_IMAGE=ghcr.io/openforcefield/alchemiscale:feat-add_docker_compose | ||
ALCHEMISCALE_DOCKER_IMAGE=ghcr.io/OpenFreeEnergy/alchemiscale:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,7 +180,7 @@ This is directly analogous to the way users interact with ``alchemiscale`` via t | |
Like the ``AlchemiscaleClient``, the ``AlchemiscaleComputeClient`` automatically handles authentication and JWT refreshes, retries, etc. | ||
|
||
|
||
.. _this template configuration: https://github.com/openforcefield/alchemiscale/blob/main/devtools/configs/synchronous-compute-settings.yaml | ||
.. _this template configuration: https://github.com/OpenFreeEnergy/alchemiscale/blob/main/devtools/configs/synchronous-compute-settings.yaml | ||
|
||
|
||
.. _library-layout: | ||
|
@@ -248,10 +248,10 @@ The issue also functions as a convenient *anchor point* for maintainers to triag | |
|
||
If the feature is of broad interest, or of interest to the maintainers themselves, you may find you don't have to implement it at all! | ||
|
||
.. _developed openly on GitHub: https://github.com/openforcefield/alchemiscale | ||
.. _New Contributors: https://github.com/openforcefield/alchemiscale/discussions/categories/new-contributors | ||
.. _open an issue: https://github.com/openforcefield/alchemiscale/issues | ||
.. _upcoming milestone: https://github.com/openforcefield/alchemiscale/milestones | ||
.. _developed openly on GitHub: https://github.com/OpenFreeEnergy/alchemiscale | ||
.. _New Contributors: https://github.com/OpenFreeEnergy/alchemiscale/discussions/categories/new-contributors | ||
.. _open an issue: https://github.com/OpenFreeEnergy/alchemiscale/issues | ||
.. _upcoming milestone: https://github.com/OpenFreeEnergy/alchemiscale/milestones | ||
|
||
Setting up your development environment | ||
======================================= | ||
|
@@ -263,7 +263,7 @@ To develop new features, fix bugs, and advance the ``alchemiscale`` codebase, yo | |
|
||
1. Clone the repository to your local machine:: | ||
|
||
$ git clone [email protected]:openforcefield/alchemiscale.git | ||
$ git clone [email protected]:OpenFreeEnergy/alchemiscale.git | ||
$ cd alchemiscale | ||
|
||
2. Create a conda environment for running the test suite, preferrably with `mamba`_, and activate it:: | ||
|
@@ -294,5 +294,5 @@ Please be patient, and understand that it may take some time (weeks, even months | |
|
||
|
||
.. _mamba: https://github.com/conda-forge/miniforge#mambaforge | ||
.. _known issues with developing on Mac: https://github.com/openforcefield/alchemiscale/issues/92 | ||
.. _known issues with developing on Mac: https://github.com/OpenFreeEnergy/alchemiscale/issues/92 | ||
.. _GitHub CLI: https://cli.github.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters