Open duncanpeacock opened 2 years ago
Fragalysis can expect Squonk/2 UI/API URLs in the following environment variables: -
SQUONK_UI_URL
SQUONK_API_URL
Note: Fragalysis will need to obtain the token used when interacting with the UI. This token must be used when calling any Squonk/2 API methods.
The backend code changes are ready in branch: issue-825-job-launcher-1 I haven't created the pull request yet as we need to discuss next steps.
Note that these backend changes could go to production even if we don't use the Squonk functionality initially. They are "sleeping" controlled by the new environment variables SQUONK_UI_URL and SQUONK_API_URL.
The target loader changes include the inclusion of the "_apo-desolve.pdb" and "_header.pdb" in the database and so are a necessary first step in including the "_header.pdb" files in "download structures".
I would recommend a technical target loader test on staging to check that the files are included in the database (with Tyler?)
Pull request: https://github.com/xchem/fragalysis-backend/pull/318
For high level design, see: