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

Add generation of JSON for AlphaFold server #336

Open
jkosinski opened this issue May 11, 2024 · 0 comments
Open

Add generation of JSON for AlphaFold server #336

jkosinski opened this issue May 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jkosinski
Copy link
Collaborator

We could have a mode in which, instead of submitting AF2 jobs, we save a JSON for batch mode on the AlphaFold server.

Here is more information:
https://golgi.sandbox.google.com/faq says that:
Can I import job files into AlphaFold Server?
Yes, we support efficiently importing multiple draft jobs by uploading JSON files with up to 100 jobs per file. Please note that you have a storage capacity of up to 500 saved drafts in your history, so be mindful to manage your uploads to stay within the limit.

To create a JSON file: please refer to this example for the JSON file syntax. Inside each .zip file with modeling results, you'll find a JSON file named ’job_name_job_request.json’ containing the job inputs. These files offer a convenient starting point for generating new jobs as they are easily editable in standard text editors or in a programming system like Google Colab notebooks.

Once your file is prepared click the 'Upload JSON’ button to upload your JSON files. Imported jobs will appear as saved drafts in your job history and you can click on (three dots) of your job to edit or run them.

Here are instructions:
https://github.com/google-deepmind/alphafold/blob/main/server/README.md

@jkosinski jkosinski added the enhancement New feature or request label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant