#!/bin/sh set -e # Run PDB file through PDBSET with no keywords. # PDBSET will tidy the format where possible. # In this case, the TER card is re-written according to full PDB specification. pdbset XYZIN $CEXAM/toxd/toxd.pdb XYZOUT $CCP4_SCR/toxd_tidy.pdb <