-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
The JSON at input/input.json was detected to be an AlphaFold 3 JSON since the top-level is not a list. #1049
Comments
Hi, there are multiple problems with the input format (please refer to the input format documentation at https://github.com/google-deepmind/alphafold3/blob/main/docs/input.md):
The error with more details is actually reported above the error you posted ( Also note that this repository is for AlphaFold 2, the right place to report issues with AlphaFold 3 is in https://github.com/google-deepmind/alphafold3/issues. |
Thank you very much for your kind reply. Could you give me an example.json. It seems that there is still the same problem after I changed the input.json according to your reply and the documentation. I am sorry for bothering you again and thank your for your reply. |
I recommend trying with this one: {
"name": "2PV7",
"sequences": [
{
"protein": {
"id": ["A", "B"],
"sequence": "GMRESYANENQFGFKTINSDIHKIVIVGGYGKLGGLFARYLRASGYPISILDREDWAVAESILANADVVIVSVPINLTLETIERLKPYLTENMLLADLTSVKREPLAKMLEVHTGAVLGLHPMFGADIASMAKQVVVRCDGRFPERYEWLLEQIQIWGAKIYQTNATEHDHNMTYIQALRHFSTFANGLHLSKQPINLANLLALSSPIYRLELAMIGRLFAQDAELYADIIMDKSENLAVIETLKQTYDEALTFFENNDRQGFIDAFHKVRDWFGDYSEQFLKESRQLLQQANDLKQG"
}
}
],
"modelSeeds": [1],
"dialect": "alphafold3",
"version": 1
} After running AlphaFold (you can run with |
Thank you for your reply. It seems that there is new problem occur. Here is the ouput and error below: I1229 21:17:41.418295 132230210729792 xla_bridge.py:895] Unable to initialize backend 'rocm': module 'jaxlib.xla_extension' has no attribute 'GpuAllocatorConfig' I am sorry for bothering you again and thank your for your reply. |
What was the exact JSON you ran with? Also, do you have more details for the error -- could you post the full stack trace? |
Hi, when I run run_alphafold.py, there is an error below:
ValueError: Failed to load fold input from input/input.json. The JSON at input/input.json was detected to be an AlphaFold 3 JSON since the top-level is not a list.
Here is my json file:
input.json
It seems that there is no problem in my json file, and I don't know where is the problem. Thank you for your kind reply.
The text was updated successfully, but these errors were encountered: