-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Basic persistent GUI server prototype in separate thread * Added install and launch gui commands * gui api * gui api updates * Added GUI api endpoints * Remove openad-gui files from git * stash * stash laptop * demo prototype * stash * switch workspace GUI API * Added hydrogen atoms to 3d coordinates data * Websocket experiment * created filesystem worker and refactored 'list files' command to use the same method as the GUI api, plus added optional path parameter * Refactored fs_get_file and fs_get_workspace files to follow similar data structure and moved fileType logic to backend * stash * Before removing index_only functionality from get_molset() * Indexing done right wip * Stash * stash before refactoring molset fs/cache reading * sdf processing + api refactor * added 'enriched' parameter to molecule object * fixed list files * Removed old messy molecule API functions * implemented reverse sort * Support for invalid file paths and smiles in .smi files * stash * various * cleanup & debugging * Mega commit regarding persistent GUI updates * RXN login error message update * updated grammar in models to allow auth_group and service name without quotes * Merged conflicts #2 * fix for unspported PDF viewing * changed host for flask apps to 0.0.0.0 * changed host for flask apps to 0.0.0.0 port 5005 starter * cleaned up molecules * adding auth group to catalog model service * adding auth group to catalog model service * fix opena api session management * fine tune jupyter install * install update * install update * install update * fix openad rxn api session management * fix openad rxn api session management * Added command to show working set molecules * stash * Added openad-gui build folder * stash show_molset * Moved openad-gui folder inside openad folder so it is part of pip install, renamed to gui-build * Added gui-build folder * Move to port 0.0.0.0 * New place for the gui-build dir, updated to latest version * show molset command + updated gui launch/shutdown messages * Centralized duplicate normalize_mol_df and _smiles_to_iupac functions into mol_functions * mymols fix * debugged dataviewer display and updated notebooks * debugged dataviewer display and updated notebooks * enabled append for loading molecules * First step for command * Remove icloud duplicate files * formatting and fox new_molecule bug * merge properties bug * gui notebook and readme * markdown test * readme & gui demo * gui readme update * stash * Support for display molecules from a dataframe * stash * prox server major upgrade and debug visuals * prox server major upgrade and debug visuals * prox server major upgrade and debug visuals * stash * Undid renaming gui-build to gui-build-proxy * paths for routes * acheived build * merge conflicts mergibg with gui_api_moe #2 * Merge conflicts #3 * Merge wrapup * Simplified/cleaned up JL_PROXY proxy code in gui_launcher * Demo Notebook design * patch launcher * notebook updates * stash * gui-build & gui-build-proxy wip * Updated gui build folders * Updated gui build folders * New gui build * notebook upgrade * fine tuning anf testing * fine tuning anf testing * added warning for parameters in service call order * added warning for parameters in service call order * linter * readme fix --------- Co-authored-by: Moenen Erbuer <[email protected]> Co-authored-by: Moenen Erbuer <[email protected]> Co-authored-by: Phil Downey <[email protected]> Co-authored-by: Moenen Erbuer <[email protected]>
- Loading branch information
1 parent
54435c7
commit 11bb89c
Showing
371 changed files
with
50,078 additions
and
22,713 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,16 @@ for (var i=0; i< urls.length; i++) { | |
--> | ||
|
||
|
||
# OpenAD Beta | ||
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openad)](https://pypi.org/project/openad/) | ||
[![PyPI version](https://img.shields.io/pypi/v/openad)](https://pypi.org/project/openad/) | ||
[![License MIT](https://img.shields.io/github/license/acceleratedscience/open-ad-toolkit)](https://opensource.org/licenses/MIT) | ||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
[![Docs](https://img.shields.io/badge/website-live-brightgreen)](https://acceleratedscience.github.io/openad-docs/) | ||
|
||
|
||
|
||
**Open Accelerated Discovery Client**<br> | ||
[Documentation](https://acceleratedscience.github.io/openad-docs/) | ||
|
||
|
@@ -39,17 +42,20 @@ The goal of openAD is to provide a common language for scientists to interact wi | |
|
||
--- | ||
> **Pre-install Note:** | ||
For updating to 0.3.0 or above first remove toolkits `remove toolkit DS4SD` and `remove toolkit RXN` prior to updating | ||
For updating to 0.4.0 or above first remove toolkits `remove toolkit DS4SD` and `remove toolkit RXN` prior to updating | ||
|
||
> **Whats New ?** | ||
- `%Openadd` has been added to the magic commands to provide pure data type results for data returning commands | ||
- Upgraded IBM BAM model support for latest IBm generative AI embeddings and Langchain | ||
- Upgraded skypilot to 0.6.0 | ||
- Support for deploying in OpenSHift AI / Open Data hub workbench or podman/docker image `https://github.com/acceleratedscience/openad_workbench` | ||
- Support for Application API | ||
- Property and Data Set Generation Services | ||
We support the following Model Services | ||
- GT4SD Generation Services `[email protected]:acceleratedscience/generation_inference_service.git` | ||
- GT4SD Property Services `[email protected]:acceleratedscience/property_inference_service.git` | ||
- GT4SD MoleR Generation `[email protected]:acceleratedscience/moler_inference_service.git` | ||
- GT4SD Molformer `[email protected]:acceleratedscience/molformer_inference_service.git` | ||
|
||
Pre-Requisite is that you have a AWS Account and can launch your own EC2 Instances Or someone else can launch them for you and you can catalog a Remote Service via URL. | ||
|
||
**Example:** | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.