SUBSEQ.BIO
DOCS-BOLTZ-2

Boltz-2

Boltz v2 structure and property prediction (jwohlwend/boltz), wrapped as a GPU job on subseq.bio.

Inputs and outputs

Example 1 — basic MSA-backed run

Use the default pattern shown on the New Job form: point Boltz-2 at your inputs directory, enable the hosted MSA server, and turn on potentials.

/inputs
--use_msa_server
--use_potentials
--out_dir=/outputs

Example 2 — local configuration file

You can also drive Boltz-2 with an explicit configuration file that lives under /inputs, while still caching weights under /ref/cache.

/inputs/my_config.yaml
--out_dir=/outputs/my_config_run
--use_msa_server
--use_potentials

Notes