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

Something seems to be wrong in input.md #232

Open
Maikuraky opened this issue Dec 24, 2024 · 0 comments
Open

Something seems to be wrong in input.md #232

Maikuraky opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation question Further information is requested

Comments

@Maikuraky
Copy link

Maikuraky commented Dec 24, 2024

{
  "name": "Hello fold",
  "modelSeeds": [10, 42],
  "sequences": [
    {
      "protein": {
        "id": "A",
        "sequence": "PVLSCGEWQL",
        "modifications": [
          {"ptmType": "HY3", "ptmPosition": 1},
          {"ptmType": "P1L", "ptmPosition": 5}
        ],
        "unpairedMsa": ...,
      }
    },
    {
      "protein": {
        "id": "B",
        "sequence": "RPACQLW",
        "templates": [
          {
            "mmcif": ...,
            "queryIndices": [0, 1, 2, 4, 5, 6],
            "templateIndices": [0, 1, 2, 3, 4, 8]
          }
        ]
      }
    },
    {
      "dna": {
        "id": "C",
        "sequence": "GACCTCT",
        "modifications": [
          {"modificationType": "6OG", "basePosition": 1},
          {"modificationType": "6MA", "basePosition": 2}
        ]
      }
    },
    {
      "rna": {
        "id": "E",
        "sequence": "AGCU",
        "modifications": [
          {"modificationType": "2MG", "basePosition": 1},
          {"modificationType": "5MC", "basePosition": 4}
        ],
        "unpairedMsa": ...
      }
    },
    {
      "ligand": {
        "id": ["F", "G", "H"],
        "ccdCodes": ["ATP"]
      }
    },
    {
      "ligand": {
        "id": "I",
        "ccdCodes": ["NAG", "FUC"]
      }
    },
    {
      "ligand": {
        "id": "Z",
        "smiles": "CC(=O)OC1C[NH+]2CCC1CC2"
      }
    }
  ],
  "bondedAtomPairs": [
    [["A", 1, "CA"], ["B", 1, "CA"]],
    [["A", 1, "CA"], ["G", 1, "CHA"]],
    [["J", 1, "O6"], ["J", 2, "C1"]]
  ],
  "userCCD": ...,
  "dialect": "alphafold3",
  "version": 2
}

There seems to be no Entity J in the current example input json, and Entity I has two strings in ccdCodes but only one id.

RNA Multiple Sequence Alignment
RNA unpairedMsa can be either:

1. Unset (or set explicitly to null). AlphaFold 3 won't build MSA for this RNA chain.
2. Set to an empty string (""). AlphaFold 3 won't build MSA and will run MSA-free for this RNA chain.
3. Set to a non-empty A3M string. AlphaFold 3 will use the provided MSA for this RNA chain.

There “Unset (or set explicitly to null). AlphaFold 3 won't build MSA for this RNA chain.” may be “Unset (or set explicitly to null). AlphaFold 3 will build MSA for this RNA chain.”?

@Augustin-Zidek Augustin-Zidek added bug Something isn't working documentation Improvements or additions to documentation question Further information is requested labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants