Job name
Names the single Protenix job generated from these parameters; results are written under this name.
Molecules
Add one box per unique Protenix entity. Set count and an optional matching list of comma-separated chain IDs, plus the sequence, ligand (a CCD_ code such as CCD_ATP, several joined for a glycan such as CCD_NAG_BMA_BGC, a SMILES string, or FILE_ and an absolute path to a 3D structure file), or ion code (e.g. MG, without CCD_). Modifications take a CCD code at a 1-based position. "Cyclic" closes a peptide with a head-to-tail amide bond. MSA and template paths are optional precomputed files.
Covalent bonds (JSON, optional)
Native Protenix covalent_bonds array, e.g. [{"entity1": "2", "copy1": 1, "position1": "2", "atom1": "N6", "entity2": "3", "copy2": 1, "position2": "1", "atom2": "C1"}]. Entities are 1-based box indexes; copies are 1-based within count and may be omitted together to bond every copy pair.
Constraint (JSON, optional)
Native Protenix constraint object with a "contact" list and/or a "pocket" object, e.g. {"pocket": {"binder_chain": {"entity": 2, "copy": 1}, "contact_residues": [{"entity": 1, "copy": 1, "position": 69}], "max_distance": 8}}. A soft constraint, read only by protenix_base_constraint_v0.5.0.
Protenix inference jobs (JSON)
Complete native Protenix input: a non-empty top-level list of named jobs using proteinChain, dnaSequence, rnaSequence, ligand, or ion entities, with optional covalent_bonds, constraint, and modelSeeds.
In this form: Bio Web writes this text to input.json. Any MSA, template, or FILE_ ligand paths inside it must be absolute paths available to the runner.