ChimeraX docs icon

Command: build

Subcommands of build correspond to sections of the Build Structure tool:

See also: addh, bond, angle, torsion, delete, swapaa, swapna, tug, altlocs, dockprep, combine, renumber, changechains, open, rna

build start atom  model-info  [ position  x,y,z ] [ resName  resname ] [ select  true | false ]
build start fragment  model-info   fragment-name  [ position  x,y,z ] [ resName  resname ]
build start peptide  model-info  sequence   φ11   φ22  ...  φNN  [ position  x,y,z ] [ chainId  ID ] [ rotLib   rotamer-library ]
build start nucleic  model-info  sequence  [ position  x,y,z ] [ type  dna | rna | hybrid ] [ form  A | B ]

For starting a new molecule with build start, the choices are atom, fragment, peptide, or nucleic. With the open command, however, a wide variety of atomic structures for subsequent modification can be fetched from online sources or modeled from a SMILES string.

The model-info can be given as the identifier of an existing atomic model (for example, #2) or a character-string name for a new model.

The position of the new atom or new molecule's geometric center defaults to the current center of view, but can be given as x,y,z coordinates separated by commas only.

For fragment, both model-info and fragment-name are required. Several planar 5- and 6-membered rings and their fused ring systems are available, with choices for fragment-name as listed in the Build Structure dialog.

For peptide, the required arguments are model-info and the sequence as a string of single-letter amino acid codes (upper- or lowercase) and a list of comma-separated pairs of φ,ψ values, up to one pair for each residue, in the same order as in the sequence. Even though the terminal residues lack either φ or ψ, a pair of values is required for each residue; if fewer φ,ψ pairs are entered, however, the values from the last-entered pair will be used multiple times as needed. The “extra” values for the terminal residues will be ignored. Examples:

build start peptide "custom helix" ADKLLNIH -57,-47 rotLib Dunbrack
build start pep ext5 SVQLH -137,145 -150,148 -153,146 -116,157 -123,156

For nucleic, the required arguments are model-info and the sequence of one strand as a string of single-letter nucleic acid codes (upper- or lowercase). The complementary strand of the double helix will also be built according to the specified type (default dna) and form (default B). For building a hybrid DNA/RNA, the sequence of the DNA strand should be given. The nucleic acid chains will be assigned the first two unused chain IDs of the atomic model.

Further options:

Options for peptide only:

build modify  atom   element   numBonds  [ geometry  ion | single | linear | trigonal | tetrahedral ] [ connectBack  true | false ] [ colorByElement  true | false ] [ name  name ] [ newRes  true | false ] [ resName  resname ]
The build modify command changes the type of a single specified atom and automatically fills its valence with attached hydrogens. The hydrogens could be modified in turn to continue building outward. The element (element symbol) and numBonds (total number of bonds to the atom, including hydrogens) must also be given, for example:

build modify sel O 2 geometry tetrahedral

Hydrogens will be added to the atom to generate the indicated total number of bonds. They are added to form the idealized bond angles for the specified geometry, or if the atom already has two or more substituents, to maximally avoid those substituents. The default geometry is the same as for the atom's current type. Since the geometry around the atom may be changing, any pre-existing directly attached hydrogens are removed beforehand. No other atoms are removed automatically. If the atom is already bonded to one (and only one) other nonhydrogen atom, the length of the bond will be adjusted depending on the elements involved. No other atoms are moved.

Other options:

build join peptide  bond-atoms  [ length  bond-length ] [ phi  φ ] [ omega  ω ] [ move  large | small | C | N ]
build join bond  replace-atoms  [ length  bond-length ] [ dihedral  dihedral-angledihedralAtoms  atom1-atom4 ]] [ move  large | small | model-spec ]

The build join command forms a covalent bond of the specified geometry between two atomic models, combining the two models into one. The atoms of one model are repositioned and incorporated into the other model; the original model specified as the one to move will no longer exist. Thus, it may be a good idea to save a session beforehand, since the join (along with other building actions) cannot be undone. The related command combine also combines atomic models, but without forming a bond or changing the relative positions of the atoms.

For build join peptide:

The bond-atoms must include exactly one peptide C-terminal carbon atom C OR N-terminal nitrogen atom N (not both) from one model, and from a second model, exactly one of whichever of those two atoms is not in the first. These C and N atoms each must be bonded to only one carbon (except N in proline or hydroxyproline can be bonded to two carbons); however, it may also be bonded to hydrogen and/or OXT, and if so, these atoms will be replaced as appropriate by the new peptide bond. The default length for the new C-N bond is 1.330 Å and the default omega angle (Cα-C-N-Cα dihedral) is 180.0°. There is no default for the phi angle (C-N-Cα-C dihedral). Options for which model to move: The residues from the moving model will be assigned the same chain ID as the rest of the chain in the nonmoving model, although their numbers may be shifted by a constant amount to avoid duplicate residue numbers within a chain. If the moving model includes additional chains, the other chain IDs will also be changed as needed to avoid duplicate chain IDs within a model (as described for combine).

The values of omega and phi (along with other peptide torsion angles) are attributes of the amino acid residue containing the newly bonded N.

For build join bond (the more general case):

The replace-atoms must include exactly one atom from each model; these two atoms will be deleted and replaced with the new bond. Each of the replace-atoms must be bonded to only one other atom, and it is these two other atoms that will form the new bond. Usually these atoms to be replaced are hydrogens, so it may be useful to add hydrogens beforehand, to whole models with addh or in a more local fashion with the Modify Structure section of Build Structure. If no length is supplied, it will be estimated from the covalent bond radii of the elements of the atoms. The dihedral angle around the new bond is defined by the newly bonded atoms (atom2, atom3) and their flanking bonds (atom1-atom2, atom3-atom4). If the dihedral angle is specified, unless atom1 and atom4 are unambiguous (the only possibilities), the dihedralAtoms option is required to specify them. If no dihedral angle is given, the two models are simply aligned along the vectors of the two bonds to be replaced, and there is no attempt to rotate them to form a chemically reasonable dihedral angle. Example:
build join bond #1:29@oxt #2:1@h2 length 1.32 dihedral 180 dihedralAtoms #1:29@ca #2:1@ca

Options for which model to move:

If the new bond is between min-backbone atoms (both peptide or both nucleic), the residues from the moving model will be assigned the same chain ID as the rest of the chain in the nonmoving model, although their numbers may be shifted by a constant amount to avoid duplicate residue numbers within a chain. If the moving model includes additional chains, the other chain IDs will also be changed as needed to avoid duplicate chain IDs within a model (as described for combine).
build invert  atom-spec 

The build invert command exchanges the positions of two substituents of an atom, potentially inverting a chiral center. Substituents of atoms that are not chiral centers can also be swapped.

The results can be reversed by simply repeating the command.


UCSF Resource for Biocomputing, Visualization, and Informatics / February 2024