MODEL_SEGMENT sets the beginning and ending residue identifiers for the contiguous sequence of residues to be read from the PDB file (this option does not work yet for the other file formats). The format of residue identifiers is described in Section 2.4.1. In addition, the following rule applies: If there is no `:' in the first residue specification, the segment specification is taken from the alignment entry with the specified code. Similarly, if there is no `:' in the second residue specification, the PDB filename is taken from the alignment entry with the specified code. The two codes do not have to be the same. For example, MODEL_SEGMENT = '4ape' '4ape' will take the segment specification and atom filename for entry 4ape in the alignment.
# Example for: READ_MODEL, WRITE_MODEL # This will read a PDB file and write a CHARMM atom file without atomic charges # or radii. For assigning charges and radii, see the all_hydrogen.top script. READ_MODEL FILE = '1fas' WRITE_MODEL FILE = '1fas.crd', MODEL_FORMAT = 'CHARMM'