SUBSEQ.BIO
DOCS-OPENFOLD3

OpenFold3

OpenFold3-preview biomolecular structure prediction with the official run_openfold predict CLI.

How SubSeq Runs It

Required Input

OpenFold3 needs a query JSON file. You can upload it under /inputs or use the UI prefill, which places a starter file at /aux/query.json.

{
  "queries": {
    "ubiquitin": {
      "chains": [
        {
          "molecule_type": "protein",
          "chain_ids": ["A"],
          "sequence": "MQIFVKTLTGKTITLEVEPSDTIENVKAKIQDKEGIPPDQQRLIFAGKQLEDGRTLSDYNIQKESTLHLVLRLRGG"
        }
      ]
    }
  }
}

Example Arguments

--query-json=/aux/query.json
--use-templates=true
--num-diffusion-samples=1
--num-model-seeds=1

If you already staged a checkpoint under /ref/.openfold3, you can also pass --inference-ckpt-path=/ref/.openfold3/<checkpoint>.pt.

Notes

Submit

Queue a run from New Job -> OpenFold3.