SUBSEQ.BIO
DOCS-OPENFOLD3

OpenFold3

OpenFold3 biomolecular structure prediction with the 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=false
--num-diffusion-samples=1
--num-model-seeds=1

For benchmark-style runs on recently released structures, use --use-templates=false to avoid template leakage.

Notes

Submit

Queue a run from New Job -> OpenFold3.