Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QSAR-estimated transformation rate constants/half-lives #177

Open
popenc opened this issue Sep 1, 2021 · 10 comments
Open

QSAR-estimated transformation rate constants/half-lives #177

popenc opened this issue Sep 1, 2021 · 10 comments
Assignees
Labels
dev Deployed on a dev server kube dev Deployed on qedcloud.net staging Deployed on EPA AWS staging

Comments

@popenc
Copy link
Collaborator

popenc commented Sep 1, 2021

Get rate constants / half-lives from EPI Suite!

Kurt has added this feature to the EPI wrapper, now the frontend needs updates.

See document: AddingQSARtoCTS_031621.docx

@popenc popenc added this to the v1.3 milestone Sep 1, 2021
@popenc popenc modified the milestones: v1.3, v2.0 Dec 6, 2021
@popenc popenc self-assigned this Feb 14, 2022
@popenc popenc added the dev Deployed on a dev server label Feb 14, 2022
@popenc
Copy link
Collaborator Author

popenc commented Mar 14, 2022

Added update for half-live issues where the incorrect product was being used as a given product's parent (was using previous one whether parent or adjacent node). Further testing needed to determine if issues are resolved or if more persists.

@popenc
Copy link
Collaborator Author

popenc commented Jun 8, 2022

New updates on gdit/ceam dev reading for testing. With test SMILES, CCOC(=O)CCl, it looks like the EPI QSAR endpoint returns a half-life for the "Halogenated Aliphatics: Nucleophilic Substitution (no adjacent X)" route although the document, "qsar_example_1" shows that it should not.

1 -> 1.2
URL: http://localhost/episuite/rest/episuite/hydrolysis/alkylhalide
POST: {"structure": "CCOC(=O)CCl"}
Response:

{
    "data": [
        {
            "chemical": "CCOC(=O)CCl",
            "prop": "Kb Half-Life at pH 7",
            "calc": "epi",
            "method": "AlkylHalide",
            "data": "9.063",
            "units": "days"
        }
    ]
}

Expected: No value

@popenc popenc modified the milestones: v2.0, v1.3 Jun 8, 2022
@popenc
Copy link
Collaborator Author

popenc commented Jun 8, 2022

TODO: Update on EPA Staging (EPI Suite and CTS).

@popenc
Copy link
Collaborator Author

popenc commented Jul 12, 2022

Review the chemical information workflow for identifying how to filter the SMILES when making a request to EPI Suite (even for half-lives). SMILES with charged nitro groups (am I saying that right?) aren’t getting data from EPI because it doesn’t under those chemicals.

https://qed.epa.gov/cts/flowcharts/standardization/

@popenc
Copy link
Collaborator Author

popenc commented Jul 15, 2022

ceam dev is now updated with EPI SMILES filtering before requesting half lives.

@popenc
Copy link
Collaborator Author

popenc commented Aug 10, 2022

EPI Suite has been updated on ceam dev with Kurt's changes. Ready for testing again.

@popenc popenc removed this from the v1.3 milestone Oct 31, 2022
@popenc
Copy link
Collaborator Author

popenc commented Feb 1, 2023

Half lives are fixed on ceam dev and returning data again. The routing to EPI Suite had changed since migrating AWS accounts.

@popenc
Copy link
Collaborator Author

popenc commented Jun 14, 2023

Updated ceam dev windows server with Kurt's EPI Suite wrapper updates, which add atom_number to the half life response. Next steps are to update the CTS backend to account for OP Ester workflow case C.

@popenc
Copy link
Collaborator Author

popenc commented Jul 26, 2023

Updates for case C now added to ceam dev for testing.

@popenc
Copy link
Collaborator Author

popenc commented Aug 7, 2023

Updates from Complete_Flowchart_7282023.pptx are on ceam dev.

@popenc popenc added staging Deployed on EPA AWS staging kube dev Deployed on qedcloud.net labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Deployed on a dev server kube dev Deployed on qedcloud.net staging Deployed on EPA AWS staging
Projects
None yet
Development

No branches or pull requests

1 participant