next up previous contents index
Next: ROTATE_DIHEDRALS change Up: Handling of atomic coordinates Previous: IUPAC_MODEL standardize   Contents   Index

REORDER_ATOMS -- standardize order of MODEL atoms

Requirements:
topology library & MODEL

Description:
This routine reorders atoms within the residues of MODEL so that they follow the order in the current residue topology library.

Example:


# Example for: REORDER_ATOMS

# This will standardize the order of atoms in the model.

# Order the atoms according to a topology library:
READ_TOPOLOGY FILE = '$(LIB)/top_heav.lib'
READ_MODEL FILE = '1fas'
REORDER_ATOMS
WRITE_MODEL FILE = '1fas.ini1'



Ben Webb 2004-04-20